mirror of
https://github.com/YunoHost-Apps/coin_ynh.git
synced 2024-09-03 18:16:26 +02:00
[fix] COIN does not support subdir setup
This commit is contained in:
parent
3b7eb9db17
commit
be6e44ce75
2 changed files with 3 additions and 11 deletions
|
@ -29,16 +29,6 @@
|
||||||
},
|
},
|
||||||
"example": "domain.org"
|
"example": "domain.org"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "path",
|
|
||||||
"type": "path",
|
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for Coin",
|
|
||||||
"fr": "Choisissez l'adresse pour Coin"
|
|
||||||
},
|
|
||||||
"example": "/coin",
|
|
||||||
"default": "/coin"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user",
|
||||||
|
|
|
@ -12,7 +12,9 @@ readonly app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
# Retrieve arguments
|
# Retrieve arguments
|
||||||
readonly domain=$YNH_APP_ARG_DOMAIN
|
readonly domain=$YNH_APP_ARG_DOMAIN
|
||||||
readonly path=$YNH_APP_ARG_PATH
|
#readonly path=$YNH_APP_ARG_PATH
|
||||||
|
readonly path=/
|
||||||
|
|
||||||
readonly admin=$YNH_APP_ARG_ADMIN
|
readonly admin=$YNH_APP_ARG_ADMIN
|
||||||
readonly email=$YNH_APP_ARG_EMAIL
|
readonly email=$YNH_APP_ARG_EMAIL
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue