throwaway
0efbb81d23
remove parseInt on password env
2026-08-04 23:32:43 -07:00
throwaway
4b83c47637
read values from env and add Dockerfile
2026-08-04 23:03:47 -07:00
throwaway
cf3c77ed04
add lwthiker/curl-impersonate
2026-05-19 17:08:10 -07:00
throwaway
eed32a153c
remove ssl.conf when using http config
2025-01-24 00:53:34 -08:00
throwaway
a0b3189198
improve documentation
2024-06-19 20:05:37 -07:00
throwaway
84b5c11d6b
persist DataDirectory
2024-06-19 19:53:18 -07:00
throwaway
5ef7c8b852
add documentation
2024-06-19 19:24:01 -07:00
throwaway
3a220d38b5
fix treatment of config values with default of null and add php sodium
2024-04-24 16:11:49 -07:00
throwaway
e31b9494af
pass array as comma separated env
2024-04-19 13:47:20 -07:00
throwaway
4afec792c4
update php and improve docker docs
2024-04-19 13:47:20 -07:00
throwaway
ba5cd27007
split instances if string otherwise treat as array
2024-02-26 20:13:59 -08:00
throwaway
f1ad44412d
move data/captcha/font.ttf to data/fonts/captcha.ttf
2024-02-25 14:20:47 -08:00
throwaway
2e4a14cf16
fix instances passed through env
2024-02-17 15:21:42 -08:00
throwaway
d20f0fcf88
fix numeric values being set as string
2024-02-17 15:21:42 -08:00
throwaway
2c95931d43
unescape forward slashes for urls in gen_config
2024-02-17 14:23:19 -08:00
throwaway
b3515bc063
modify docker entrypoint
2024-02-09 01:59:25 -08:00
throwaway
d465bb9cb8
trim values from env
2024-01-17 02:07:21 -08:00
throwaway
8423be1663
add required environment variable
2024-01-09 17:15:22 -08:00
throwaway
554fb9f93f
add dependencies for thumbnail generation
2024-01-09 16:20:55 -08:00
throwaway
3fad201c3b
update docker instructions
2024-01-08 23:25:41 -08:00
throwaway
0cea51e5a3
generate 4get config from env variables
2024-01-08 23:14:27 -08:00
throwaway
b7cc53c156
allow docker container to run without ssl certificates ( #14 )
...
if certificate files are not mounted to /etc/4get/certs then remove ssl virtual host in /etc/apache2/httpd.conf and listen on port 80
also change references "luuul/4get:1.0.0" to "luuul/4get:latest"
Reviewed-on: #14
Co-authored-by: throwaway <developerthrowaway@protonmail.com >
Co-committed-by: throwaway <developerthrowaway@protonmail.com >
2023-09-22 16:20:39 -05:00
throwaway
24a00eb2e2
add docker-compose.yaml and instructions ( #12 )
...
add docker-compose.yaml and instructions
Reviewed-on: #12
Co-authored-by: throwaway <developerthrowaway@protonmail.com >
Co-committed-by: throwaway <developerthrowaway@protonmail.com >
2023-09-12 21:43:31 -05:00
throwaway
232995bf0d
add set -e and use exec to replace parent process to handle docker signals ( #6 )
...
use `exec` to turn httpd into parent process. This is important for docker signalling such as `docker stop ${container_id}`
add `set -e` which stops the entrypoint script if any command exits with a non-zero exit code.
Reviewed-on: #6
Co-authored-by: throwaway <developerthrowaway@protonmail.com >
Co-committed-by: throwaway <developerthrowaway@protonmail.com >
2023-08-24 20:50:05 -05:00
throwaway and lolcat
40e058a32a
Add Dockerfile and docker entrypoint ( #5 )
...
Add Dockerfile and docker entrypoint
Co-authored-by: lolcat <lolcat@no-reply@lolcat.ca >
Reviewed-on: #5
Co-authored-by: throwaway <developerthrowaway@protonmail.com >
Co-committed-by: throwaway <developerthrowaway@protonmail.com >
2023-08-23 18:31:08 -05:00