Deploy remark42

To soon replace Commento
This commit is contained in:
Jake Howard
2023-11-06 20:06:51 +00:00
parent 5fb605231d
commit 48dbaeed99
7 changed files with 116 additions and 0 deletions

View File

@ -0,0 +1,8 @@
remark_github_client_id: "{{ vault_remark_github_client_id }}"
remark_github_client_secret: "{{ vault_remark_github_client_secret }}"
remark_smtp_username: "{{ vault_remark_smtp_username }}"
remark_smtp_password: "{{ vault_remark_smtp_password }}"
remark_from_email: "{{ vault_remark_from_email }}"
remark_secret: "{{ vault_remark_secret }}"
remark_admin_password: "{{ vault_remark_admin_password }}"
remark_admin_email: "{{ vault_remark_admin_email }}"