Support changing context path to accomodate being behind a proxy

This commit is contained in:
Gunnar Skjold
2023-12-26 10:10:58 +01:00
parent 64870cf9ca
commit 460238e99d
21 changed files with 194 additions and 114 deletions

View File

@@ -89,6 +89,13 @@ struct MqttConfig {
}; // 676
struct WebConfig {
uint8_t security;
char username[37];
char password[37];
char context[37];
}; // 112
struct WebConfig103 {
uint8_t security;
char username[64];
char password[64];