mirror of
https://github.com/YunoHost-Apps/streama_ynh.git
synced 2024-09-03 20:26:30 +02:00
Cleaning up
This commit is contained in:
parent
82eaf1527c
commit
8e77b29d6f
5 changed files with 5 additions and 11 deletions
|
@ -43,8 +43,8 @@ Default local video directory is: `/home/yunohost.app/streama/upload` (must be m
|
|||
|
||||
#### Supported architectures
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/streama/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/streama/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
|
||||
|
||||
## Limitations
|
||||
|
||||
|
|
|
@ -43,8 +43,8 @@ Le répertoire vidéo local par défaut est : `/home/yunohost.app/streama/upload
|
|||
|
||||
#### Architectures supportées
|
||||
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/streama/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
|
||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/streama/)
|
||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
|
||||
|
||||
## Limitations
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Self hosted streaming media server",
|
||||
"fr": "Serveur de streaming auto-hébergé"
|
||||
},
|
||||
"version": "1.10.3~ynh1",
|
||||
"version": "1.10.3~ynh2",
|
||||
"url": "https://streamaserver.org/",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
|
|
@ -94,9 +94,6 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
ynh_script_progression --message="Configuring a systemd service..." --weight=1
|
||||
|
||||
# This can be removed as the variable is dynamically replaced by ynh_add_systemd_config helper
|
||||
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="../conf/systemd.service"
|
||||
|
||||
ynh_add_systemd_config
|
||||
|
||||
#=================================================
|
||||
|
|
|
@ -99,9 +99,6 @@ ynh_install_app_dependencies $pkg_dependencies
|
|||
#=================================================
|
||||
ynh_script_progression --message="Configuring a systemd service..." --weight=3
|
||||
|
||||
# This can be removed as the variable is dynamically replaced by ynh_add_systemd_config helper
|
||||
ynh_replace_string --match_string="__PORT__" --replace_string="$port" --target_file="../conf/systemd.service"
|
||||
|
||||
ynh_add_systemd_config
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue