Added initial NOSTR changes. Sorry i will get better at this.
Signed-off-by: Derek Smith <derek@farscapian.com>
This commit is contained in:
parent
b38d129f56
commit
4c4a2304ac
@ -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=
|
||||
|
||||
|
@ -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"
|
||||
|
@ -183,7 +183,6 @@ cat >>"$NGINX_CONF_PATH" <<EOL
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
server_name ${FQDN};
|
||||
|
||||
EOL
|
||||
|
||||
# add the Onion-Location header if specifed.
|
||||
|
Loading…
Reference in New Issue
Block a user