Add basic auth to dokku
This commit is contained in:
parent
a278443850
commit
2db8ca5059
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ dokku_plugins:
|
||||||
- name: redirect
|
- name: redirect
|
||||||
url: https://github.com/dokku/dokku-redirect.git
|
url: https://github.com/dokku/dokku-redirect.git
|
||||||
|
|
||||||
|
- name: http-auth
|
||||||
|
url: https://github.com/dokku/dokku-http-auth.git
|
||||||
|
|
||||||
# https://dokku.com/docs/advanced-usage/backup-recovery/
|
# https://dokku.com/docs/advanced-usage/backup-recovery/
|
||||||
restic_backup_locations:
|
restic_backup_locations:
|
||||||
- /home/dokku
|
- /home/dokku
|
||||||
|
|
Loading…
Reference in a new issue