mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
[enh] don't ask for port as it's only used locally. Set it at duniter official value.
This commit is contained in:
parent
3581725912
commit
201cd7a52b
2 changed files with 1 additions and 11 deletions
|
@ -31,16 +31,6 @@
|
||||||
},
|
},
|
||||||
"example": "duniter.domain.tld"
|
"example": "duniter.domain.tld"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "port",
|
|
||||||
"type": "port",
|
|
||||||
"ask": {
|
|
||||||
"en": "Port of Duniter node",
|
|
||||||
"fr": "Port du nœud Duniter"
|
|
||||||
},
|
|
||||||
"example": "8999",
|
|
||||||
"default": "8999"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "sync_node",
|
"name": "sync_node",
|
||||||
"ask": {
|
"ask": {
|
||||||
|
|
|
@ -7,7 +7,7 @@ set -eu
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path="/"
|
path="/"
|
||||||
port=$YNH_APP_ARG_PORT
|
port=10901
|
||||||
sync_node=$YNH_APP_ARG_SYNC_NODE
|
sync_node=$YNH_APP_ARG_SYNC_NODE
|
||||||
sync_port=$YNH_APP_ARG_SYNC_PORT
|
sync_port=$YNH_APP_ARG_SYNC_PORT
|
||||||
admin=$YNH_APP_ARG_ADMIN
|
admin=$YNH_APP_ARG_ADMIN
|
||||||
|
|
Loading…
Add table
Reference in a new issue