From 6752b7fc40e3cc8e95d9e7dd3fbad75892dbc275 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Mon, 13 Jan 2025 07:54:44 +1100 Subject: [PATCH] gpc.json #952 --- README.md | 2 +- front/.well-known/gpc.json | 10 ++++++++++ front/php/templates/language/it_it.json | 0 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 front/.well-known/gpc.json mode change 100644 => 100755 front/php/templates/language/it_it.json diff --git a/README.md b/README.md index af3432b5..f2651762 100755 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ build your own scanners with the [Plugin system](https://github.com/jokob-sk/Net Supported browsers: Chrome, Firefox - [[Installation] Docker](https://github.com/jokob-sk/NetAlertX/blob/main/dockerfiles/README.md) -- [[Installation] Home Assistant](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Falexbelgium%2Fhassio-addons) +- [[Installation] Home Assistant](https://github.com/alexbelgium/hassio-addons/tree/master/netalertx) - [[Installation] Bare metal](https://github.com/jokob-sk/NetAlertX/blob/main/docs/HW_INSTALL.md) - [[Installation] Unraid App](https://unraid.net/community/apps) - [[Setup] Usage and Configuration](https://github.com/jokob-sk/NetAlertX/blob/main/docs/README.md) diff --git a/front/.well-known/gpc.json b/front/.well-known/gpc.json new file mode 100755 index 00000000..b0b4d8d9 --- /dev/null +++ b/front/.well-known/gpc.json @@ -0,0 +1,10 @@ +{ + "gpc": true, + "compliance": [ + { + "regulation": "GDPR", + "status": "not applicable" + } + ] +} + \ No newline at end of file diff --git a/front/php/templates/language/it_it.json b/front/php/templates/language/it_it.json old mode 100644 new mode 100755