I am looking for guidance in setting up my first app using Dockge on TrueNAS Scale v24.10 (Electric Eel, release). Hopefully, this will serve as a guide for others looking to do the same thing. Here’s the goals:
- An app containing Nextcloud
- IP address of 10.0.0.241
- Storage mapped to local datastores for Files, Config, and DB (for upgrades)
I have Dockge installed, but I’m not sure of the steps needed to get started. I have a Bridge already configured on TreuNAS, and it’s working for a VM that is serving as a Web host and proxy.
The end goal is to have the VM (running Virtualmin) serve as a web proxy for Nextcloud, and eventually other apps. I’d like to keep each app separate so that if I need to whack / update / remove one, the others are not impacted while I am working. If it’s possible, I’d also like to access each app directly while on my home network, rather than through the proxy (i.e. - use local DNS to browse to the container’s IP, instead of the proxy server, to reduce latency).
Any help would be appreciated!