added a secrets scheme

This commit is contained in:
stuce-bot 2025-06-30 21:29:42 +02:00
parent 5a928be822
commit d5d5d000b3
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
secrets.h

5
secrets_example.h Normal file
View file

@ -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"