mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "musicbrainz with smb and hdd (test)",
|
|
"version": "1.0",
|
|
"slug": "musicbrainz_nas_test",
|
|
"legacy": false,
|
|
"maintenance": {
|
|
"github_release": "https://github.com/linuxserver/docker-musicbrainz",
|
|
"version_regex": "(\\d+\\.\\d+\\.\\d+.\\d+)-(ls\\d+)"
|
|
},
|
|
"description": "A free open music encyclopedia that collects music metadata and makes it available to the public.",
|
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/musicbrainz#readme",
|
|
"startup": "services",
|
|
"arch": [
|
|
"aarch64",
|
|
"amd64",
|
|
"armhf",
|
|
"armv7"
|
|
],
|
|
"ports": {
|
|
"5000/tcp": 5000 },
|
|
"ports_description": {
|
|
"5000/tcp": "web interface"
|
|
},
|
|
"map": [
|
|
"config:rw",
|
|
"share:rw",
|
|
"media:rw"
|
|
],
|
|
"webui": "http://[HOST]:[PORT:5000]",
|
|
"boot": "auto",
|
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
|
"full_access": true,
|
|
"options": {
|
|
"PUID": 1001,
|
|
"PGID": 1001,
|
|
"localdisks": "/dev/sdb1",
|
|
"networkdisks": "<//SERVER/SHARE>",
|
|
"cifsusername": "<username>",
|
|
"cifspassword": "<password>"
|
|
},
|
|
"schema": {
|
|
"PUID": "int",
|
|
"PGID": "int",
|
|
"TZ": "str?",
|
|
"localdisks": "str",
|
|
"networkdisks": "str",
|
|
"cifsusername": "str",
|
|
"cifspassword": "str"
|
|
}
|
|
|
|
}
|