Wondering what software you’re running to have all the storage managed and then your containers and things on top? Is it all on the 730XD?
Wondering what software you’re running to have all the storage managed and then your containers and things on top? Is it all on the 730XD?
I ended up using caddy-docker-proxy because the vanilla Caddyfile method was giving me some trouble with my internal docker hostnames. This container just lets you add some labels to your other containers in your docker compose file and then works out the proxy for you, so long as you’ve made the appropriate DNS records.
I had a look through my bookmarks and found this great writeup. This goes into a lot of detail and talks about a lot of services which might be a bit confronting. Honestly, searching for smaller piece by piece guides for installing this service or that service and slowly building out your projects is a good way to go.
This is Heimdall. You can add your apps and links to them and then link their API to show statuses.
I have some custom CSS on top of it which I found with a couple of quick searches.
I just have all my services exposed through reverse proxy with whatever authentication they have on their webpage. I see most people using VPN which I know is the more secure option but I like the zero setup of just typing in the name of the service I want to go to and just having it work. Is there a better way to secure this?