I use the https://vger.app/ app / front end on mobile AND desktop and as far as I can tell it tunnels the images through their servers, so this is as minimal as you can get in regards to extra requests.
Any chance you could make the width of the columns resizable to I can make the post column wider? I use it on the desktop and really love it but a wider post list would make it even better.
It's really sad, I am a VIP user for 10 years now but a 100% price increase is just too much for me. Are there any valid alternatives? The other commercial ones mentioned here cost pretty much the same so that not really and option for me.
Also, you mentioned you can export your data? Were you referring to third party export tools like traktextract?
How is it a replacement when the price is pretty much the same? I am happy with trakt, I am a VIP member for exactly 10 years and like the feature set, I just can't justify a 100% price increase.
Hm, I am not seeing the fix, when I click your last message in my inbox for example it just opens it in the left pane. Also when I then click "View All Comments" they all stay in the left pane. Do you mean it's internally fixed already but not yet deployed?
https://piefed.social/ combines the posts and there was a t least one other web client I saw which does it as well but I can't find it at the moment.
I love it, this feature made me use Voyager on the desktop!
Just one small nitpick. When you click posts in the inbox (and maybe other places as well) they don't open in the right pane, they stay in the left.
Unrelated but since I am here already here, it would be great if voyager gets a feature that combines posts with the same links in post list, like some other front ends do. Removes a lot of noise which I really like.
Just to be clear this is a killswitch, that's what you want right? So that it's only possible to connect through the VPN (tun0). And if the VPN goes down your internet gets "killed" so you don't leak your IP.
In that case you want to start ufw when you system starts, so you would need to whitelist your VPN but if your VPN is already connected it should work without whitelisting the IP I guess but never tried it since that's not recommended.
sudo ufw default deny outgoing
sudo ufw default deny incoming
sudo ufw allow out on tun0 from any to any
sudo ufw allow out to VPN_IP_ADDRESS proto udp
You have to do the last line for all your VPN server ips or the initial DNS request will not go through. If you connect through udp.
You are right, the marker at the category level definitely makes sense to find the application initially.