Commit graph

77 commits

Author SHA1 Message Date
Kayou
1c9f6ea72e
remove --log_type because it's deprecated 2021-06-30 17:54:59 +02:00
Kayou
7349b229c5
fix conf path for dedicated php server 2021-06-30 17:16:26 +02:00
yalh76
16f1968ae7 Updating requirements
As those functions use ynh_add_config
2021-06-10 15:13:49 +02:00
Alexandre Aubin
2b0df6c35a Add requirements for new helpers 2021-05-10 19:00:53 +02:00
Alexandre Aubin
92eb97042f ynh_remove_fpm_config: we probably want to remove the conf file *before* reloading the service... 2021-04-17 02:52:56 +02:00
706dbe723e helper doc fixes : php 2021-03-03 11:17:59 +01:00
Kay0u
1d3380415e
add missing getops 2021-02-25 11:17:46 +01:00
Alexandre Aubin
acfea3d76d Define YNH_APP_BASEDIR to be able to properly point to conf folder depending on the app script we're running 2021-02-23 02:17:04 +01:00
Alexandre Aubin
a618ae4f4d
Merge pull request #1118 from YunoHost/normalize-conf-template-handling
Normalize conf template handling for nginx, php-fpm, systemd and fail2ban using ynh_add_config
2021-01-31 16:15:45 +01:00
Alexandre Aubin
c023b177fe Normalize conf template handling for nginx, php-fpm, systemd and fail2ban using ynh_add_config 2021-01-23 04:33:28 +01:00
Alexandre Aubin
75ebadfcff
Merge pull request #1090 from yalh76/composer
[enh] Adding composer helper
2021-01-23 00:13:08 +01:00
Kayou
5b1cee4b70
One priority arg is enough 2021-01-13 11:21:41 +01:00
Kay0u
b7c43df661
no more ; 2020-12-18 17:03:51 +01:00
Kay0u
58dcf45bd9
do not reload php7.3 too fast 2020-12-18 16:55:39 +01:00
Alexandre Aubin
ff5d8ebd61 Missing ;, probably 2020-12-18 15:29:52 +01:00
Kay0u
8cab56787e
handle change php version 2020-12-17 16:06:45 +01:00
yalh76
11cef18ab9 [enh] Adding composer helper 2020-12-01 23:19:07 +01:00
Alexandre Aubin
b07fc2061a
Do not reload php-fpm if conf breaks it (#1087) 2020-11-30 23:20:45 +01:00
Alexandre Aubin
14e8888078 My god, please no, there's no damn jessie anymore 2020-09-23 22:45:26 +02:00
Kayou
15a7967f47
Epic bugfix 2020-09-15 20:53:26 +02:00
Alexandre Aubin
346728e55d Remove the pinning stuff of sury from the helpers, since it's now managed by the regenconf core 2020-08-28 22:31:10 +02:00
ericgaspar
05ff84e5af
Update php 2020-08-04 18:36:19 +02:00
Alexandre Aubin
5930b6ddf2 [php] Now use php7.3 instead of php7.0 + autopatch app scripts like we did for php5 2020-07-27 19:23:53 +02:00
Alexandre Aubin
653c5fde8f Set sury default pinning to 600 2020-06-06 01:16:54 +02:00
Alexandre Aubin
b52f5bc182
Merge pull request #1001 from YunoHost/fix_add_fpm_restore
Fix ynh_add_fpm_config with template in restore
2020-06-03 16:32:59 +02:00
JimboJoe
94cecf682d
Update data/helpers.d/php
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
2020-05-28 07:15:46 +02:00
Kay0u
a64dfd5676
A better Pin for sury 2020-05-26 18:17:49 +02:00
Jimmy Monin
10d33d5753 Fix ynh_add_fpm_config with template in restore 2020-05-24 15:16:07 +02:00
Alexandre Aubin
94ea826518 Most of the time there's no .ini file and it still displays an info about the file not existing when attempting to remove it 2020-05-18 01:31:37 +02:00
Maniack Crudelis
6468402e68
Merge branch 'stretch-unstable' into clean_helpers 2020-04-24 20:20:32 +02:00
Maniack Crudelis
ba8514fb67 Fix regressions 2020-04-21 16:18:04 +02:00
Maniack Crudelis
03379007b4 Update YunoHost version requirements 2020-04-21 14:48:52 +02:00
Kay0u
23a083b087
YNH_DEFAULT_PHP_VERSION is now readonly 2020-04-20 23:50:42 +02:00
Maniack Crudelis
3b653994c7 Standardize helper comments 2020-04-20 20:58:17 +02:00
Maniack Crudelis
b0398ae6dc Use long arguments instead of short ones 2020-04-20 15:20:31 +02:00
Maniack Crudelis
57061b8e1d Unfold if-then when more than one line 2020-04-19 20:31:06 +02:00
Maniack Crudelis
80964a1312 Standardize tabulations 2020-04-19 20:03:55 +02:00
Maniack Crudelis
1dd4a73e17 Replace declare -Ar by local A for args_array 2020-04-19 19:10:39 +02:00
Kayou
175de8f4f5
Merge pull request #929 from YunoHost/force_max_children
Allow to overwrite pm.max_children
2020-04-18 01:43:08 +02:00
Kayou
d771859566
Merge pull request #928 from YunoHost/more_min_spare_servers
More min_spare_servers for heavy apps
2020-04-18 01:42:31 +02:00
Maniack Crudelis
f90a238973
Update data/helpers.d/php
Co-Authored-By: JimboJoe <jimmy@monin.net>
2020-04-17 12:02:11 +02:00
Maniack Crudelis
0a3e7aa88b
Update data/helpers.d/php
Co-Authored-By: JimboJoe <jimmy@monin.net>
2020-04-17 12:01:50 +02:00
Maniack Crudelis
05503d2f8e
fpm_service name 2020-04-17 00:48:32 +02:00
Maniack Crudelis
f57b302299
Update data/helpers.d/php
Co-Authored-By: Kayou <pierre@kayou.io>
2020-04-17 00:40:00 +02:00
Maniack Crudelis
df47040462
Allow to overwrite pm.max_children 2020-04-14 12:47:29 +02:00
Maniack Crudelis
8005429dc4
Update php 2020-04-13 20:50:58 +02:00
Maniack Crudelis
a62513b0b0
Clean after conflict 2020-04-13 16:21:45 +02:00
Maniack Crudelis
40bb0795bd
Merge branch 'stretch-unstable' into dedicated_php_service 2020-04-13 16:07:08 +02:00
Kayou
f6377b388d
Merge pull request #881 from YunoHost/update_php_helpers
New helpers for PHP and extra apt repo
2020-04-13 15:53:22 +02:00
Maniack Crudelis
613142c342 Dedicate log for each php service 2020-04-13 13:37:00 +02:00