mirror of
				https://github.com/dockersrc/debian
				synced 2025-11-03 19:02:26 -05:00 
			
		
		
		
	🗃️ Update codebase 🗃️
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	
rootfs/root/docker/setup/00-init.sh rootfs/root/docker/setup/01-system.sh rootfs/root/docker/setup/02-packages.sh rootfs/root/docker/setup/03-files.sh rootfs/root/docker/setup/04-users.sh rootfs/root/docker/setup/05-custom.sh rootfs/root/docker/setup/06-post.sh rootfs/root/docker/setup/07-cleanup.sh rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/bin/pkmgr rootfs/usr/local/etc/docker/functions/entrypoint.sh rootfs/usr/local/share/template-files/config/env/default.sample rootfs/usr/local/share/template-files/config/env/examples/00-directory.sh rootfs/usr/local/share/template-files/config/env/examples/addresses.sh rootfs/usr/local/share/template-files/config/env/examples/certbot.sh rootfs/usr/local/share/template-files/config/env/examples/couchdb.sh rootfs/usr/local/share/template-files/config/env/examples/dockerd.sh rootfs/usr/local/share/template-files/config/env/examples/global.sh rootfs/usr/local/share/template-files/config/env/examples/healthcheck.sh rootfs/usr/local/share/template-files/config/env/examples/mariadb.sh rootfs/usr/local/share/template-files/config/env/examples/mongodb.sh rootfs/usr/local/share/template-files/config/env/examples/networking.sh rootfs/usr/local/share/template-files/config/env/examples/other.sh rootfs/usr/local/share/template-files/config/env/examples/php.sh rootfs/usr/local/share/template-files/config/env/examples/postgres.sh rootfs/usr/local/share/template-files/config/env/examples/redis.sh rootfs/usr/local/share/template-files/config/env/examples/services.sh rootfs/usr/local/share/template-files/config/env/examples/ssl.sh rootfs/usr/local/share/template-files/config/env/examples/supabase.sh rootfs/usr/local/share/template-files/config/env/examples/webservers.sh rootfs/usr/local/share/template-files/config/env/examples/zz-entrypoint.sh rootfs/root/docker/setup/00-init.sh rootfs/root/docker/setup/01-system.sh rootfs/root/docker/setup/02-packages.sh rootfs/root/docker/setup/03-files.sh rootfs/root/docker/setup/04-users.sh rootfs/root/docker/setup/05-custom.sh rootfs/root/docker/setup/06-post.sh rootfs/root/docker/setup/07-cleanup.sh rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# shellcheck shell=bash
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
##@Version           :  202510221728-git
 | 
			
		||||
##@Version           :  202510221732-git
 | 
			
		||||
# @@Author           :  CasjaysDev
 | 
			
		||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
			
		||||
# @@License          :  MIT
 | 
			
		||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:28:02 PM EDT 2025
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:32:21 PM EDT 2025
 | 
			
		||||
# @@File             :  00-init.sh
 | 
			
		||||
# @@Description      :  script to run init
 | 
			
		||||
# @@Changelog        :  newScript
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +1,12 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# shellcheck shell=bash
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
##@Version           :  202510221728-git
 | 
			
		||||
##@Version           :  202510221732-git
 | 
			
		||||
# @@Author           :  CasjaysDev
 | 
			
		||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
			
		||||
# @@License          :  MIT
 | 
			
		||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:28:02 PM EDT 2025
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:32:21 PM EDT 2025
 | 
			
		||||
# @@File             :  01-system.sh
 | 
			
		||||
# @@Description      :  script to run system
 | 
			
		||||
# @@Changelog        :  newScript
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +1,12 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# shellcheck shell=bash
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
##@Version           :  202510221728-git
 | 
			
		||||
##@Version           :  202510221732-git
 | 
			
		||||
# @@Author           :  CasjaysDev
 | 
			
		||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
			
		||||
# @@License          :  MIT
 | 
			
		||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:28:02 PM EDT 2025
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:32:21 PM EDT 2025
 | 
			
		||||
# @@File             :  02-packages.sh
 | 
			
		||||
# @@Description      :  script to run packages
 | 
			
		||||
# @@Changelog        :  newScript
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +1,12 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# shellcheck shell=bash
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
##@Version           :  202510221728-git
 | 
			
		||||
