Docker Based Quickbox
It's basically:
-
Add your non-root user to the docker group:
sudo groupadd docker sudo gpasswd -a my_user docker sudo service docker restart sudo systemctl enable docker
-
setup env variables Add to .profile
export DOCKER_CONFIG=$HOME/config export DOCKER_STORAGE=$HOME/cloud/common export DOCKER_DOWNLOADS=$HOME/downloads export DOCKER_HOSTNAME=FQDN_here export DOCKER_TRANSCODE=/tmp
-
Copy taefik and traefik.toml to ~/config/traefik
-
chmod +x traefik
-
execute Traefik as root: sudo ./traefik
traefik.toml can be customized for Lets Encryt and will probably need a htpasswd file created in ~/config/traefik directory or you can comment that section out of the toml file.
I highly recomment installing Portainer along with the Traefik web interface to do troubleshooting.
now install Organizr per the scripts (needs to be installed first) Install other apps per the scripts
go to https://host/user/ and this will be the main panel for the user other apps are called from organizr or https://server/user/app/ (needs last slash)
Initial Organizr user is 'admin' with a password of 'Password1'