You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
Dockerfile | 11 months ago | |
README.md | 1 year ago |
README.md
pod-thelounge
Deploy
Dokku
dokku apps:create thelounge
dokku config:set --no-restart thelounge TZ=Europe/Rome
dokku config:set --no-restart thelounge DOKKU_LETSENCRYPT_EMAIL=example@example.org
mkdir /var/lib/dokku/data/storage/thelounge
dokku storage:mount thelounge /var/lib/dokku/data/storage/thelounge:/var/opt/thelounge
git push dokku main:main
dokku proxy:ports-add thelounge http:80:9000
dokku proxy:ports-remove thelounge http:9000:9000
dokku letsencrypt:enable thelounge
dokku letsencrypt:cron-job --add thelounge