Releases: jfroment/seedbox
Releases · jfroment/seedbox
Harold Finch
After Traefik 2 update, here's the first milestone.
Initial changelog:
- Traefik v2 with configuration through environment only (config files work out-of-the-box)
- Automatic Let's Encrypt certificates creation and renewal. Launch it and forget it!
- Persistent storage (by using
local-persist
docker plugin)- For media/downloads
- For configuration files (easier to backup)
- Shared HTTP authentication for services which have no build-in login enabled by default
- Traefik console enabled and secured by default
- Global HTTP to HTTPS redirection
- Permissions mapping by the use of GID/UID environment variables in containers
- Easy to install: see README.md
- Easy to update
git pull
./update-all.sh
- All is hackable
Enjoy and do not hesistate to open an issue if you have any question.