From d5d5d000b3513c65d014ea82f35e06f42e78d6b2 Mon Sep 17 00:00:00 2001 From: stuce-bot Date: Mon, 30 Jun 2025 21:29:42 +0200 Subject: [PATCH] added a secrets scheme --- .gitignore | 1 + secrets_example.h | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 .gitignore create mode 100644 secrets_example.h diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03b2b46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +secrets.h diff --git a/secrets_example.h b/secrets_example.h new file mode 100644 index 0000000..d60d7bd --- /dev/null +++ b/secrets_example.h @@ -0,0 +1,5 @@ +// WARN: THIS FILE IS JUST AN EXAMPLE TO FACILITATE SHARING, DO NOT FILL ANY VALUE IN THIS ONE, USE secrets.h INSTEAD AND BE SURE IT IS IN THE GITIGNORE AND DOESNT GET PUSHED TO GIT !!!!!!!!!!! +#define WIFI_SSID "your_wifi_ssid" +#define WIFI_PASSWORD "your_wifi_password" +#define AUTHELIA_USERNAME "your_authelia_username" +#define AUTHELIA_PASSWORD "your_authelia_password"