Adapt to codenotary

This commit is contained in:
alexbelgium
2022-03-23 08:59:27 +01:00
parent facbaeb6f9
commit e8c50b98e1
107 changed files with 383 additions and 723 deletions

View File

@@ -1,19 +1,12 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"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,
@@ -35,6 +28,7 @@
"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]"
}