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

@@ -3,5 +3,8 @@
"aarch64": "ertagh/teamspeak3-server:latest-predownloaded",
"amd64": "mbentley/teamspeak:latest",
"armv7": "ertagh/teamspeak3-server:latest-predownloaded"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -1,9 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"description": "voice communication for online gaming, education and training",
"environment": {
"DIST_UPDATE": "1",
@@ -13,9 +9,7 @@
"TS3SERVER_LICENSE": "accept",
"TS_UPDATE": "1"
},
"map": [
"share:rw"
],
"map": ["share:rw"],
"name": "Teamspeak server",
"ports": {
"10011/tcp": "10011",
@@ -32,5 +26,6 @@
"slug": "teamspeak",
"upstream": "3.13.6",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "3.13.6"
}