docs: Add 24 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 48s

This commit is contained in:
Your Name
2025-09-22 23:57:38 +12:00
parent e27df71cd2
commit 2222a77070
12 changed files with 826 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Template identifier - MUST match the directory name
TEMPLATE=squashthumbnailmaker
# Requirements
REQUIRES_HOST_ROOT=false # Whether root access on host is needed
REQUIRES_DOCKER=true # Whether Docker is required
REQUIRES_DOCKER_ROOT=false # Whether Docker root privileges are needed
# Docker image settings (will be built locally)
IMAGE_REGISTRY="local"
IMAGE_REPO="squashthumbnailmaker"
IMAGE_TAG="latest"
# This is a utility container, no persistent volumes needed