31 Commits

Author SHA1 Message Date
thespad
a4d4b5b0ca
Rebase to 3.21, add php-opcache 2025-05-02 09:34:33 +01:00
thespad
a0362e48c7
Rebase to 3.20 2024-06-30 13:31:23 +01:00
Benedicte Emilie Brækken
b0f407bab5 Make php-fpm forward environment variables
By default php-fpm has `clear_env` option activated.

This means that environment variables never will be passed on from the
system environment to the actual worker process for a given request.

This also means that Grocy will not be configureable via Environment
variables. Which is very common behaviour.

We can fix this by disabling the `clear_env`.

You can test that it works by for example changing the currency via an
environment variable:

  docker run -e GROCY_CURRENCY=NOK -p 8080:80 linuxserver/grocy:latest

Then opening:

  http://localhost:8080/stockoverview

And verifying that the app allows you to change the setting. There's
more info on how Grocy handles configuration, here:

  https://github.com/grocy/grocy/blob/master/config-dist.php#L3
2024-03-29 15:23:58 +01:00
Eric Nemchik
9a735fb27a
Rebase to Alpine 3.19
Signed-off-by: Eric Nemchik <eric@nemchik.com>
2023-12-23 18:09:01 -06:00
TheSpad
1dc037e328
Fix v4 build issues. 2023-07-29 16:32:00 +01:00
Eric Nemchik
c6023b40fb
Rebase to Alpine 3.18, deprecate armhf 2023-05-27 16:48:59 -05:00
Eric Nemchik
b6471985c1 Remove base packages 2023-01-20 18:48:53 -06:00
Eric Nemchik
9357a663a5 Rebase to alpine 3.17 with php8.1 2023-01-19 20:56:39 -06:00
Eric Nemchik
8aab2117e6 Keep /config volume consistently 2022-08-21 16:53:57 -05:00
Eric Nemchik
deb963d753 Use standard nginx.conf from lsio alpine nginx base image 2022-08-20 12:40:16 -05:00
Roxedus
7098da809f
Rebase to Alpine 3.14 and PHP 8 2021-08-22 01:18:52 +02:00
Marc Ole Bulling
22d83fcd65
Added dependencies for Grocy, added hotfix for PHP<8.0 2021-07-25 22:35:52 +02:00
aptalca
ea12d75d9b move node_modules folder to prevent overlayfs bug 2021-05-10 11:27:48 -04:00
aptalca
a276d52c9e reduce image size 2021-05-10 09:34:26 -04:00
Roxedus
2beac778d0
Fix readme, styling canges 2021-05-08 15:33:11 +02:00
Marc Ole Bulling
09bde84f48
Remove hotfix for PHP7.3 2021-02-17 21:37:15 +01:00
Roxedus
98c7229d71
More conflict resolving 2021-02-17 19:15:56 +01:00
mountainsandcode
41042698c6
Update Dockerfile 2021-01-26 14:22:52 +01:00
thelamer
cfc682baf4 Rebasing to Alpine 3.13 2021-01-23 12:21:28 -08:00
Marc Ole Bulling
b26bda77b0
Dirty hotfix to change required PHP version to 7.3 2021-01-06 10:24:58 +01:00
Marc Ole Bulling
09bf73e299
Add php7-ctype, fix for #26 2020-12-22 14:01:55 +01:00
thelamer
156a531fce update baseimages 2020-11-02 07:03:19 -08:00
thelamer
f17714ba36 Rebasing to Alpine 3.12 2020-07-17 10:19:25 -07:00
thelamer
9875c315f4 Rebasing to Alpine 3.11 2019-12-19 16:59:32 -08:00
Leroy Foerster
c01ab5d0e0 Add gd php extension required as of v2.5.0
New package "gumlet/php-image-resize" was added and requires gd php extensions
2019-09-22 17:12:55 +02:00
thelamer
2598a7855f Rebasing to Alpine 3.10 2019-06-28 17:59:18 -07:00
thelamer
77ec02759e Switching to new Base images, shift to arm32v7 tag. 2019-03-23 17:30:18 -07:00
thelamer
ed961112fb Rebasing to Alpine 3.9 2019-02-22 17:27:54 -08:00
thelamer
979a7bf637 cleanup and add php-fpm to startup 2019-01-05 00:41:52 -08:00
Homer
dbd7d9a089 initial commit for linuxserver.io building 2019-01-05 00:41:52 -08:00
alex-phillips
10c3bd6c20 initial commit 2018-11-07 12:23:33 -05:00