3 Commits

Author SHA1 Message Date
db7ef4b2e8 Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
2025-01-08 10:09:12 -08:00
b1aacaea7d Merge pull request 'fix: don't use templating on .env.sample' (#4) from env-domain into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #4
Reviewed-by: decentral1se <decentral1se@noreply.git.coopcloud.tech>
2024-11-07 15:45:44 +00:00
f
e389e3a14b fix: don't use templating on .env.sample 2024-11-05 09:57:24 -03:00
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ steps:
from_secret: drone_abra-bot_token
fork: true
repositories:
- coop-cloud/auto-recipes-catalogue-json
- toolshed/auto-recipes-catalogue-json
trigger:
event: tag

View File

@ -1,5 +1,5 @@
TYPE=funkwhale
DOMAIN={{ .Domain }}
DOMAIN=funkwhale.example.com
LETS_ENCRYPT_ENV=production
SECRET_DB_PASSWORD_VERSION=v1
@ -15,7 +15,7 @@ FUNKWHALE_WEB_WORKERS=4
# Replace this by the definitive, public domain you will use for
# your instance. It cannot be changed after initial deployment
# without breaking your instance.
FUNKWHALE_HOSTNAME={{ .Domain }}
FUNKWHALE_HOSTNAME=funkwhale.example.com
FUNKWHALE_PROTOCOL=https
# Log level (debug, info, warning, error, critical)