1
0
Fork 0
Go to file
Daniele Tricoli 38e58958a4 Bump thelounge to 4.3.1 2022-04-14 20:09:21 +02:00
Dockerfile Bump thelounge to 4.3.1 2022-04-14 20:09:21 +02:00
README.md Fix volume path 2022-02-23 17:25:57 +01:00

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