1
0
Fork 0
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:
Moul 2017-03-09 18:34:53 +01:00
parent fccc6466d8
commit 21da4e55b9

View file

@ -58,7 +58,7 @@ sudo yunohost firewall allow TCP $port > /dev/null 2>&1
INSTALL_DUNITER_DEBIAN_PACKAGE
# 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)
sudo $app reset data > /dev/null