Fabien Clément
6e8b52dff6
mod_usertrack was deprecated and seems to be retired (currently installing from latest php 8.1 alpine image)
...
I remove it and application still seems to work as expected
2023-11-08 09:25:23 +00:00
Jerome Jutteau
b0d7e17277
[TASK] Disabling file deduplication by default.
...
File hashing is a pretty intensive task both for CPU and disk.
This feature seems not to be a must have and can produce unwanted side effects.
Very large file can take a lot of time to be hashed at the end of transfert, producing protential timeouts and user frustration.
Users can still enable file deduplication feature by setting `file_hash` to `md5`.
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2022-07-05 13:46:16 +02:00
Oskar Fagerfjäll
3e84a5debe
fix spelling mistakes
2022-04-07 07:32:53 +00:00
Jerome Jutteau
4dc0536825
[TASK] add more details in docker documentation
...
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2021-01-03 01:40:32 +01:00
Jerome Jutteau
50ba95ede5
[FEATURE] more option docker options
...
closes #247
also:
- warn user about web_root configuration in docker
- no need to rewrite default options in docker
- option name is the same as Jirafeau but in CAPSLOCK
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2021-01-03 01:24:39 +01:00
Jerome Jutteau
420be1d8b3
[FEATURE] add basic docker options
...
- web_root
- var_root
- admin_password
ref #247
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2021-01-01 21:38:07 +01:00
Jerome Jutteau
a155e54c13
[TASK] rework docker documentation
...
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2021-01-01 18:37:06 +01:00
Jerome Jutteau
b83af6c5d9
[TASK] clean docker documentation
...
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-12-13 23:05:06 +01:00
Jerome Jutteau
c8487cae33
[TASK] add docker options documentation
...
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-12-13 22:34:50 +01:00
Jerome Jutteau
36e0d29e64
[TASK] add structure for docker configuration
...
For now only one option is available: FILE_HASH
You can run Jirafeau's docker with -e FILE_HASH="random" to disable file hashing.
ref #146
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-12-13 22:23:15 +01:00
Jerome Jutteau
c6c5eb250b
[TASK] move docker CMD command to separate file
...
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-12-13 22:23:15 +01:00
Jerome Jutteau
989cb76f32
[TASK] set explicit PHP settings for docker
...
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-12-05 12:51:52 +01:00
Jerome Jutteau
65b5afd798
[BUGFIX] fix jirafeau docker image
...
- exposed port
- fix lighttpd user
- setup www-data group
2020-12-02 21:30:56 +01:00
Jerome Jutteau
04a1d908e1
[TASK] add default lighttpd max-request-value
...
usefull for eventual debug purposes
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2020-11-15 23:35:57 +01:00
Your Name
e91b93baaa
unprivilidged user, port 8080, docs
2020-06-27 21:13:17 +02:00
Your Name
b7cba998a5
dayly cleanup
2020-06-27 21:13:17 +02:00
Jerome Jutteau
ec1f742add
[TASK] Fix php.ini for docker
...
Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
2019-11-22 22:49:43 +01:00
Jerome Jutteau
d76baeb068
[FEATURE] Add docker image support
...
closes #114
Signed-off-by: Jerome Jutteau <mojo@couak.net>
2017-09-05 00:38:08 +02:00