mirror of
https://gitcode.com/waxgourd/addons
synced 2025-12-06 12:28:28 +08:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"arch": ["aarch64","amd64"],
|
|
"backup_exclude": ["backups","docker_config/cli-plugins"],
|
|
"codenotary": "wghaos@163.com",
|
|
"description": "轻松管理您的Docker环境",
|
|
"docker_api": true,
|
|
"hassio_api": true,
|
|
"image": "r.hassbus.com/alexbelgium/portainer-{arch}",
|
|
"ingress": true,
|
|
"ingress_port": 1337,
|
|
"ingress_stream": true,
|
|
"init": false,
|
|
"boot": "manual",
|
|
"map": ["addon_config:rw","share:rw","ssl"],
|
|
"name": "Portainer",
|
|
"options": {
|
|
"certfile": "fullchain.pem",
|
|
"keyfile": "privkey.pem",
|
|
"password": "homeassistant",
|
|
"ssl": false
|
|
},
|
|
"panel_admin": false,
|
|
"panel_icon": "mdi:docker",
|
|
"ports": {
|
|
"8000/tcp": null,
|
|
"9099/tcp": 9000
|
|
},
|
|
"ports_description": {
|
|
"8000/tcp": "Edge Agent Api (Enable when managing remote edge agents)",
|
|
"9099/tcp": "Web UI port"
|
|
},
|
|
"schema": {
|
|
"certfile": "str",
|
|
"keyfile": "str",
|
|
"password": "str?",
|
|
"ssl": "bool"
|
|
},
|
|
"slug": "portainer",
|
|
"udev": true,
|
|
"url": "https://gitcode.com/waxgourd/addons",
|
|
"version": "2.31.2-5"
|
|
}
|