152 Commits

Author SHA1 Message Date
thespad
d74bed65a7
Reorder chmods to workaround QNAP issue 2025-01-19 16:40:33 +00:00
thespad
16493e0972
Copy php conf with default TZ at build time 2024-12-23 16:43:36 +00:00
thespad
1fd5bfd471
>> not > 2024-12-22 16:35:27 +00:00
thespad
7c905578ad
Fix timezone overwriting php-local.ini contents 2024-12-22 11:09:00 +00:00
thespad
f96a9523da
Fix zone names 2024-12-17 21:38:11 +00:00
thespad
b322604519
Include all caches 2024-12-17 21:00:16 +00:00
thespad
47ba59d84f
Set cache paths 2024-12-17 19:26:35 +00:00
thespad
30c051e739
Log to stderr for pre-config-load 2024-12-17 17:35:20 +00:00
thespad
cc8c2b5ac5
Update conf changelog dates, fix indents 2024-12-06 21:50:05 +00:00
thespad
faeeefef00
Add php and fpm includes to /config, remove symlinks 2024-12-05 16:55:46 +00:00
thespad
ca874e3fff
Initial 3.21 release 2024-11-15 16:43:44 +00:00
Eric Nemchik
bdbb2b77e0
Merge pull request #170 from linuxserver/ipv6-again
separate ipv6 listen in default site-conf
2024-09-14 09:05:00 -07:00
thespad
b9dc90eafc
Make migrations executable 2024-08-13 15:15:41 +01:00
Eric Nemchik
5db29c6f52
keep ipv6 listen separate
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2024-07-16 19:48:39 -05:00
Adam
1a5ef52d44
Update source comment
Co-authored-by: Eric Nemchik <eric@nemchik.com>
2024-05-29 13:56:56 +01:00
thespad
ac94518f99
Use wildcard listener 2024-05-29 12:20:38 +01:00
thespad
f2fd72f70b
Set http2 at http level 2024-05-28 20:09:30 +01:00
aptalca
1141ba1dd2
fix find for gnu 2024-04-18 15:42:57 -04:00
Eric Nemchik
7dfbf7e0e8
Cleanup default site conf (#158)
* Cleanup default site conf

Signed-off-by: Eric Nemchik <eric@nemchik.com>

* update date

---------

Signed-off-by: Eric Nemchik <eric@nemchik.com>
Co-authored-by: aptalca <541623+aptalca@users.noreply.github.com>
2024-03-06 12:55:24 -05:00
Eric Nemchik
cba1ebd5cf
adjust sample comment
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-12-23 13:57:42 -06:00
Eric Nemchik
7a9adbc8ec
Merge pull request #151 from linuxserver/log-perms
precreate nginx/php logs, fix permissions
2023-12-12 15:10:27 -06:00
Eric Nemchik
b4322350b4
precreate php error log
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-12-08 17:14:45 -06:00
TheSpad
8d66bfcf83
Bump php to 8.3 2023-12-08 19:48:50 +00:00
Eric Nemchik
3fe654959f
Fix index.php being downloaded on 404
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-11-27 18:27:20 -06:00
Eric Nemchik
d5b9c3810d
precreate nginx log files, fix permissions
Ref: https://github.com/linuxserver/docker-nginx/pull/97

Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-11-22 19:26:56 -06:00
Eric Nemchik
ceab34e450
Merge pull request #145 from linuxserver/standard-cron
standard cron
2023-11-02 18:59:06 -05:00
Eric Nemchik
07032ed8a9
cron in base
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-08-18 23:06:23 -05:00
Eric Nemchik
7b4f5b2950
Update date on ssl.conf
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-08-13 16:16:45 -05:00
Eric Nemchik
a400cebe11
Add missing always to headers
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-08-12 16:01:46 -05:00
Eric Nemchik
7f49ef77d9
exec busybox crond
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-07-30 01:05:00 -05:00
Eric Nemchik
abcec0619c
Use Mozilla Guideline v5.7
Adds DHE-RSA-CHACHA20-POLY1305

Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-06-24 21:03:25 -05:00
Eric Nemchik
95a833b69b Change php-local.ini symlink to ensure it is last
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-05-30 19:35:55 +00:00
Eric Nemchik
10c237c5ec Set php timezone separately on every init
Fallback to UTC if unset

Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-05-30 19:35:00 +00:00
TheSpad
021c56b124
Correct service name for php 8.2 2023-05-16 10:47:44 +01:00
TheSpad
dcf603d122
Bump php to 8.2 2023-05-15 15:10:35 +01:00
Eric Nemchik
54fa6f7720 Move ssl.conf include to default.conf 2023-04-13 11:04:35 -05:00
TheSpad
cebde02682
Fix version check formatting if date(s) missing 2023-01-28 21:35:52 +00:00
TheSpad
114ae989a6
Fix table size 2023-01-23 12:12:27 +00:00
TheSpad
cd2c1098f1
Prettify version checks 2023-01-23 11:58:38 +00:00
Eric Nemchik
ffe859093c symlink php-local.ini 2023-01-20 20:25:16 -06:00
TheSpad
83b9e2d579
Send SIGUSR1 instead of SIGHUP post logrotate 2023-01-16 14:30:32 +00:00
TheSpad
7b1fc0f059
Merge branch 'master' into 3.17-initial 2022-11-29 15:34:48 +00:00
TheSpad
ecd2f60635
Initial commit 2022-11-29 15:26:29 +00:00
Eric Nemchik
dcea27cb55 rm certs when regenerating 2022-11-29 15:06:29 +00:00
TheSpad
a3dbf3b436
log not logs 2022-11-24 20:08:11 +00:00
TheSpad
de797cd4d0
Only -R keys, nginx, & php. Use lsiown. 2022-11-24 19:56:25 +00:00
Adam
e7fe331f08
Rebase to 3.16, migrate to s6v3 (#110)
Co-authored-by: Eric Nemchik <eric@nemchik.com>
2022-11-02 16:27:30 +00:00
Eric Nemchik
4bacdc0286 Fix php-fpm logrotate file name 2022-11-02 10:47:26 -05:00
Eric Nemchik
73c1df2050 Minor formatting of migration script 2022-10-28 16:12:54 -05:00
Joakim Hellsén
34b448f682
Fix version date to when the change was made 2022-10-06 18:58:58 +02:00