fix: mastodon smtp setup
Some checks failed
build configuration / push_to_cache (push) Blocked by required conditions
build configuration / build_web02 (push) Successful in 1m3s
build configuration / build_vault01 (push) Successful in 1m5s
build configuration / build_storage01 (push) Successful in 1m8s
build configuration / build_rescue01 (push) Has been cancelled
lint / check (push) Has been cancelled
build configuration / build_compute01 (push) Has been cancelled
build configuration / build_web01 (push) Has been cancelled
Some checks failed
build configuration / push_to_cache (push) Blocked by required conditions
build configuration / build_web02 (push) Successful in 1m3s
build configuration / build_vault01 (push) Successful in 1m5s
build configuration / build_storage01 (push) Successful in 1m8s
build configuration / build_rescue01 (push) Has been cancelled
lint / check (push) Has been cancelled
build configuration / build_compute01 (push) Has been cancelled
build configuration / build_web01 (push) Has been cancelled
This commit is contained in:
parent
f2e4e8aa5b
commit
b26d9f752e
3 changed files with 7 additions and 1 deletions
|
@ -9,8 +9,13 @@ in
|
||||||
|
|
||||||
localDomain = host;
|
localDomain = host;
|
||||||
smtp = {
|
smtp = {
|
||||||
# TODO: smtp setup
|
|
||||||
fromAddress = "social@services.dgnum.eu";
|
fromAddress = "social@services.dgnum.eu";
|
||||||
|
createLocally = false;
|
||||||
|
host = "kurisu.lahfa.xyz";
|
||||||
|
port = 465;
|
||||||
|
user = "web-services@infra.dgnum.eu";
|
||||||
|
passwordFile = config.age.secrets.mastodon-smtp-password.path;
|
||||||
|
authenticate = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
streamingProcesses = 4;
|
streamingProcesses = 4;
|
||||||
|
|
BIN
machines/compute01/secrets/mastodon-smtp-password
Normal file
BIN
machines/compute01/secrets/mastodon-smtp-password
Normal file
Binary file not shown.
|
@ -13,6 +13,7 @@ lib.setDefault { inherit publicKeys; } [
|
||||||
"librenms-database_password_file"
|
"librenms-database_password_file"
|
||||||
"librenms-environment_file"
|
"librenms-environment_file"
|
||||||
"mastodon-extra_env_file"
|
"mastodon-extra_env_file"
|
||||||
|
"mastodon-smtp-password"
|
||||||
"nextcloud-adminpass_file"
|
"nextcloud-adminpass_file"
|
||||||
"nextcloud-s3_secret_file"
|
"nextcloud-s3_secret_file"
|
||||||
"outline-oidc_client_secret_file"
|
"outline-oidc_client_secret_file"
|
||||||
|
|
Loading…
Reference in a new issue