From 4e4b4f86480c2a8041d4afdbeeea929a6daf0149 Mon Sep 17 00:00:00 2001 From: Robert Middleswarth Date: Mon, 17 Mar 2025 22:20:44 -0400 Subject: [PATCH] Add new project crontab-ui --- template/apps/crontab-ui.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 template/apps/crontab-ui.json diff --git a/template/apps/crontab-ui.json b/template/apps/crontab-ui.json new file mode 100644 index 0000000..77ddc5c --- /dev/null +++ b/template/apps/crontab-ui.json @@ -0,0 +1,24 @@ +{ + "categories": [ + "Other", + "Tools" + ], + "description": "Easy and safe way to manage your crontab file", + "image_arm64": "rmiddle/crontab-ui:master", + "image_amd64": "rmiddle/crontab-ui:master", + "name": "crontab-ui", + "platform": "linux", + "ports": [ + "5011:5000/tcp" + ], + "restart_policy": "unless-stopped", + "title": "crontab-ui", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/crontab-ui/crontab-ui", + "container": "/crontab-ui" + } + ], + "webpage": "" +}