Compare commits

...

5 Commits

Author SHA1 Message Date
drunkendog 959b737095 Update 'scripts/HRConvert2/manifest.dat' 2023-04-27 22:09:06 +01:00
drunkendog 7d852d1562 Revert previous commit 2023-04-27 22:08:50 +01:00
drunkendog 7840df19e3 Update 'scripts/wikijs/manifest.dat' 2023-04-27 22:08:28 +01:00
drunkendog fbbe400f29 Add 'scripts/HRConvert2/manifest.dat' 2023-04-27 22:02:36 +01:00
drunkendog 7641cf1662 Add 'scripts/HRConvert2/launch-docker.sh' 2023-04-27 22:01:21 +01:00
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,5 @@
docker run -d --net main_subnet --ip 172.30.22.1 \
-e TZ=America/New_York \
--name=HRConvert2 \
--restart unless-stopped \
dwaaan/hrconvert2-docker

View File

@ -0,0 +1,9 @@
%
@ #ip_address
@ http://172.30.22.1:80/
%
@ #service
@ HRConvert2
%
@ #ADDITIONAL_REPLACE
@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";\nclient_max_body_size 100M;")