1
0
Fork 0
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:
ericgaspar 2021-04-20 22:45:35 +02:00
parent 82eaf1527c
commit 8e77b29d6f
No known key found for this signature in database
GPG key ID: 574F281483054D44
5 changed files with 5 additions and 11 deletions

View file

@ -43,8 +43,8 @@ Default local video directory is: `/home/yunohost.app/streama/upload` (must be m
#### Supported architectures #### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/streama/) * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama.svg)](https://ci-apps.yunohost.org/ci/apps/streama/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
## Limitations ## Limitations

View file

@ -43,8 +43,8 @@ Le répertoire vidéo local par défaut est : `/home/yunohost.app/streama/upload
#### Architectures supportées #### Architectures supportées
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/streama/) * x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/streama.svg)](https://ci-apps.yunohost.org/ci/apps/streama/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/streama.svg)](https://ci-apps-arm.yunohost.org/ci/apps/streama/)
## Limitations ## Limitations

View file

@ -6,7 +6,7 @@
"en": "Self hosted streaming media server", "en": "Self hosted streaming media server",
"fr": "Serveur de streaming auto-hébergé" "fr": "Serveur de streaming auto-hébergé"
}, },
"version": "1.10.3~ynh1", "version": "1.10.3~ynh2",
"url": "https://streamaserver.org/", "url": "https://streamaserver.org/",
"license": "MIT", "license": "MIT",
"maintainer": { "maintainer": {

View file

@ -94,9 +94,6 @@ ynh_add_nginx_config
#================================================= #=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1 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 ynh_add_systemd_config
#================================================= #=================================================

View file

@ -99,9 +99,6 @@ ynh_install_app_dependencies $pkg_dependencies
#================================================= #=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=3 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 ynh_add_systemd_config
#================================================= #=================================================