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 269482f8cd Bump to 0.17.2 3 months ago
Dockerfile Bump to 0.17.2 3 months ago
README.md Add README 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