##@Version           :  202510221732-git
 | 
			
		||||
# @@Author           :  CasjaysDev
 | 
			
		||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
			
		||||
# @@License          :  MIT
 | 
			
		||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:28:03 PM EDT 2025
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:32:21 PM EDT 2025
 | 
			
		||||
# @@File             :  03-files.sh
 | 
			
		||||
# @@Description      :  script to run files
 | 
			
		||||
# @@Changelog        :  newScript
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +1,12 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# shellcheck shell=bash
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
##@Version           :  202510221728-git
 | 
			
		||||
##@Version           :  202510221732-git
 | 
			
		||||
# @@Author           :  CasjaysDev
 | 
			
		||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
			
		||||
# @@License          :  MIT
 | 
			
		||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:28:03 PM EDT 2025
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:32:21 PM EDT 2025
 | 
			
		||||
# @@File             :  04-users.sh
 | 
			
		||||
# @@Description      :  script to run users
 | 
			
		||||
# @@Changelog        :  newScript
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +1,12 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# shellcheck shell=bash
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
##@Version           :  202510221728-git
 | 
			
		||||
##@Version           :  202510221732-git
 | 
			
		||||
# @@Author           :  CasjaysDev
 | 
			
		||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
			
		||||
# @@License          :  MIT
 | 
			
		||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:28:03 PM EDT 2025
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:32:22 PM EDT 2025
 | 
			
		||||
# @@File             :  05-custom.sh
 | 
			
		||||
# @@Description      :  script to run custom
 | 
			
		||||
# @@Changelog        :  newScript
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +1,12 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# shellcheck shell=bash
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
##@Version           :  202510221728-git
 | 
			
		||||
##@Version           :  202510221732-git
 | 
			
		||||
# @@Author           :  CasjaysDev
 | 
			
		||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
			
		||||
# @@License          :  MIT
 | 
			
		||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:28:03 PM EDT 2025
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:32:22 PM EDT 2025
 | 
			
		||||
# @@File             :  06-post.sh
 | 
			
		||||
# @@Description      :  script to run post
 | 
			
		||||
# @@Changelog        :  newScript
 | 
			
		||||
 
 | 
			
		||||
@@ -1,12 +1,12 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# shellcheck shell=bash
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
##@Version           :  202510221728-git
 | 
			
		||||
##@Version           :  202510221732-git
 | 
			
		||||
# @@Author           :  CasjaysDev
 | 
			
		||||
# @@Contact          :  CasjaysDev <docker-admin@casjaysdev.pro>
 | 
			
		||||
# @@License          :  MIT
 | 
			
		||||
# @@Copyright        :  Copyright 2025 CasjaysDev
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:28:03 PM EDT 2025
 | 
			
		||||
# @@Created          :  Wed Oct 22 05:32:22 PM EDT 2025
 | 
			
		||||
# @@File             :  07-cleanup.sh
 | 
			
		||||
# @@Description      :  script to run cleanup
 | 
			
		||||
# @@Changelog        :  newScript
 | 
			
		||||
 
 | 
			
		||||
@@ -1,13 +1,13 @@
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
# shellcheck shell=bash
 | 
			
		||||
# - - - - - - - - - - - - - - - - - - - - - - - - -
 | 
			
		||||
##@Version           :  202510221728-git
 | 
			
		||||
##@Version           :  202510221732-git
 | 
			
		||||
# @@Author           :  Jason Hempstead
 | 
			
		||||
# @@Contact          :  jason@casjaysdev.pro
 | 
			
		||||
# @@License          :  WTFPL
 | 
			
		||||
# @@ReadME           :  entrypoint.sh --help
 | 
			
		||||
# @@Copyright        :  Copyright: (c) 2025 Jason Hempstead, Casjays Developments
 | 
			
		||||
# @@Created          :  Wednesday, Oct 22, 2025 17:28 EDT
 | 
			
		||||
# @@Created          :  Wednesday, Oct 22, 2025 17:32 EDT
 | 
			
		||||
# @@File             :  entrypoint.sh
 | 
			
		||||
# @@Description      :  Entrypoint file for debian
 | 
			
		||||
# @@Changelog        :  New script
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user