mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-02-01 15:21:58 +00:00
64e2b26ed5
We were mounting our own configuration to
`/usr/share/nginx/html/config.json`, which is a symlink to
`/tmp/config.json`. So we effectively mount our file to
`/tmp/config.json`.
When starting:
- if Hydrogen sees a `CONFIG_OVERRIDE` environment variable,
it will try to save it into our read-only config file and fail.
- if Hydrogen doesn't see a `CONFIG_OVERRIDE` environment variable (the
path we go through, because we don't pass such a variable),
it will try to copy its bundled configuration (`/config.json.bundled`)
to `/tmp/config.json`. Because our configuration is mounted as read-only, it will
fail.
In both cases, it will fail with:
> cp: can't create '/tmp/config.json': File exists
Source:
|
||
---|---|---|
.. | ||
matrix_playbook_migration | ||
matrix-aux | ||
matrix-base | ||
matrix-bot-buscarron | ||
matrix-bot-chatgpt | ||
matrix-bot-draupnir | ||
matrix-bot-go-neb | ||
matrix-bot-honoroit | ||
matrix-bot-matrix-registration-bot | ||
matrix-bot-matrix-reminder-bot | ||
matrix-bot-maubot | ||
matrix-bot-mjolnir | ||
matrix-bot-postmoogle | ||
matrix-bridge-appservice-discord | ||
matrix-bridge-appservice-irc | ||
matrix-bridge-appservice-kakaotalk | ||
matrix-bridge-appservice-slack | ||
matrix-bridge-appservice-webhooks | ||
matrix-bridge-beeper-linkedin | ||
matrix-bridge-go-skype-bridge | ||
matrix-bridge-heisenbridge | ||
matrix-bridge-hookshot | ||
matrix-bridge-mautrix-discord | ||
matrix-bridge-mautrix-facebook | ||
matrix-bridge-mautrix-googlechat | ||
matrix-bridge-mautrix-hangouts | ||
matrix-bridge-mautrix-instagram | ||
matrix-bridge-mautrix-signal | ||
matrix-bridge-mautrix-slack | ||
matrix-bridge-mautrix-telegram | ||
matrix-bridge-mautrix-twitter | ||
matrix-bridge-mautrix-whatsapp | ||
matrix-bridge-mx-puppet-discord | ||
matrix-bridge-mx-puppet-groupme | ||
matrix-bridge-mx-puppet-instagram | ||
matrix-bridge-mx-puppet-slack | ||
matrix-bridge-mx-puppet-steam | ||
matrix-bridge-mx-puppet-twitter | ||
matrix-bridge-sms | ||
matrix-cactus-comments | ||
matrix-client-cinny | ||
matrix-client-element | ||
matrix-client-hydrogen | ||
matrix-common-after/tasks | ||
matrix-conduit | ||
matrix-corporal | ||
matrix-coturn | ||
matrix-dendrite | ||
matrix-dimension | ||
matrix-dynamic-dns | ||
matrix-email2matrix | ||
matrix-etherpad | ||
matrix-grafana | ||
matrix-jitsi | ||
matrix-ldap-registration-proxy | ||
matrix-ma1sd | ||
matrix-mailer | ||
matrix-nginx-proxy | ||
matrix-ntfy | ||
matrix-prometheus | ||
matrix-prometheus-nginxlog-exporter | ||
matrix-prometheus-services-proxy-connect | ||
matrix-redis | ||
matrix-registration | ||
matrix-sygnal | ||
matrix-synapse | ||
matrix-synapse-admin | ||
matrix-synapse-reverse-proxy-companion | ||
matrix-user-creator | ||
matrix-user-verification-service |