Commit Graph

27 Commits

Author SHA1 Message Date
21eb38c393 Upgrade default php version to 8.2 2023-01-21 12:31:57 +01:00
20bf31c496 Add php8.2 and drop secp256k1 library which is only supported in php7 2022-12-10 21:32:44 +01:00
d249d5ef89 Drop PHP 7.4 support 2022-11-26 09:34:49 +01:00
cdc6feab4c Fix copying libraries 2022-07-17 11:20:11 +02:00
07b2fd0650 Fix chroot creation for systems where /bin and /lib are symlinks 2022-07-01 22:52:18 +02:00
6f797151ce Really exit when no path is given 2021-10-25 10:15:10 +02:00
560f5e9269 Also call ldconfig when installing extra binaries 2021-05-04 13:59:23 +02:00
8ac5330a88 Run ldconfig on chroot after installing libraries 2021-05-04 13:44:27 +02:00
6aea46afaa Use which to determine binary location and ignore non-existing binaries - closes #111 2021-04-25 16:10:54 +02:00
5cd74a31b1 Collect libraries in array to prevent repeatedly copying the same files 2021-04-25 15:44:29 +02:00
86bf9230d0 Switch default version to php8.0 2021-04-10 16:10:33 +02:00
8e8a54f506 Add more commands from coreutils and silence "not a dynamic executable" warnings 2021-03-13 14:05:10 +01:00
b598f9e1e0 Add cut and uniq to chroot 2021-01-25 19:06:03 +01:00
aa22f7fbeb Added xz and zopfli to chroot 2020-02-06 07:01:33 +01:00
fcd1a37092 Add brotli to chroot 2020-02-06 06:33:15 +01:00
9786372794 Remove no longer needed binaries 2020-02-05 21:14:32 +01:00
f573f79f6c Switch gnupg1 to gnupg2 and set env[HOME] for php correctly 2020-01-05 15:03:20 +01:00
b2da71f9d2 Add "/.composer/vendor/bin" to PATH within chroot 2019-12-14 23:07:26 +01:00
0e0fb54eae Track quota usage and allow upgrading quotas 2019-12-14 21:01:39 +01:00
6052e57112 Switch to custom compiled php 2019-10-15 19:37:51 +02:00
4096b66390 Install composer vai github instead of distro packages to include in chroot 2019-09-23 21:24:08 +02:00
ae925a2000 Allow changing instances + add nginx_rewrites table + optimizations 2019-09-22 21:24:27 +02:00
47cf5edbca stripped bash-completion in chroot + added some useful binaries 2019-06-23 09:42:07 +02:00
4ff2fae6a5 Introduced second parameter to setup_chroot.sh to copy extra binaries 2019-02-11 07:17:01 +01:00
c46a2584fa Add shell access and scp support 2019-01-06 18:20:02 +01:00
55bc8cd757 Introduce mysqld socket stream forwarding with nginx for chroot jails 2019-01-01 13:47:30 +01:00
a5b0de4b07 Added setup_chroot.sh script 2018-12-27 22:32:37 +01:00