1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00
Commit graph

63 commits

Author SHA1 Message Date
tituspijean
f7c8e849b4 Fix syntax for service needs_exposed_ports 2021-06-07 23:33:46 +02:00
tituspijean
35cdc00219 Fix absent-mindedness
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2021-06-07 21:09:21 +02:00
tituspijean
1c706e7109 Improve discovery ports opening 2021-06-01 21:56:36 +02:00
tituspijean
2784b22d18 Offer to open discovery ports in restore and upgrade 2021-05-26 17:04:08 +02:00
tituspijean
08a250464a Fix files permissions 2021-05-25 13:37:29 +02:00
tituspijean
0f92a02dd6 Fix config_path and final_path 2021-05-25 13:33:48 +02:00
tituspijean
618683305c Add discovery port opening 2021-05-23 12:45:39 +02:00
tituspijean
22785a05fc Make user file permissions are correct before starting services 2021-05-23 11:30:44 +02:00
tituspijean
c3fddb2aef Fix logging upgrade and enable IPv6 2021-05-23 11:30:44 +02:00
tituspijean
ce8050b5b7 Add system user to render group only if it exists 2021-05-07 18:59:49 +02:00
tituspijean
69a4af8b68 No need to use logging default template 2021-05-07 18:59:05 +02:00
tituspijean
570244afce No need to prepare sources at runtime
It is handled by the maintainer with update_version.sh
2021-05-07 18:50:15 +02:00
tituspijean
5ec1be8f48 Upgrade to v10.7.5
and fix source files generation
2021-05-06 13:49:49 +02:00
tituspijean
2de7fa22e2
Merge branch 'master' into testing 2021-05-05 21:45:50 +02:00
Éric Gaspar
0e4f536ad5
Add jellyfin to render group (#57)
* Add jellyfin to render group

* Update install

* Fix

* Improve render group detection

Co-authored-by: tituspijean <tituspijean@outlook.com>
2021-05-05 21:36:21 +02:00
tituspijean
0121ff40fe Reduce line_match timeout
Service startup is usually quite fast and YNH tends to start monitoring the logs too late
2021-04-24 10:49:04 +02:00
tituspijean
9616d0da27 Remove all --time flags 2021-04-24 10:35:12 +02:00
tituspijean
f44dd068ad Skip apt-get's config file questions during restore 2021-04-23 23:27:20 +02:00
tituspijean
7f43e1daa4 Install deb files with dependencies
-f flag was missing for apt-get
2021-04-22 18:40:00 +02:00
tituspijean
51800683d1 Use apt-get instead of apt 2021-04-06 22:46:46 +02:00
tituspijean
06fd729a26 Change service startup keywords 2021-04-02 12:36:17 +02:00
tituspijean
87549cb90a ynh_replace_string is nice, but do not forget to specify the file 2021-04-02 03:59:03 +02:00
tituspijean
18bef5d8d9 Enable logrotate and lower verbosity 2021-04-01 23:46:32 +02:00
tituspijean
ea5350820a apt -y 2021-03-27 14:22:15 +01:00
tituspijean
98d51a6780
Merge branch 'testing' into fix-restore 2021-03-27 12:17:41 +01:00
tituspijean
7c62a0f6cb Overhaul of package installation
Moving away from unreliable debian repo and use deb files
WIP, YunoHost does not encourage directly using apt
2021-03-27 12:10:56 +01:00
yalh76
9448a1820b
Full fix (#66)
* Fixing and overhaul of the app
* Relying on the repository instead of deb sources
* Overhaul to meet packaging standards
* Removal of helpers that have been integrated in YunoHost
2021-03-20 13:33:29 +01:00
yalh76
22ad337c76
Apply last example_ynh (#65)
* Apply last example_ynh

* missing config_path

* Update check_process

* Update manifest.json
2021-03-19 14:06:07 +01:00
tituspijean
2e92159822 Specifically install server and web packages 2021-03-14 11:46:27 +01:00
Éric Gaspar
63ab03ab79
Testing (#59) 2021-03-12 07:20:04 +01:00
ericgaspar
de07007051
Fix linter warnings 2021-03-11 08:34:12 +01:00
tituspijean
8f2150def7 Ensure network configuration for 10.7 2021-03-10 10:40:21 +01:00
Éric Gaspar
25889de723
Merge branch 'testing' into ldap 2021-03-10 10:24:22 +01:00
Éric Gaspar
5478712c0c
Testing (#51)
* Update NGINX conf for proxy bufferring (#50)
* Fix linter warning
2021-01-15 15:32:36 +01:00
ericgaspar
2fc0563d32
Fix linter warnings 2020-12-04 12:15:37 +01:00
Éric Gaspar
dc5ab412fe
Testing (#39)
* Fixing and overhaul of the app
* Relying on the repository instead of deb sources
* Overhaul to meet packaging standards
* Removal of helpers that have been integrated in YunoHost
2020-11-13 21:14:44 +01:00
tituspijean
e0cd3c711b Adding LDAP plugin and permissions 2020-11-11 20:14:48 +01:00
ericgaspar
bd4932c472
Small typos 2020-11-10 16:58:19 +01:00
tituspijean
552ee2b03b Monitor systemd instead of log file 2020-11-08 18:44:16 +01:00
tituspijean
0f07898dbb Wait for the service starting up 2020-11-08 18:16:17 +01:00
tituspijean
f4bf6d9fd8 No need to alter permissions while upgrading 2020-11-08 17:30:01 +01:00
tituspijean
dafd95a8b2 Comments cleanup 2020-11-08 17:07:47 +01:00
tituspijean
e264caff51 [enh] Setting the weights for script progression indicators 2020-10-29 11:53:40 +01:00
tituspijean
66e31179e3 [enh] check /var/lib availability, comments cleanup 2020-10-29 10:34:27 +01:00
tituspijean
1f2ef3f92d [fix] load is_public in upgrade 2020-10-23 11:41:51 +02:00
tituspijean
fc68b3455d [fix] no need to upgrade systemd conf 2020-10-21 11:12:20 +02:00
tituspijean
cedae0e38f [fix] restore systemd, load port in upgrade 2020-10-20 22:24:34 +02:00
tituspijean
60ea6960f7 [fix] fix upgrade and restore 2020-10-20 17:48:40 +02:00
tituspijean
c05a696e44 [fix] retrieve actual final_path 2020-10-20 15:56:19 +02:00
tituspijean
a570cc9250 [enh] specify version to install 2020-10-20 15:41:23 +02:00