mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2025-08-01 18:56:08 -04:00
generate 4get config from env variables
This commit is contained in:
parent
ed5a992354
commit
0cea51e5a3
5 changed files with 103 additions and 4 deletions
|
@ -14,6 +14,10 @@ if [ ! -f /etc/4get/certs/cert.pem ] || [ ! -f /etc/4get/certs/chain.pem ] || [
|
|||
mv /etc/apache2/httpd.conf_temp /etc/apache2/httpd.conf
|
||||
fi
|
||||
|
||||
|
||||
php82 ./docker/gen_config.php
|
||||
|
||||
|
||||
echo "4get is running"
|
||||
exec httpd -DFOREGROUND
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue