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": "" +}