Files
pi-hosted/template/apps/unmanic.json
2022-11-23 12:15:49 -05:00

47 lines
1.1 KiB
JSON

{
"categories": [
"Tools"
],
"description": "Unmanic is a simple tool for optimising your file library. You can use it to convert your files into a single, uniform format, manage file movements based on timestamps, or execute custom commands against a file based on its file size.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_arm32": "josh5/unmanic:latest",
"image_arm64": "josh5/unmanic:latest",
"image_amd64": "josh5/unmanic:latest",
"logo": "https://docs.unmanic.app/img/icon.png",
"name": "unmanic",
"officialDoc": "https://docs.unmanic.app/docs/installation/docker",
"platform": "linux",
"ports": [
"8888:8888/tcp"
],
"restart_policy": "unless-stopped",
"title": "Unmanic",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/unmanic/config",
"container": "/config"
},
{
"bind": "/portainer/Files/AppData/Config/unmanic/library",
"container": "/library"
},
{
"bind": "/portainer/Files/AppData/Config/unmanic/tmp",
"container": "/tmp/unmanic"
}
],
"webpage": "https://docs.unmanic.app/"
}