fuck Lemmy

This commit is contained in:
2026-02-11 20:57:50 -07:00
parent 4f5a75d936
commit 6934a7319d
6 changed files with 216 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
# TODO: Replace YOUR_POSTGRES_PASSWORD and YOUR_DOMAIN
{
# for more info about the config, check out the documentation
# https://join-lemmy.org/docs/en/administration/configuration.html
database: {
host: postgres
password: "YOUR_POSTGRES_PASSWORD"
# Alternative way:
#uri: "postgresql://lemmy:YOUR_POSTGRES_PASSWORD@postgres/lemmy"
}
hostname: "YOUR_DOMAIN"
pictrs: {
url: "http://pictrs:8080/"
api_key: "YOUR_POSTGRES_PASSWORD"
}
email: {
smtp_server: "postfix:25"
smtp_from_address: "noreply@YOUR_DOMAIN"
tls_type: "none"
}
}