mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
Correct Server Name
This commit is contained in:
parent
897c7de189
commit
2530ac8ccf
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@
|
||||||
# -----------
|
# -----------
|
||||||
# The server name is displayed in the renderer before the profile name.
|
# The server name is displayed in the renderer before the profile name.
|
||||||
# Default: "Universal Media Server"
|
# Default: "Universal Media Server"
|
||||||
server_name =__NAME__
|
server_name =__SERVER_NAME__
|
||||||
|
|
||||||
# Append profile name
|
# Append profile name
|
||||||
# -------------------
|
# -------------------
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name":"name",
|
"name":"server_name",
|
||||||
"type":"string",
|
"type":"string",
|
||||||
"example":"MyUMS",
|
"example":"MyUMS",
|
||||||
"default": "UniversalMediaServer",
|
"default": "UniversalMediaServer",
|
||||||
|
|
|
@ -27,7 +27,7 @@ ynh_abort_if_errors
|
||||||
domain=$YNH_APP_ARG_DOMAIN
|
domain=$YNH_APP_ARG_DOMAIN
|
||||||
path_url=/
|
path_url=/
|
||||||
is_public=$YNH_APP_ARG_IS_PUBLIC
|
is_public=$YNH_APP_ARG_IS_PUBLIC
|
||||||
name=$YNH_APP_ARG_NAME
|
server_name=$YNH_APP_ARG_SERVER_NAME
|
||||||
interface=$YNH_APP_ARG_INTERFACE
|
interface=$YNH_APP_ARG_INTERFACE
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue