From a7865044aae15bce574a6a691dcd64d54b8023fc Mon Sep 17 00:00:00 2001 From: drunkendog Date: Fri, 30 Sep 2022 17:35:20 +0100 Subject: [PATCH] Update 'scripts/pigallery2/manifest.dat' --- scripts/pigallery2/manifest.dat | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/pigallery2/manifest.dat b/scripts/pigallery2/manifest.dat index 70fcca8..8066702 100644 --- a/scripts/pigallery2/manifest.dat +++ b/scripts/pigallery2/manifest.dat @@ -6,4 +6,7 @@ @ pigallery2 % @ #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\";") \ No newline at end of file +@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") +% +@ #START_CONTAINER +@ os.system("mkdir -p /opt/pigallery2/config /opt/pigallery2/sqlite/ && touch /opt/pigallery2/config/config.json /opt/pigallery2/sqlite/sqlite.db") \ No newline at end of file