mirror of
				https://github.com/casjaysdevdocker/stikked
				synced 2025-11-04 01:02:36 -05:00 
			
		
		
		
	🗃️ 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:
		
							
								
								
									
										24
									
								
								.env.scripts
									
									
									
									
									
								
							
							
						
						
									
										24
									
								
								.env.scripts
									
									
									
									
									
								
							@@ -10,7 +10,7 @@
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Dockerfile info
 | 
			
		||||
ENV_DOCKERFILE="Dockerfile"
 | 
			
		||||
ENV_IMAGE_NAME="pastebin"
 | 
			
		||||
ENV_IMAGE_NAME="stikked"
 | 
			
		||||
ENV_USE_TEMPLATE="alpine"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Maintainer info
 | 
			
		||||
@@ -20,16 +20,16 @@ ENV_AUTHOR="CasjaysDev"
 | 
			
		||||
ENV_MAINTAINER="CasjaysDev <docker-admin@casjaysdev.pro>"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# REPO info
 | 
			
		||||
ENV_GIT_REPO_URL="https://github.com/casjaysdevdocker/pastebin"
 | 
			
		||||
ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdevdocker/pastebin"
 | 
			
		||||
ENV_GIT_REPO_URL="https://github.com/casjaysdevdocker/stikked"
 | 
			
		||||
ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdevdocker/stikked"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Push image info
 | 
			
		||||
ENV_IMAGE_PUSH="casjaysdevdocker/pastebin"
 | 
			
		||||
ENV_IMAGE_PUSH="casjaysdevdocker/stikked"
 | 
			
		||||
ENV_IMAGE_TAG="latest"
 | 
			
		||||
ENV_ADD_TAGS=""
 | 
			
		||||
ENV_ADD_TAGS="USE_DATE"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Pull image info
 | 
			
		||||
ENV_PULL_URL="casjaysdev/alpine"
 | 
			
		||||
ENV_PULL_URL="casjaysdevdocker/nginx"
 | 
			
		||||
ENV_DISTRO_TAG="${IMAGE_VERSION}"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Env
 | 
			
		||||
@@ -37,7 +37,7 @@ SERVICE_PORT="80"
 | 
			
		||||
EXPOSE_PORTS=""
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Versions
 | 
			
		||||
PHP_VERSION="php83"
 | 
			
		||||
PHP_VERSION="system"
 | 
			
		||||
NODE_VERSION="system"
 | 
			
		||||
NODE_MANAGER="system"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
@@ -48,15 +48,7 @@ DEFAULT_DATA_DIR="/usr/local/share/template-files/data"
 | 
			
		||||
DEFAULT_CONF_DIR="/usr/local/share/template-files/config"
 | 
			
		||||
DEFAULT_TEMPLATE_DIR="/usr/local/share/template-files/defaults"
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
ENV_PACKAGES="\${PHP_VERSION}-bcmath \${PHP_VERSION}-bz2 \${PHP_VERSION}-calendar \${PHP_VERSION}-cgi \${PHP_VERSION}-common \${PHP_VERSION}-ctype \${PHP_VERSION}-curl \${PHP_VERSION}-dba \${PHP_VERSION}-dev \\
 | 
			
		||||
\${PHP_VERSION}-doc \${PHP_VERSION}-dom \${PHP_VERSION}-embed \${PHP_VERSION}-enchant \${PHP_VERSION}-exif \${PHP_VERSION}-ffi \${PHP_VERSION}-fileinfo \${PHP_VERSION}-fpm \${PHP_VERSION}-ftp \${PHP_VERSION}-gd \${PHP_VERSION}-gettext \\
 | 
			
		||||
\${PHP_VERSION}-gmp \${PHP_VERSION}-iconv \${PHP_VERSION}-imap \${PHP_VERSION}-intl \${PHP_VERSION}-ldap \${PHP_VERSION}-litespeed \${PHP_VERSION}-mbstring \${PHP_VERSION}-mysqli \${PHP_VERSION}-mysqlnd \${PHP_VERSION}-odbc \${PHP_VERSION}-opcache \\
 | 
			
		||||
\${PHP_VERSION}-openssl \${PHP_VERSION}-pcntl \${PHP_VERSION}-pdo \${PHP_VERSION}-pdo_dblib \${PHP_VERSION}-pdo_mysql \${PHP_VERSION}-pdo_odbc \${PHP_VERSION}-pdo_pgsql \${PHP_VERSION}-pdo_sqlite \${PHP_VERSION}-pear \${PHP_VERSION}-pgsql \${PHP_VERSION}-phar\\
 | 
			
		||||
\${PHP_VERSION}-phpdbg \${PHP_VERSION}-posix \${PHP_VERSION}-pspell \${PHP_VERSION}-session \${PHP_VERSION}-shmop \${PHP_VERSION}-simplexml \${PHP_VERSION}-snmp \${PHP_VERSION}-soap \${PHP_VERSION}-sockets \${PHP_VERSION}-sodium \${PHP_VERSION}-sqlite3 \${PHP_VERSION}-sysvmsg \\
 | 
			
		||||
\${PHP_VERSION}-sysvsem \${PHP_VERSION}-sysvshm \${PHP_VERSION}-tidy \${PHP_VERSION}-tokenizer \${PHP_VERSION}-xml \${PHP_VERSION}-xmlreader \${PHP_VERSION}-xmlwriter \${PHP_VERSION}-xsl \${PHP_VERSION}-zip \${PHP_VERSION}-pecl-memcached \${PHP_VERSION}-pecl-mcrypt\\
 | 
			
		||||
\${PHP_VERSION}-pecl-mongodb \${PHP_VERSION}-pecl-redis composer nginx nginx-mod-http-brotli nginx-mod-http-cache-purge nginx-mod-http-dav-ext nginx-mod-http-echo nginx-mod-http-encrypted-session nginx-mod-http-fancyindex nginx-mod-http-geoip nginx-mod-http-geoip2 \\
 | 
			
		||||
nginx-mod-http-headers-more nginx-mod-http-image-filter nginx-mod-http-js nginx-mod-http-lua nginx-mod-http-perl nginx-mod-http-redis2 nginx-mod-http-set-misc nginx-mod-http-shibboleth nginx-mod-http-untar nginx-mod-http-upload-progress \\
 | 
			
		||||
nginx-mod-http-upstream-fair nginx-mod-http-xslt-filter nginx-mod-http-zip"
 | 
			
		||||
ENV_PACKAGES=""
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
# Other Variables
 | 
			
		||||
ENV_ENTRYPOINT_HEALTH_APPS=""
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user