Upload files to "Tools"

This commit is contained in:
CJ
2026-01-18 12:01:25 +00:00
parent e75e554654
commit 923b715c19
5 changed files with 88 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
echo "Creating directory..."
sudo mkdir -p /portainer/Files/AppData/Config/flatnotes || error "Failed to create folder!"
sudo mkdir -p /portainer/Files/AppData/Config/flatnotes/data || error "Failed to create folder!"
sudo chown -R 1000.1000 /portainer/Files/AppData/Config/flatnotes || error "Failed to create folder!"
echo "Setup complete. You can now install Flatnotes using the App Template."