1
0
Fork 0
Go to file
2024-04-24 13:42:13 +02:00
Dockerfile Bump linkding to 1.30.0 2024-04-24 13:42:13 +02:00
README.md Add README 2022-08-10 03:24:40 +02:00

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