mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 00:09:12 +00:00
web UI rewrite, switch to ndjson.zst index format
This commit is contained in:
@@ -59,11 +59,14 @@ typedef struct web_args {
|
||||
char *listen_address;
|
||||
char *credentials;
|
||||
char *tag_credentials;
|
||||
char *tagline;
|
||||
char *lang;
|
||||
char auth_user[256];
|
||||
char auth_pass[256];
|
||||
int auth_enabled;
|
||||
int tag_auth_enabled;
|
||||
int index_count;
|
||||
int dev;
|
||||
const char **indices;
|
||||
} web_args_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user