This commit is contained in:
parent
76f74ca79f
commit
88145fb2b8
28
README.md
28
README.md
|
@ -223,6 +223,18 @@ Random secret for drone server + runners.
|
||||||
|
|
||||||
host name (and port) for drone server.
|
host name (and port) for drone server.
|
||||||
|
|
||||||
|
#### ghost-mail-password
|
||||||
|
|
||||||
|
SMTP Password for ghost mail service
|
||||||
|
|
||||||
|
#### ghost-mail-service
|
||||||
|
|
||||||
|
mail service for ghost eg Mailgun
|
||||||
|
|
||||||
|
#### ghost-mail-user
|
||||||
|
|
||||||
|
SMTP user for ghost mail service
|
||||||
|
|
||||||
#### git-domain
|
#### git-domain
|
||||||
|
|
||||||
This is the domain where the application will be served (via ngrok if applicable).
|
This is the domain where the application will be served (via ngrok if applicable).
|
||||||
|
@ -290,3 +302,19 @@ Ssh user.
|
||||||
#### title
|
#### title
|
||||||
|
|
||||||
Application title.
|
Application title.
|
||||||
|
|
||||||
|
## initial set up of apps
|
||||||
|
|
||||||
|
You should do these asap and preferably before anyone else!!!
|
||||||
|
|
||||||
|
### gitea
|
||||||
|
|
||||||
|
Register then set up initial user and email settings.
|
||||||
|
|
||||||
|
### ghost blog
|
||||||
|
|
||||||
|
Vist domain/ghost and set up admin user.
|
||||||
|
|
||||||
|
### chat
|
||||||
|
|
||||||
|
Admin user is automatically created according to configured secrets
|
||||||
|
|
Reference in New Issue