mirror of
				https://github.com/casjaysdevdocker/stikked
				synced 2025-11-04 07:02:17 -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:
		@@ -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"
 | 
			
		||||
 
 | 
			
		||||
@@ -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/"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user