mirror of
https://github.com/hassio-addons/addon-tautulli.git
synced 2025-05-04 19:11:24 +00:00
* initial * Add .gitlab-ci.yml * Remove NGINX config and move SSL and auth to Tautulli * Update License * added deps cleanup * Add config as RO to support !secret * Minor text update * Removed TODO
9 lines
247 B
JSON
9 lines
247 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "hassioaddons/base-aarch64:2.1.2",
|
|
"amd64": "hassioaddons/base-amd64:2.1.2",
|
|
"armhf": "hassioaddons/base-armhf:2.1.2",
|
|
"i386": "hassioaddons/base-i386:2.1.2"
|
|
},
|
|
"args": {}
|
|
}
|