1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00

subfolder

This commit is contained in:
Éric Gaspar 2022-12-15 23:45:51 +01:00
parent e2cb6ddfa8
commit a25744e2c1
2 changed files with 7 additions and 1 deletions

View file

@ -34,6 +34,12 @@
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/2fauth",
"default": "/2fauth"
},
{
"name": "admin",
"type": "user"

View file

@ -25,7 +25,7 @@ ynh_abort_if_errors
#=================================================
domain=$YNH_APP_ARG_DOMAIN
path_url="/"
path_url=$YNH_APP_ARG_PATH
is_public=$YNH_APP_ARG_IS_PUBLIC
phpversion=$YNH_PHP_VERSION
admin=$YNH_APP_ARG_ADMIN