Files
pi-hosted/template/apps/crontab-ui.json
2025-03-17 22:20:44 -04:00

25 lines
492 B
JSON

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