1
0
Fork 0
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.
 
Daniele Tricoli 38e58958a4 Bump thelounge to 4.3.1 11 months ago
Dockerfile Bump thelounge to 4.3.1 11 months ago
README.md Fix volume path 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