Added ADMINPASS and LISTMONKPASS
This commit is contained in:
parent
3efa08efcc
commit
f0ac3989e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,7 +1,6 @@
|
|||||||
bin/.adminpass
|
bin/.adminpass
|
||||||
bin/.b2init
|
bin/.b2init
|
||||||
bin/.gpg.backblaze
|
bin/.gpg.backblaze
|
||||||
bin/.env
|
|
||||||
logs/
|
logs/
|
||||||
certs/
|
certs/
|
||||||
apps/
|
apps/
|
||||||
|
6
bin/.env
6
bin/.env
@ -10,6 +10,12 @@ COUNTRY="US"
|
|||||||
# Where to send welcome e-mail
|
# Where to send welcome e-mail
|
||||||
EMAIL="test@test.org"
|
EMAIL="test@test.org"
|
||||||
|
|
||||||
|
# Admin password
|
||||||
|
ADMINPASS="password123"
|
||||||
|
|
||||||
|
# Listmonk password
|
||||||
|
LISTMONKPASS="password123"
|
||||||
|
|
||||||
# Backblaze KeyID (Master Key) for backups
|
# Backblaze KeyID (Master Key) for backups
|
||||||
B2_APPLICATION_KEY_ID="3239c6765fdc"
|
B2_APPLICATION_KEY_ID="3239c6765fdc"
|
||||||
|
|
||||||
|
@ -68,10 +68,10 @@ get_config() {
|
|||||||
failcheck "$DOMAIN is not a valid domain.com or sub.domain.com"
|
failcheck "$DOMAIN is not a valid domain.com or sub.domain.com"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ADMINPASS=$(create_password);
|
# ADMINPASS=$(create_password);
|
||||||
echo "$ADMINPASS" > /federated/bin/.adminpass
|
# echo "$ADMINPASS" > /federated/bin/.adminpass
|
||||||
LISTMONKPASS=$(create_password);
|
# LISTMONKPASS=$(create_password);
|
||||||
echo "$LISTMONKPASS" >> /federated/bin/.adminpass
|
# echo "$LISTMONKPASS" >> /federated/bin/.adminpass
|
||||||
}
|
}
|
||||||
|
|
||||||
while getopts d OPTION; do
|
while getopts d OPTION; do
|
||||||
|
@ -333,7 +333,7 @@ https://documentation.federated.computer/docs/core_applications/baserow.
|
|||||||
|
|
||||||
User administration is done in Baserow, but you set up users using the admin user given above.
|
User administration is done in Baserow, but you set up users using the admin user given above.
|
||||||
|
|
||||||
Vaultwaden: https://vaultwarden.$DOMAIN
|
Vaultwarden: https://vaultwarden.$DOMAIN
|
||||||
|
|
||||||
Vaultwarden is a password manager. The user authentication for Vaultwarden is separate from Federated
|
Vaultwarden is a password manager. The user authentication for Vaultwarden is separate from Federated
|
||||||
Core. To set up the service, create an account as your "admin@$DOMAIN" user with the
|
Core. To set up the service, create an account as your "admin@$DOMAIN" user with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user