Properly gather, save, and generate Ghost config.

This commit is contained in:
2025-12-08 11:32:30 -08:00
parent c23eef3403
commit 103beca17d
5 changed files with 83 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
# Ghost domain
# Custom public domain Ghost will run on
GHOST_DOMAIN=www.nassella.cc
# GHOST_DOMAIN=www.nassella.cc
# Ghost Admin domain
# If you have Ghost Admin setup on a separate domain uncomment the line below and add the domain
@@ -12,9 +12,9 @@ GHOST_DOMAIN=www.nassella.cc
# Database settings
# All database settings must not be changed once the database is initialised
GHOST_DATABASE_ROOT_PASSWORD=reallysecurerootpassword
# GHOST_DATABASE_ROOT_PASSWORD=reallysecurerootpassword
# DATABASE_USER=optionalusername
GHOST_DATABASE_PASSWORD=ghostpassword
# GHOST_DATABASE_PASSWORD=ghostpassword
# ActivityPub
# If you'd prefer to self-host ActivityPub yourself uncomment the line below
@@ -33,12 +33,12 @@ GHOST_DATABASE_PASSWORD=ghostpassword
# Transactional email is required for logins, account creation (staff invites), password resets and other features
# This is not related to bulk mail / newsletter sending
mail__transport=SMTP
mail__options__host=imap.fastmail.com
mail__options__port=993
# mail__options__host=
# mail__options__port=
mail__options__secure=true
mail__options__auth__user=t@thintz.com
mail__options__auth__pass=5n6y9g6s9r6g3b6l
mail__from="'Thomas Hintz' <t@thintz.com>"
# mail__options__auth__user=
# mail__options__auth__pass=
# mail__from=""
# Advanced customizations