Heas_Heartfire

joined 11 months ago
[–] [email protected] 1 points 10 months ago

I use immich for that. Haven't tried nextcloud memories but I have no need to do so for now.

[–] [email protected] 0 points 10 months ago (2 children)

I got a 4TB drive thinking it would be plenty for plex. Oh boi was I wrong. Specially when shows started to come in.

A 12TB drive is on the way and I'll leave the 4TB one for immich and nextcloud alone.

I don't have any issues with ubuntu server and I like portainer so I don't think I'd set things up differently. I should organize and backup the docker compose files though.

[–] [email protected] 1 points 10 months ago

I use *.mydomain.dev cos I'm a dev... Got it for public access but ended up using locally as well because it's more convenient.

[–] [email protected] 1 points 10 months ago

I'm not sure I'm understanding what you are trying to achieve.

If it's only qbittorent you want behind a VPN, try qbittorrentvpn, it's crazy easy. If you also want to access your server from outside your lan, try tailscale alongside it. It's pretty easy to setup.

[–] [email protected] 1 points 10 months ago

Take a look at this:

https://www.reddit.com/r/PleX/comments/5ntgxd/psa_automatic_movie_collection_tags/

Also make sure "automatic collection size" inside your library settings is set to a number of your preference. I believe it is disabled by default. Mine is set at 2.

And then you can also hide elements within a collection on your library so it looks cleaner.

[–] [email protected] 1 points 11 months ago

Hey, thanks for your input. I tried doing that but couldn't get it working this way, probably because I'm not really sure of what I'm doing. Please take a look at my edit.

 

Hi there, I hope somebody can help me out with this, because I've done some research already but either I have come across dead links or I haven't understood what I was reading.

I have a bunch of docker containers running behind Nginx Proxy Manager and I have pi-hole with unbound set up as dns server for ad-blocking and also to resolve "mydomain.tld" to my local server ip (I have a hard time remembering ips/ports).

Some containers are publicly available for convenience, the rest aren't but I'd still like to have some or all of them behind a VPN so I can access them from outside my local network and it would be great if I could also set the pi-hole as the dns server for the VPN.

Long story short, I don't want to route all of the traffic behind the VPN, just specific containers.

All of them are running on ubuntu server with no VMs, it's a small homelab, nothing fancy.

How can I do this?