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,16 +1,9 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "An HTPC/Homelab services organizer that is written in PHP",
"environment": {},
"map": [
"config:rw",
"ssl"
],
"map": ["config:rw", "ssl"],
"name": "Organizr",
"options": {
"PGID": "1000",
@@ -30,6 +23,7 @@
"startup": "services",
"upstream": "1.90",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.90",
"webui": "http://[HOST]:[PORT:80]"
}