Compare commits
4 Commits
e8470d789a
...
22caa92b12
Author | SHA1 | Date | |
---|---|---|---|
22caa92b12 | |||
a7ffee0b1b | |||
32a3ffa6b7 | |||
867a625a68 |
@ -62,12 +62,6 @@ export BTCPAY_BASE_DIRECTORY=${REMOTE_DATA_PATH}
|
||||
export BTCPAYGEN_EXCLUDE_FRAGMENTS="nginx-https;"
|
||||
export REVERSEPROXY_DEFAULT_HOST="$BTCPAY_USER_FQDN"
|
||||
|
||||
# if [ "\$NBITCOIN_NETWORK" != regtest ]; then
|
||||
# cd ./contrib/FastSync
|
||||
# ./load-utxo-set.sh
|
||||
# cd -
|
||||
# fi
|
||||
|
||||
# next we create fragments to customize various aspects of the system
|
||||
# this block customizes clightning to ensure the correct endpoints are being advertised
|
||||
# We want to advertise the correct ipv4 endpoint for remote hosts to get in touch.
|
||||
@ -78,9 +72,18 @@ services:
|
||||
environment:
|
||||
LIGHTNINGD_OPT: |
|
||||
announce-addr-dns=true
|
||||
experimental-websocket-port=9736
|
||||
bind-addr=ws::9736
|
||||
experimental-peer-storage
|
||||
experimental-offers
|
||||
EOL
|
||||
|
||||
# if [ "$DEPLOY_CLBOSS_PLUGIN" = true ]; then
|
||||
# cat >> "$SITE_PATH/btcpay.sh" <<EOL
|
||||
# plugin=/root/.lightning/plugins/clboss
|
||||
# EOL
|
||||
# fi
|
||||
|
||||
cat >> "$SITE_PATH/btcpay.sh" <<EOL
|
||||
ports:
|
||||
- "${CLIGHTNING_WEBSOCKET_PORT}:9736"
|
||||
expose:
|
||||
@ -88,7 +91,6 @@ services:
|
||||
|
||||
EOF
|
||||
|
||||
|
||||
# run the setup script.
|
||||
. ./btcpay-setup.sh -i
|
||||
|
||||
|
2
lnplay
2
lnplay
@ -1 +1 @@
|
||||
Subproject commit 53a11384308c9af5c26738290f07c6c86f426168
|
||||
Subproject commit 7c4e3fb56b9f5aedd8fe68352ef6a019164b2f49
|
@ -2,15 +2,16 @@
|
||||
|
||||
set -e
|
||||
|
||||
export MAILGUN_SMTP_PASSWORD=
|
||||
|
||||
export DEPLOY_GHOST=true
|
||||
export DEPLOY_CLBOSS_PLUGIN=false
|
||||
export DEPLOY_NOSTR=false
|
||||
export DEPLOY_NEXTCLOUD=false
|
||||
export DEPLOY_GITEA=false
|
||||
export GHOST_DEPLOY_SMTP=false
|
||||
export MAILGUN_FROM_ADDRESS=
|
||||
export MAILGUN_SMTP_USERNAME=
|
||||
export MAILGUN_SMTP_PASSWORD=
|
||||
|
||||
export SITE_LANGUAGE_CODES="en"
|
||||
export LANGUAGE_CODE="en"
|
||||
export NOSTR_ACCOUNT_PUBKEY=
|
||||
@ -34,7 +35,7 @@ DEFAULT_DB_IMAGE="mariadb:10.11.2-jammy"
|
||||
|
||||
|
||||
# run the docker stack.
|
||||
export GHOST_IMAGE="ghost:5.78.0"
|
||||
export GHOST_IMAGE="ghost:5.85.0"
|
||||
|
||||
# TODO switch to mysql. May require intricate export work for existing sites.
|
||||
# THIS MUST BE COMPLETED BEFORE v1 RELEASE
|
||||
|
Loading…
Reference in New Issue
Block a user