Fix problems (mailcow, typos, watchtower script)
Mailcow blocked login because "force_pw_update" was true
This commit is contained in:
parent
05e79ae90a
commit
3ce28b14b4
4 changed files with 7 additions and 6 deletions
playbooks/roles/forgejo/vars
|
@ -13,9 +13,9 @@ forgejo_svc:
|
|||
forgejo_env:
|
||||
FORGEJO__database__DB_TYPE: postgres
|
||||
FORGEJO__database__HOST: "{{ svc.db.host }}:{{ svc.db.port }}"
|
||||
FORGEJO__database__NAME: "{{ opentofu.postgresql_service_roles.forgejo.database }}"
|
||||
FORGEJO__database__USER: "{{ opentofu.postgresql_service_roles.forgejo.user }}"
|
||||
FORGEJO__database__PASSWD: "{{ opentofu.postgresql_service_roles.forgejo.pass }}"
|
||||
FORGEJO__database__NAME: "{{ opentofu.postgresql_data.forgejo.database }}"
|
||||
FORGEJO__database__USER: "{{ opentofu.postgresql_data.forgejo.user }}"
|
||||
FORGEJO__database__PASSWD: "{{ opentofu.postgresql_data.forgejo.pass }}"
|
||||
FORGEJO__database__SSL_MODE: verify-full
|
||||
|
||||
FORGEJO__repository__ENABLE_PUSH_CREATE_USER: true
|
||||
|
@ -52,7 +52,7 @@ forgejo_env:
|
|||
FORGEJO__mailer__ENABLED: true
|
||||
FORGEJO__mailer__PROTOCOL: smtp+starttls
|
||||
FORGEJO__mailer__SMTP_ADDR: "{{ mailer.host }}"
|
||||
FORGEJO__mailer__SMTP_PORT: "{{ mailer.post }}"
|
||||
FORGEJO__mailer__SMTP_PORT: "{{ mailer.port }}"
|
||||
FORGEJO__mailer__FROM: "git <{{ opentofu.mailcow_data.forgejo.address }}>"
|
||||
FORGEJO__mailer__USER: "{{ opentofu.mailcow_data.forgejo.address }}"
|
||||
FORGEJO__mailer__PASSWD: "{{ opentofu.mailcow_data.forgejo.password }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue