Add Nginx Cockpit Awareness

This commit is contained in:
t3chn0m4g3
2023-04-27 18:42:38 +02:00
parent a08a475f57
commit 5fd0d158e6
6 changed files with 152 additions and 5 deletions

View File

@ -7,7 +7,8 @@ COPY dist/ /root/dist/
RUN apk -U --no-cache add \
nginx \
nginx-mod-http-brotli \
nginx-mod-http-headers-more && \
nginx-mod-http-headers-more \
nginx-mod-http-lua && \
#
## Setup T-Pot Landing Page, Eleasticvue, Cyberchef
cp -R /root/dist/html/* /var/lib/nginx/html/ && \