From 989d5dde8af5c60edb779fb52accda9cdd9ca022 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Mon, 2 Dec 2024 12:45:31 +1100 Subject: [PATCH] FREEBOX attribution --- front/plugins/freebox/README.md | 8 +++++++- front/plugins/freebox/config.json | 0 front/plugins/freebox/freebox.py | 0 3 files changed, 7 insertions(+), 1 deletion(-) mode change 100644 => 100755 front/plugins/freebox/README.md mode change 100644 => 100755 front/plugins/freebox/config.json mode change 100644 => 100755 front/plugins/freebox/freebox.py diff --git a/front/plugins/freebox/README.md b/front/plugins/freebox/README.md old mode 100644 new mode 100755 index 6038db02..ad71cb7f --- a/front/plugins/freebox/README.md +++ b/front/plugins/freebox/README.md @@ -47,4 +47,10 @@ If the Freebox is not your gateway, configure a NAT and follow the [offline setu If the Freebox is your gateway you need to find its HTTPS (or HTTP if you prefer) public port. This can be found either in the Freeboxe's web interface and by navigating to `settings>access management`, or (just for the HTTPS port) by visiting http://mafreebox.freebox.fr:80/api_version from the local network (you can use the local ip as well). This is the port you need to access your Freebox through the internet -As address, you can either use the public IP of the Freebox, or the unique domain name you found on http://mafreebox.freebox.fr:80/api_version listed as `api_domain`. \ No newline at end of file +As address, you can either use the public IP of the Freebox, or the unique domain name you found on http://mafreebox.freebox.fr:80/api_version listed as `api_domain`. + + +### Other info + +- Author : [KayJay7](https://github.com/KayJay7) & [Lucide](https://github.com/Lucide) +- Date : 2-Dec-2024 - version 1.0 \ No newline at end of file diff --git a/front/plugins/freebox/config.json b/front/plugins/freebox/config.json old mode 100644 new mode 100755 diff --git a/front/plugins/freebox/freebox.py b/front/plugins/freebox/freebox.py old mode 100644 new mode 100755