Add new project crontab-ui

This commit is contained in:
Robert Middleswarth
2025-03-17 22:20:44 -04:00
parent aae676611d
commit 4e4b4f8648

View File

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