Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -1,12 +1,20 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "FlexGet is a multipurpose automation tool for all of your media",
"environment": {
"FG_PLUGINS": "",
"FG_WEBUI_PASSWD": ""
},
"map": ["share:rw", "config:rw"],
"map": [
"share:rw",
"config:rw"
],
"name": "Flexget",
"options": {
"PGID": 0,
@@ -28,7 +36,6 @@
"slug": "flexget",
"upstream": "3.3.3",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "3.3.3",
"webui": "http://[HOST]:[PORT:5050]"
}