Files
pi-hosted/template/apps/dashmachine.json
2022-02-22 22:00:46 -05:00

27 lines
725 B
JSON

{
"categories": [
"Other",
"Tools"
],
"description": "Another application bookmark dashboard, with fun features.",
"image32": "failed2run/dashmachine:latest",
"image64": "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"
}