Category: How to
-
PiHole and Nginx Proxy Manager
With NordVPN Meshnet Suppose it’s about time to give an overview of how I have things setup. Nordvpn Meshnet For a detailed description of what Meshnet is, click here, but a quick description is that it lets you securely connect to your devices remotely, you can transfer files or as I use it – remote…
//
-
Plex
With Intel igpu pass-through If you are just looking for a compose file I’ll keep it at the top here: I found the above compose file https://www.gravee.dev/en/configs/docker-compose/plex/ but if you want to see the offical compose file it can be found https://docs.linuxserver.io/images/docker-plex/. The Installation If we navigate to our Portainer installation, on the homepage go…
//
-
Networking&Macvlan in Portainer
So we have Portainer setup, maybe like myself you intend on making use of Nginx Proxy Manager and have noticed that not all the containers are setup on the same virtual network, well I have 2 simple solutions for that: Solution 1: Manually assign the network We can manually assign a network to individual containers,…
//
-
Qbittorrent
If you are just looking for a compose file Iโll keep it at the top here: Link where I obtained the qBittorrent compose file: https://github.com/qbittorrent/docker-qbittorrent-nox I’ve a few changes from the compose file in the link, I’ve changed the timezone (TZ) to that of my server (reduce the chance if any complications) – here is…
//
-
Emulatorjs
If you are just looking for a compose file Iโll keep it at the top here: The official emulatorja github link: https://github.com/linuxserver/docker-emulatorjs I’ve a few changes from the compose file in the link, I’ve changed the timezone (TZ) to that of my server (reduce the chance if any complications) – here is a list of…
//
-
Nginx
If you are just looking for a compose file I’ll keep it at the top here: The official NPM github link: https://github.com/NginxProxyManager/nginx-proxy-manager The only thing that will need to be changed above is under “volumes”, replace with your own storage location. I am installing all my containers through Portainer but before we set up this…
//