3451a6219a
fix: wrong path because of usr-merge
2024-12-13 15:10:06 +01:00
dec3a7f789
fix: set default port for PostgreSQL in db check
2023-12-27 11:24:10 +01:00
80704341e6
feat: check if db is available, not just in setup
2023-12-21 20:57:11 +01:00
18da631215
Drop call of libxml_set_external_entity_loader
...
ref:
- https://github.com/jvoisin/snuffleupagus/issues/463
- https://github.com/hoellen/docker-nextcloud/issues/42
2023-09-21 16:12:33 +02:00
2d3fd8f5c3
fix: disable snuffleupagus xxe protection
...
Nextcloud now prevents loading external entities by using libxml_set_external_entity_loader.
ref:
https://github.com/nextcloud/server/pull/39490
https://github.com/hoellen/docker-nextcloud/issues/42
2023-07-25 06:34:32 +02:00
06d89226c5
Whitelist PHP functions for Nextcloud 25
2022-10-19 13:06:53 +02:00
6eb2fac3a4
Snuffleupagus 0.8.1
2022-05-20 13:33:12 +02:00
3c945d7ee7
snuffleupagus: Add exception rule for Nextcloud
2022-05-06 09:26:00 +02:00
0b3b86dfff
snuffleupagus: fix basic settings on new installs
2022-05-05 08:34:20 +02:00
1ffd446214
ensure JIT is disabled
...
It was disabled by default (jit_buffer_size=0 by default), but this setting makes sure JIT is unavailable at runtime. While JIT may bring minor performance improvements, this is not worth the risk of being exposed to tons of bugs due to JIT code complexity.
2022-05-05 08:31:10 +02:00
2c662e7862
snuffleupagus: fix broken "Basic settings" access
2022-05-05 08:29:46 +02:00
9a30d0ff02
snuffleupagus: enable sloppy_comparison
2022-05-05 08:28:32 +02:00
33dc46def2
snuffleupagus: enable global_strict
2022-05-05 08:28:21 +02:00
7974e54491
support and enable snuffleupagus
2022-05-05 08:25:52 +02:00
eceef9c4ac
fix setup: do not wait for db if using sqlite3
2022-05-05 08:24:05 +02:00
9851eb52ee
waiting for the database container on setup
2022-01-13 19:35:53 +01:00
c9ad140a79
move back data to /data
2021-04-28 17:32:12 +02:00
5b617e80c2
update setup.sh
2021-04-25 19:33:37 +02:00
5615286de5
add new image
2021-04-25 18:23:11 +02:00
dffcebe34c
Workaround for nextcloud 20 if UID/GID is not present in the docker image
2020-10-17 16:51:38 +02:00
6e6b0e1dab
generate instanceid non-deterministically
2020-01-27 13:48:13 +01:00
54dc55376b
Correct ownership of the symlinks
...
The symbolic links are created as root. I propose to correct them afterwards preventing a potential costly "chown -R /nextcloud" on each restart.
2018-02-18 21:01:02 +01:00
444ecd25a1
add files
2018-01-17 20:31:32 +00:00