mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
fix ports again
This commit is contained in:
parent
f2bceb1eac
commit
fc1016514c
1 changed files with 2 additions and 2 deletions
|
@ -10,10 +10,10 @@
|
||||||
|
|
||||||
CONFIGURE_DUNITER() {
|
CONFIGURE_DUNITER() {
|
||||||
ynh_exec_as "duniter" duniter --home "$data_dir" config \
|
ynh_exec_as "duniter" duniter --home "$data_dir" config \
|
||||||
--bma --ipv4 127.0.0.1 --port $port_bma_local --remoteh $domain --remotep 443 --noupnp
|
--bma --ipv4 127.0.0.1 --port "$local_port_bma" --remoteh $domain --remotep 443 --noupnp
|
||||||
|
|
||||||
ynh_exec_as "duniter" duniter --home "$data_dir" config \
|
ynh_exec_as "duniter" duniter --home "$data_dir" config \
|
||||||
--ws2p-host 127.0.0.1 --ws2p-port $port_ws2p_local \
|
--ws2p-host 127.0.0.1 --ws2p-port "$local_port_ws2p" \
|
||||||
--ws2p-remote-host "$domain" --ws2p-remote-port 443 \
|
--ws2p-remote-host "$domain" --ws2p-remote-port 443 \
|
||||||
--ws2p-remote-path "/ws2p" --ws2p-noupnp
|
--ws2p-remote-path "/ws2p" --ws2p-noupnp
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue