mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Cleaning up
This commit is contained in:
parent
c7e6e9708c
commit
c9197004e0
5 changed files with 3 additions and 5 deletions
|
@ -36,7 +36,7 @@ You must activate *public site* if you want to connect a client player to Navidr
|
|||
## Documentation
|
||||
|
||||
* Official documentation: https://www.navidrome.org/docs/
|
||||
* YunoHost documentation: https://yunohost.org/#/app_navidrome
|
||||
* YunoHost documentation: https://yunohost.org/en/app_navidrome
|
||||
|
||||
## YunoHost specific features
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ Vous devez activer *site public* si vous souhaitez connecter un lecteur client
|
|||
## Documentation
|
||||
|
||||
* Documentation officielle : https://www.navidrome.org/docs/
|
||||
* Documentation YunoHost : https://yunohost.org/#/app_navidrome_fr
|
||||
* Documentation YunoHost : https://yunohost.org/fr/app_navidrome
|
||||
|
||||
## Caractéristiques spécifiques YunoHost
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Modern Music Server and Streamer compatible with Subsonic/Airsonic",
|
||||
"fr": "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic"
|
||||
},
|
||||
"version": "0.40.0~ynh1",
|
||||
"version": "0.40.0~ynh2",
|
||||
"url": "https://github.com/deluan/navidrome/",
|
||||
"license": "GPL-3.0-only",
|
||||
"maintainer": {
|
||||
|
|
|
@ -48,7 +48,6 @@ ynh_script_progression --message="Storing installation settings..." --weight=2
|
|||
|
||||
ynh_app_setting_set --app=$app --key=domain --value=$domain
|
||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
||||
ynh_app_setting_set --app=$app --key=is_public --value=$is_public
|
||||
|
||||
#=================================================
|
||||
# STANDARD MODIFICATIONS
|
||||
|
|
|
@ -18,7 +18,6 @@ app=$YNH_APP_INSTANCE_NAME
|
|||
|
||||
domain=$(ynh_app_setting_get --app=$app --key=domain)
|
||||
path_url=$(ynh_app_setting_get --app=$app --key=path)
|
||||
is_public=$(ynh_app_setting_get --app=$app --key=is_public)
|
||||
final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||
port=$(ynh_app_setting_get --app=$app --key=port)
|
||||
architecture=$(ynh_detect_arch)
|
||||
|
|
Loading…
Add table
Reference in a new issue