diff --git a/ct/zot.sh b/ct/zot.sh index eaa929e4..c03cc0ff 100644 --- a/ct/zot.sh +++ b/ct/zot.sh @@ -1,12 +1,12 @@ #!/usr/bin/env bash source <(curl -s https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/build.func) -# Copyright (c) 2021-2025 tteck -# Author: tteck (tteckster) +# Copyright (c) 2021-2025 community-scripts ORG +# Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE -# Source: https://www.debian.org/ +# Source: https://zotregistry.dev/ -APP="Zot" -var_tags="${var_tags:-os}" +APP="Zot Registry" +var_tags="${var_tags:-registry;oci}" var_cpu="${var_cpu:-1}" var_ram="${var_ram:-2048}" var_disk="${var_disk:-5}" diff --git a/install/zot-install.sh b/install/zot-install.sh index 88465f84..b273ce36 100644 --- a/install/zot-install.sh +++ b/install/zot-install.sh @@ -3,6 +3,7 @@ # Copyright (c) 2021-2025 community-scripts ORG # Author: MickLesk (CanbiZ) # License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE +# Source: https://zotregistry.dev/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color