mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[enh] Use BMA with port 80. Add BMAS endpoint with port 443.
This commit is contained in:
parent
fccc6466d8
commit
21da4e55b9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ sudo yunohost firewall allow TCP $port > /dev/null 2>&1
|
||||||
INSTALL_DUNITER_DEBIAN_PACKAGE
|
INSTALL_DUNITER_DEBIAN_PACKAGE
|
||||||
|
|
||||||
# Configure Duniter node
|
# Configure Duniter node
|
||||||
sudo $app config --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 443 --noupnp
|
sudo $app config --ipv4 127.0.0.1 --port $port --remoteh $domain --remotep 80 --noupnp --addep "BMAS $domain 443"
|
||||||
|
|
||||||
# Reset Duniter node's existing data (blockchain, not conf)
|
# Reset Duniter node's existing data (blockchain, not conf)
|
||||||
sudo $app reset data > /dev/null
|
sudo $app reset data > /dev/null
|
||||||
|
|
Loading…
Add table
Reference in a new issue