diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3f3be2928..d00acace4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -20,8 +20,5 @@ "editor.formatOnSave": true, "editor.formatOnType": true, "files.trimTrailingWhitespace": true - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" } } diff --git a/addons_updater/apparmor.txt b/addons_updater/apparmor.txt index d7c15a441..ed6e6c435 100644 --- a/addons_updater/apparmor.txt +++ b/addons_updater/apparmor.txt @@ -40,9 +40,6 @@ profile addon_updater flags=(attach_disconnected,mediate_deleted) { # Receive signals from S6-Overlay signal receive, - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" } } diff --git a/fireflyiii/rootfs/etc/nginx/servers/ingress.conf b/fireflyiii/rootfs/etc/nginx/servers/ingress.conf index 2a6c5c774..04c7b1a32 100644 --- a/fireflyiii/rootfs/etc/nginx/servers/ingress.conf +++ b/fireflyiii/rootfs/etc/nginx/servers/ingress.conf @@ -15,10 +15,7 @@ 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" - } + } } diff --git a/nextcloud/rootfs/defaults/default b/nextcloud/rootfs/defaults/default index e9b222a91..6a860a2b6 100644 --- a/nextcloud/rootfs/defaults/default +++ b/nextcloud/rootfs/defaults/default @@ -120,9 +120,6 @@ server { location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ { try_files $uri /index.php$request_uri; access_log off; - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" - } + } } diff --git a/portainer/rootfs/etc/nginx/templates/ingress.gtpl b/portainer/rootfs/etc/nginx/templates/ingress.gtpl index 2a0d6d918..624449946 100644 --- a/portainer/rootfs/etc/nginx/templates/ingress.gtpl +++ b/portainer/rootfs/etc/nginx/templates/ingress.gtpl @@ -22,9 +22,6 @@ server { proxy_connect_timeout 30m; proxy_send_timeout 30m; proxy_read_timeout 30m; - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" } } diff --git a/spotweb/rootfs/etc/nginx/servers/ingress.conf b/spotweb/rootfs/etc/nginx/servers/ingress.conf index ac3093de6..ebaecbeb1 100644 --- a/spotweb/rootfs/etc/nginx/servers/ingress.conf +++ b/spotweb/rootfs/etc/nginx/servers/ingress.conf @@ -33,8 +33,5 @@ server { allow 172.30.32.2; deny all; proxy_pass http://127.0.0.1:80; - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" - } + } } diff --git a/spotweb/rootfs/etc/nginx/servers/spotweb.conf b/spotweb/rootfs/etc/nginx/servers/spotweb.conf index 2aafb2407..5980f2f51 100644 --- a/spotweb/rootfs/etc/nginx/servers/spotweb.conf +++ b/spotweb/rootfs/etc/nginx/servers/spotweb.conf @@ -40,8 +40,5 @@ server { location ~ /\. { log_not_found off; deny all; - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" - } + } } diff --git a/ubooquity/rootfs/etc/ingress.conf b/ubooquity/rootfs/etc/ingress.conf index 7024281a7..c4dd93fc3 100644 --- a/ubooquity/rootfs/etc/ingress.conf +++ b/ubooquity/rootfs/etc/ingress.conf @@ -7,9 +7,6 @@ server { location / { set $upstream_port 2202; proxy_pass http://127.0.0.1:$upstream_port; - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" - } + } } diff --git a/ubooquity/rootfs/etc/nginx/servers/ssl.conf b/ubooquity/rootfs/etc/nginx/servers/ssl.conf index 392023e78..66b0f2a0c 100644 --- a/ubooquity/rootfs/etc/nginx/servers/ssl.conf +++ b/ubooquity/rootfs/etc/nginx/servers/ssl.conf @@ -32,9 +32,6 @@ server { location /ubooquity/admin-api { set $upstream_port 2203; proxy_pass http://127.0.0.1:$upstream_port; - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" - } + } } diff --git a/webtop_kde/rootfs/etc/nginx/servers/ingress.conf b/webtop_kde/rootfs/etc/nginx/servers/ingress.conf index b9c48a885..bfce50bb0 100644 --- a/webtop_kde/rootfs/etc/nginx/servers/ingress.conf +++ b/webtop_kde/rootfs/etc/nginx/servers/ingress.conf @@ -13,9 +13,6 @@ server { proxy_set_header Connection "Upgrade"; proxy_set_header Upgrade $http_upgrade; proxy_set_header Host $host; - }, - "codenotary": { - "signer": "alexandrep.github@gmail.com" - } + } }