aptalca
1141ba1dd2
fix find for gnu
2024-04-18 15:42:57 -04: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
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
07032ed8a9
cron in base
...
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-08-18 23:06:23 -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
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
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
3db840a60d
Fix index check logic
2022-08-12 17:03:34 -05:00
Eric Nemchik
dac1593418
Remove conditional check on site-confs
...
site-confs always exists
2022-08-12 17:03:20 -05:00
Eric Nemchik
a76d2d87e8
cron doesn't need config path
2022-08-12 17:02:25 -05:00
Eric Nemchik
15a8be1069
Default location nginx.conf
...
include user config
2022-08-12 16:59:34 -05:00
Eric Nemchik
31b9ccbb66
Use 3.15 base and keep ssl.conf
2022-08-05 15:12:18 +00:00
Eric Nemchik
ee5a147397
Merge branch 'extensions' into structure-rollback
2022-07-23 20:16:29 -05:00
Eric Nemchik
8cfaa03acb
Roll back new folder structure
2022-07-23 19:25:11 -05:00
aptalca
a6941e77d2
fix logrotate perms
2022-07-11 10:32:46 -04:00
Eric Nemchik
43eae8207d
force nginx.conf to include site-confs/*.con
...
instead of site-confs/*
detect site-confs with wrong extension
2022-05-15 10:26:32 -05:00
Eric Nemchik
d3184330fd
Use full syntax if statements
2022-05-15 08:50:10 -05:00
Eric Nemchik
ec7e59fb59
Check if default samples exist
2022-03-13 14:50:46 -05:00
Eric Nemchik
eb02b68156
Move php setup from init to Dockerfile
...
for parts that don't rely on /config existing
2022-03-13 14:32:36 -05:00
Eric Nemchik
f0d0b02e12
touch resolver and worker_processes before use
...
this prevents logging warnings about the files not existing
2022-01-06 10:02:03 -06:00
Eric Nemchik
39226b8b72
Use find to cp files
...
This avoids a log message if the source folder is empty
2022-01-06 10:00:59 -06:00
Eric Nemchik
050220e4b0
use new migration
2021-12-19 11:33:16 -06:00
Eric Nemchik
97ceb86616
move subfolder/subdomain folder creation to swag
2021-12-19 11:23:50 -06:00
Eric Nemchik
ef07e8db9b
Check wildcards with index check
2021-12-05 15:52:12 -06:00
Eric Nemchik
0a619fc818
Rewrite index.html check
2021-12-05 14:42:48 -06:00
Eric Nemchik
03a35dbb35
symlink php binary
2021-12-05 14:15:02 -06:00
Eric Nemchik
80618475ed
Remove init migration
2021-11-27 17:44:02 -06:00
Eric Nemchik
7c441d25e9
Replace samples
2021-11-27 16:29:15 -06:00
Eric Nemchik
2a240d901c
Rebasing to alpine 3.15 with php8
2021-11-27 14:52:13 -06:00
Eric Nemchik
07f3ab3e32
Structure changes
2021-11-26 20:52:11 -06:00
Eric Nemchik
a9c8972a70
Formatting
2021-11-26 19:02:04 -06:00
Eric Nemchik
855893a86a
New directory structure
2021-11-25 17:37:14 -06:00
Eric Nemchik
6c9347d3b7
move default to default.conf
2021-10-15 21:42:28 -05:00
Eric Nemchik
332dc0f632
Standardize configs
...
Split apart init scripts
Include dhparams
Include ssl.conf
Include resolver.conf generation
Include worker_processes.conf generation
use nginx.conf and default site config formatted like swag (formatted similar to upstream nginx)
2021-10-05 15:19:04 -05:00