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,21 +1,13 @@
{
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"arch": ["aarch64", "amd64", "armv7"],
"description": "Spotweb is a decentralized usenet community based on the Spotnet protocol",
"hassio_api": true,
"image": "ghcr.io/alexbelgium/spotweb-{arch}",
"ingress": true,
"ingress_port": 8099,
"init": false,
"map": [
"ssl",
"config:rw",
"backup:rw"
],
"map": ["ssl", "config:rw", "backup:rw"],
"name": "Spotweb",
"options": {
"certfile": "fullchain.pem",
@@ -41,12 +33,11 @@
"remote_mysql_username": "str?",
"ssl": "bool"
},
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"slug": "spotweb",
"startup": "services",
"upstream": "1.5.1",
"url": "https://github.com/alexbelgium/hassio-addons/spotweb",
"codenotary": "alexandrep.github@gmail.com",
"version": "1.5.1-6"
}

View File

@@ -33,5 +33,8 @@ server {
allow 172.30.32.2;
deny all;
proxy_pass http://127.0.0.1:80;
}
}
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}

View File

@@ -40,5 +40,8 @@ server {
location ~ /\. {
log_not_found off;
deny all;
}
}
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}