Files
pi-hosted/template/apps/dashmachine.json
2022-08-21 16:09:22 -04:00

28 lines
782 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "Another application bookmark dashboard, with fun features.",
"image_arm32": "failed2run/dashmachine:latest",
"image_arm64": "failed2run/dashmachine:latest",
"image_amd64": "failed2run/dashmachine:latest",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/dashmachine_logo.png",
"name": "dashmachine",
"officialDoc": "https://github.com/rmountjoy92/DashMachine",
"platform": "linux",
"ports": [
"5100:5000/tcp"
],
"restart_policy": "unless-stopped",
"title": "DashMachine",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/Dashmachine",
"container": "/dashmachine/dashmachine/user_data"
}
],
"webpage": "https://github.com/rmountjoy92/DashMachine"
}