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.
|
2 years ago | |
---|---|---|
Dockerfile | 2 years ago | |
README.md | 2 years ago |
README.md
pod-cryptpad
Deploy
Dokku
dokku apps:create cryptpad
dokku config:set cryptpad --no-restart TZ=Europe/Rome
dokku config:set --no-restart cryptpad DOKKU_LETSENCRYPT_EMAIL=example@example.org
dokku config:set --no-restart cryptpad CPAD_MAIN_DOMAIN=example.org
dokku config:set --no-restart cryptpad CPAD_SANDBOX_DOMAIN=sandbox.example.org
dokku storage:mount cryptpad /var/lib/dokku/data/storage/cryptpad/config:/cryptpad/config/
dokku storage:mount cryptpad /var/lib/dokku/data/storage/cryptpad/blob:/cryptpad/blob
dokku storage:mount cryptpad /var/lib/dokku/data/storage/cryptpad/block:/cryptpad/block
dokku storage:mount cryptpad /var/lib/dokku/data/storage/cryptpad/customize:/cryptpad/customize
dokku storage:mount cryptpad /var/lib/dokku/data/storage/cryptpad/data:/cryptpad/data
dokku storage:mount cryptpad /var/lib/dokku/data/storage/cryptpad/files:/cryptpad/datastore
git push dokku main:main
dokku letsencrypt:enable cryptpad
dokku letsencrypt:cron-job --add cryptpad