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.
|
3 months ago | |
---|---|---|
Dockerfile | 3 months ago | |
README.md | 10 months ago |
README.md
pod-linkding
Deploy
Dokku
dokku apps:create linkding
dokku config:set linkding --no-restart TZ=Europe/Rome
dokku config:set linkding --no-restart DOKKU_LETSENCRYPT_EMAIL=example@example.org
dokku storage:ensure-directory --chown false linkding
dokku storage:mount linkding /var/lib/dokku/data/storage/linkding/:/etc/linkding/data
git push dokku main:main
dokku proxy:ports-add linkding http:80:9090
dokku proxy:ports-remove linkding http:9090:9090
dokku letsencrypt:enable linkding