Skip to content

ts050/DockBox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockBox

Docker Based Quickbox

It's basically:

  1. Install docker

  2. 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 
  3. 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 
  4. Copy taefik and traefik.toml to ~/config/traefik

  5. chmod +x traefik

  6. 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'

About

Docker Based Quickbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%