1
1
Fork 1

Added initial NOSTR changes. Sorry i will get better at this.

Signed-off-by: Derek Smith <derek@farscapian.com>
This commit is contained in:
Derek Smith 2022-04-22 15:44:15 -04:00
parent b38d129f56
commit 4c4a2304ac
Signed by: farscapian
GPG Key ID: 8F1CD799CCA516CC
3 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,8 @@ export UMBREL_HOSTNAME="umbrel"
export NEXTCLOUD_HOSTNAME="nextcloud"
export MATRIX_HOSTNAME="chat"
export GITEA_HOSTNAME="git"
export NOSTR_HOSTNAME="messages"
export NOSTR_ACCOUNT_PUBKEY=
export DDNS_PASSWORD=

View File

@ -89,6 +89,7 @@ fi
export NEXTCLOUD_FQDN="$NEXTCLOUD_HOSTNAME.$DOMAIN_NAME"
export MATRIX_FQDN="$MATRIX_HOSTNAME.$DOMAIN_NAME"
export GITEA_FQDN="$GITEA_HOSTNAME.$DOMAIN_NAME"
export NOSTR_FQDN="$NOSTR_HOSTNAME.$DOMAIN_NAME"
export ADMIN_ACCOUNT_USERNAME="info"
export CERTIFICATE_EMAIL_ADDRESS="$ADMIN_ACCOUNT_USERNAME@$DOMAIN_NAME"

View File

@ -183,7 +183,6 @@ cat >>"$NGINX_CONF_PATH" <<EOL
listen [::]:443 ssl http2;
server_name ${FQDN};
EOL
# add the Onion-Location header if specifed.