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

198 commits

Author SHA1 Message Date
tituspijean
d12b437674 Make service restore paths not mandatory 2021-03-14 11:50:56 +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
43d672cd0c
Update install 2021-03-11 10:59:27 +01:00
ericgaspar
de07007051
Fix linter warnings 2021-03-11 08:34:12 +01:00
tituspijean
9a3142a0ec Fix change_url for v10.7 2021-03-10 14:01:52 +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
tituspijean
ade36194b5 Upgrade to version 10.7.0 2021-03-10 09:34:38 +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
Alexandre Aubin
fa5b1641d4
Finding an available port 2021-01-09 22:33:46 +01:00
ericgaspar
2aab8003d6
Fix linter warnings 2020-12-14 10:39:22 +01:00
ericgaspar
772060554b
fix linter warnings 2020-12-10 20:57:00 +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
58e8339ca3 Fix change_url
Simpler is better
2020-11-10 14:50:59 +01:00
tituspijean
6f9ab080d1 Fix change_url
BaseUrl setting gets reverted to default if the wizard is not completed...
2020-11-10 11:47:17 +01:00
tituspijean
6e4b91f34d Remove duplicate instruction in install 2020-11-09 20:34:10 +01:00
tituspijean
5c519ec558 Change baseurl in change_url 2020-11-09 20:33:27 +01:00
tituspijean
069ae32a83 Load port in change_url 2020-11-09 16:16:58 +01:00
tituspijean
af595b7479 Add change_url 2020-11-09 14:20:06 +01:00
tituspijean
ed1cfe2747 Restart service after restore 2020-11-09 13:52:14 +01:00
tituspijean
f09dfe73e7 Reverting to manual startup of the service to init xml setting file 2020-11-08 19:13:35 +01:00
tituspijean
552ee2b03b Monitor systemd instead of log file 2020-11-08 18:44:16 +01:00
tituspijean
50a26572ee ynh_clean_check_starting since we monitor the logs
Co-authored-by: Eric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-11-08 18:29:39 +01:00
tituspijean
0f07898dbb Wait for the service starting up 2020-11-08 18:16:17 +01:00
tituspijean
e0ed7b183b
Silence service restoration
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-11-08 18:02:32 +01:00
tituspijean
1232b3bc5a
Embracing the future of permissions management
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
2020-11-08 17:34:17 +01:00
tituspijean
f4bf6d9fd8 No need to alter permissions while upgrading 2020-11-08 17:30:01 +01:00
tituspijean
b59213c8fa Remove extra --time 2020-11-08 17:17:44 +01:00
tituspijean
dafd95a8b2 Comments cleanup 2020-11-08 17:07:47 +01:00
tituspijean
63e023d232 No need to close port since it was never opened 2020-11-08 17:04:29 +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
821d487c67 [add] sleep time to let the service start 2020-10-28 19:07:49 +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
d9b1ef3da3 [fix] backup of service 2020-10-20 17:18:25 +02:00
tituspijean
7fe8416fef [fix] install logrotate 2020-10-20 16:41:39 +02:00
tituspijean
c05a696e44 [fix] retrieve actual final_path 2020-10-20 15:56:19 +02:00
tituspijean
ebfbffadec [fix] missing final_path definition 2020-10-20 15:54:00 +02:00
tituspijean
a570cc9250 [enh] specify version to install 2020-10-20 15:41:23 +02:00
tituspijean
2c3a176a50 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-10-19 23:06:48 +02:00
liberodark
6dd64be548
Update upgrade 2020-07-29 13:08:15 +02:00
liberodark
d80b4f0063
Update upgrade 2020-07-21 23:37:00 +02:00
liberodark
e0e73420cc
Update upgrade 2020-07-21 23:24:20 +02:00