Selfhoster1728
@Selfhoster1728@infosec.pub
- Comment on Sharing Jellyfin 1 day ago:
See this issue on their github repo: here
Basically from what I understand there’s loads of unauthenticated api calls, so someone can very easily exploit that.
- Comment on CalDAV Server Without Exposing Server? 1 month ago:
yep
In my opinion it’s the best solution because there’s a really low attack surface plus it makes it easy to control which device has access to which services.
- Comment on CalDAV Server Without Exposing Server? 1 month ago:
Not any in particular but mTLS is essentially just a reverse proxy (like nginx) asking a client for a certificate to be able to access the service behind it.
There are quite a few guides out there, so choose one for your reverse proxy of choice!
- Comment on CalDAV Server Without Exposing Server? 1 month ago:
Tailscale is simpler but when you’re accessing from devices behind VPNs like I do mTLS is a lifesaver.
I find mTLS cool too :P
- Comment on CalDAV Server Without Exposing Server? 1 month ago:
mTLS with a reverse proxy!
- Comment on What's up, selfhosters? - The Sunday thread 1 month ago:
How exactly does stuff get broken? Never rly had a problem bumping up the version in docker. The only issue has been the playstore version taking longer to push updates sometimes for the mobile apps.
- Comment on Setting Up a Self-Hosted GitHub runner for CI/CD 2 months ago:
I have a project on Forgejo and I’ve needed to set up a runner for compilation but I’ve been very confused so far on how everything works.
All I’ve been able to do is make a runner and connect it to my Forgejo instance, but I didn’t really know what to do from there.
- Comment on [Help Requested] Port Forwarding w/ Qbittorrent & Gluetun Docker Compose? 2 months ago:
I was having a lot of trouble keeping port forwarding stable before this change with protonvpn too. Probably the best change I’ve seen with gluetun so far!
- Comment on [Help Requested] Port Forwarding w/ Qbittorrent & Gluetun Docker Compose? 2 months ago:
Yes, if a port is set in the port forwarding section for the qbittorrent preferences in the webui (once one is set it stays until changed), the green globe means it’s working.
- Comment on [Help Requested] Port Forwarding w/ Qbittorrent & Gluetun Docker Compose? 2 months ago:
To enable port forwarding with gluetun see the port forwarding section in the gluetun wiki on their github page. It’s pretty clear what you need to do there.
For port forwarding with qbit, gluetun’s v3.40.0 release introduced an environment variable that allows the running of a script whenever the VPN changes port (see PR github.com/qdm12/gluetun/pull/2399). If you take a look at the PR some people shared commands to put under the env variable VPN_PORT_FORWARDING_UP_COMMAND.
So all you need to do is put that new environment variable in the environment section, take one of the example commands that uses the qbitorrent API to change the port when needed, and it should be all.
To test if port forwarding works qbittorrent will display a little green planet in the bottom bar, and if port forwarding is not working, a fire (to say it’s firewalled).