🗃️ Committing everything that changed 🗃️

Dockerfile
.env.scripts
rootfs/root/docker/setup/03-files.sh
rootfs/root/docker/setup/05-custom.sh
rootfs/tmp/etc/nginx/fastcgi_params
rootfs/tmp/etc/nginx/mime.types
rootfs/tmp/etc/nginx/nginx.conf
rootfs/tmp/etc/nginx/nginx.ssl.conf
rootfs/tmp/etc/nginx/scgi_params
rootfs/tmp/etc/nginx/uwsgi_params
rootfs/tmp/etc/nginx/vhosts.d/default.conf.sample
rootfs/tmp/etc/nginx/vhosts.d/default.ssl.sample
This commit is contained in:
casjay
2024-11-19 12:41:15 -05:00
parent 809c25e37d
commit 32f5ae5d5e
12 changed files with 21 additions and 397 deletions

View File

@@ -27,7 +27,6 @@ exitCode=0
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Predifined actions
rm -Rf /etc/php*/php-fpm*
if [ -d "/tmp/bin" ]; then
echo "Installing /tmp/bin to /usr/local/bin"
chmod -Rf +x "/tmp/bin"

View File

@@ -30,6 +30,7 @@ WWW_ROOT_DIR="${WWW_ROOT_DIR:-/usr/share/httpd/default}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Main script
[ -d "/etc/stikked" ] || mkdir -p "/etc/stikked"
[ -d "$WWW_ROOT_DIR" ] || mkdir -p "$WWW_ROOT_DIR"
git clone https://github.com/casjaydns/casjay.cc /tmp/stikked
cp -Rf "/tmp/stikked/htdocs/." "$WWW_ROOT_DIR/"