Refactor docker and clean old apps

This commit is contained in:
2025-11-01 22:06:02 +01:00
parent 45afd634db
commit cad7c24295
6 changed files with 22 additions and 277 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/dash
BASE_URL=https://git.netm.ch/m/os-init/raw/branch/main
BASE_URL=${1}
showHelp() {
echo "alpine.sh"
@@ -133,12 +133,9 @@ IssueSetContent() {
InstApps() {
SEL=$(whiptail --title "More Apps" --checklist "" 0 0 0 \
"traefik" "" off \
"gitea" "" off \
"gitea-act_runner" "" off\
"docker" "" off \
"portainer" "" off \
"rancher" "" off 3>&1 1>&2 2>&3)
"docker" "" off 3>&1 1>&2 2>&3)
# shellcheck disable=SC2181
if [ "${?}" = "0" ]; then
for ITM in ${SEL}; do