🦈🏠🐜 Initial Commit 🐜🦈🏠
Some checks failed
archlinux / release-archlinux (push) Failing after 16m9s

This commit is contained in:
casjay
2025-09-16 23:38:39 -04:00
commit 9737271a0b
43 changed files with 3539 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# get ip addresses
CONTAINER_IP4_ADDRESS="${CONTAINER_IP4_ADDRESS:-$(__get_ip4)}"
CONTAINER_IP6_ADDRESS="${CONTAINER_IP6_ADDRESS:-$(__get_ip6)}"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -