1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ombi_ynh.git synced 2024-09-03 19:55:54 +02:00
This commit is contained in:
eric_G 2024-07-26 21:51:18 +02:00 committed by GitHub
commit 7d15d7755f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 19 additions and 29 deletions

View file

@ -19,13 +19,13 @@ It shall NOT be edited by hand.
Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.
**Shipped version:** 4.44.1~ynh1
**Shipped version:** 4.44.1~ynh2
**Demo:** <https://app.ombi.io/landingpage>
## Screenshots
![Screenshot of Ombi](./doc/screenshots/screenshot.png)
![Screenshot of Ombi](./doc/screenshots/screenshot.jpg)
## Documentation and resources

View file

@ -19,13 +19,13 @@ No se debe editar a mano.
Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.
**Versión actual:** 4.44.1~ynh1
**Versión actual:** 4.44.1~ynh2
**Demo:** <https://app.ombi.io/landingpage>
## Capturas
![Captura de Ombi](./doc/screenshots/screenshot.png)
![Captura de Ombi](./doc/screenshots/screenshot.jpg)
## Documentaciones y recursos

View file

@ -19,13 +19,13 @@ EZ editatu eskuz.
Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.
**Paketatutako bertsioa:** 4.44.1~ynh1
**Paketatutako bertsioa:** 4.44.1~ynh2
**Demoa:** <https://app.ombi.io/landingpage>
## Pantaila-argazkiak
![Ombi(r)en pantaila-argazkia](./doc/screenshots/screenshot.png)
![Ombi(r)en pantaila-argazkia](./doc/screenshots/screenshot.jpg)
## Dokumentazioa eta baliabideak

View file

@ -18,13 +18,13 @@ Il NE doit PAS être modifié à la main.
Ombi est une application Web auto-hébergée qui donne automatiquement à vos utilisateurs Plex ou Emby partagés la possibilité de demander du contenu par eux-mêmes ! Ombi peut être lié à plusieurs outils DVR d'émissions de télévision et de films pour créer une expérience transparente de bout en bout pour vos utilisateurs.
**Version incluse:** 4.44.1~ynh1
**Version incluse:** 4.44.1~ynh2
**Démo:** <https://app.ombi.io/landingpage>
## Captures décran
![Capture décran de Ombi](./doc/screenshots/screenshot.png)
![Capture décran de Ombi](./doc/screenshots/screenshot.jpg)
## Documentations et ressources

View file

@ -19,13 +19,13 @@ NON debe editarse manualmente.
Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.
**Versión proporcionada:** 4.44.1~ynh1
**Versión proporcionada:** 4.44.1~ynh2
**Demo:** <https://app.ombi.io/landingpage>
## Capturas de pantalla
![Captura de pantalla de Ombi](./doc/screenshots/screenshot.png)
![Captura de pantalla de Ombi](./doc/screenshots/screenshot.jpg)
## Documentación e recursos

View file

@ -19,13 +19,13 @@ Ini TIDAK boleh diedit dengan tangan.
Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.
**Versi terkirim:** 4.44.1~ynh1
**Versi terkirim:** 4.44.1~ynh2
**Demo:** <https://app.ombi.io/landingpage>
## Tangkapan Layar
![Tangkapan Layar pada Ombi](./doc/screenshots/screenshot.png)
![Tangkapan Layar pada Ombi](./doc/screenshots/screenshot.jpg)
## Dokumentasi dan sumber daya

View file

@ -19,13 +19,13 @@
Ombi is a self-hosted web application that automatically gives your shared Plex or Emby users the ability to request content by themselves! Ombi can be linked to multiple TV Show and Movie DVR tools to create a seamless end-to-end experience for your users.
**分发版本:** 4.44.1~ynh1
**分发版本:** 4.44.1~ynh2
**演示:** <https://app.ombi.io/landingpage>
## 截图
![Ombi 的截图](./doc/screenshots/screenshot.png)
![Ombi 的截图](./doc/screenshots/screenshot.jpg)
## 文档与资源

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.6 MiB

View file

@ -7,7 +7,7 @@ name = "Ombi"
description.en = "Media request tool on Plex/Emby/Jellyfin"
description.fr = "Outil de demande de médias sur Plex/Emby/Jellyfin"
version = "4.44.1~ynh1"
version = "4.44.1~ynh2"
maintainers = []

View file

@ -34,10 +34,6 @@ ynh_backup --src_path="$data_dir" --is_big
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
# BACKUP SYSTEMD
#=================================================
ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================

View file

@ -42,7 +42,7 @@ yunohost service add $app --description="Media request tool" --log="/var/log/$ap
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
ynh_add_config --template="../conf/database.json" --destination="$data_dir/database.json"
ynh_add_config --template="database.json" --destination="$data_dir/database.json"
chmod 650 "$data_dir/database.json"
chown $app:$app "$data_dir/database.json"

View file

@ -9,8 +9,6 @@
source _common.sh
source /usr/share/yunohost/helpers
upgrade_type=$(ynh_check_app_version_changed)
#=================================================
# STOP SYSTEMD SERVICE
#=================================================
@ -23,14 +21,10 @@ ynh_systemd_action --service_name=$app --action="stop" --log_path="/var/log/$app
#=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE
#=================================================
ynh_script_progression --message="Upgrading source files..." --weight=1
if [ "$upgrade_type" == "UPGRADE_APP" ]
then
ynh_script_progression --message="Upgrading source files..." --weight=1
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
fi
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
chown -R $app:www-data "$install_dir"