add shlink
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 12s

This commit is contained in:
j
2026-01-14 16:01:05 +13:00
parent 8a0d104dc2
commit dc4d42ed31
14 changed files with 377 additions and 0 deletions

7
shlink/_volumes.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Define volume items for shlink container
# These are used across backup, restore, create, and destroy operations
get_shlink_volumes() {
echo "path:data:${DATA_PATH}"
}