mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 05:14:04 +02:00
Adapt to codenotary
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user