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.
18 lines
301 B
YAML
18 lines
301 B
YAML
---
|
|
# dav: Users with hashed passwords
|
|
dav_users:
|
|
username: $2y$05$...
|
|
|
|
# git: Secrets for Gitea
|
|
git_secret_key: ...
|
|
git_internal_token: ...
|
|
git_jwt_secret: ...
|
|
|
|
# mail: User password
|
|
mail_passwords:
|
|
cddmail1: ...
|
|
cddmail2: ...
|
|
|
|
# web: Webhook secret for deployments
|
|
projectr_deploy_secret: ...
|