web UI rewrite, switch to ndjson.zst index format

This commit is contained in:
2021-09-05 09:49:07 -04:00
parent 391d8ed9d9
commit f4e1d90a6b
133 changed files with 34220 additions and 4988 deletions

View File

@@ -27,6 +27,8 @@ typedef struct {
tpool_t *pool;
tpool_t *writer_pool;
int threads;
int depth;
@@ -85,7 +87,10 @@ typedef struct {
char *auth_pass;
int auth_enabled;
int tag_auth_enabled;
struct index_t indices[64];
char *tagline;
struct index_t indices[256];
char lang[3];
int dev;
} WebCtx_t;
extern ScanCtx_t ScanCtx;