Files
dropshell-templates/seafile/_volumes.sh
j 2053e78ee0
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 7s
add seafile
2025-12-29 12:53:02 +13:00

8 lines
189 B
Bash
Executable File

#!/bin/bash
# Define volume items for seafile container
# These are used across backup, restore, create, and destroy operations
get_seafile_volumes() {
echo "path:data:${DATA_PATH}"
}