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 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"boot": "auto",
"description": "A free and open source personal finance manager",
"devices": [],
"environment": {
"TRUSTED_PROXIES": "**"
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "ssl"],
"name": "Firefly iii",
"options": {
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
@@ -41,12 +33,11 @@
"Updates": "list(|hourly|daily|weekly)?",
"silent": "bool?"
},
"services": [
"mysql:want"
],
"services": ["mysql:want"],
"slug": "fireflyiii",
"upstream": "5.6.16",
"url": "https://github.com/alexbelgium/hassio-addons",
"codenotary": "alexandrep.github@gmail.com",
"version": "5.6.16",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
}

View File

@@ -3,7 +3,7 @@ server {
include /etc/nginx/includes/server_params.conf;
include /etc/nginx/includes/proxy_params.conf;
client_max_body_size 0;
location / {
@@ -15,6 +15,10 @@ server {
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_param modHeadersAvailable true; #Avoid sending the security headers twice
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
}
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}