Skip to content

Commit

Permalink
document smtp_port for mastodon secret keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Oct 23, 2024
1 parent 6c16f4f commit 2e8c5ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/k8s_apps/mastodon.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ apps:
argo:
# secrets keys to make available to Argo CD ApplicationSets
secret_keys:
# smtp port on your mail server
smtp_port: 465
# admin user for your mastodon instance
admin_user: tootadmin
# hostname that users go to in the browser
hostname: ""
Expand Down
3 changes: 3 additions & 0 deletions smol_k8s_lab/config/default_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,9 @@ apps:
argo:
# secrets keys to make available to Argo CD ApplicationSets
secret_keys:
# smtp port on your mail server
smtp_port: 25
# admin user for your mastodon instance
admin_user: tootadmin
# hostname that users go to in the browser
hostname: ""
Expand Down

0 comments on commit 2e8c5ac

Please sign in to comment.