move discourse behind tide module

This commit is contained in:
Yisroel Baum 2026-07-19 10:40:25 +03:00
parent 03f84d7b6a
commit 344d496a9b
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
11 changed files with 59 additions and 419 deletions

View file

@ -1,20 +1,5 @@
# Encrypt this with sops to produce ./tide.yaml:
#
# sops --encrypt --age $(cat ~/.config/sops/age/keys.txt | grep public | cut -d: -f2 | tr -d ' ') \
# secrets/tide.yaml.example > secrets/tide.yaml
#
# Or set up .sops.yaml with the host's age public key and run
# `sops secrets/tide.yaml`.
#
# Generate APP_KEY with:
# php -r "echo 'base64:'.base64_encode(random_bytes(32)).PHP_EOL;"
# Encrypt this file with sops to produce ./tide.yaml.
tide-env: |
APP_KEY=base64:REPLACE_ME
DB_PASSWORD=REPLACE_ME
MAIL_HOST=127.0.0.1
MAIL_PORT=1025
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_FROM_ADDRESS=noreply@tide.yisroelbaum.com
MAIL_FROM_NAME=TIDE
admin-password: REPLACE_ME
mail-key: REPLACE_ME
secret-key: REPLACE_ME