feat: add official binaries with full FVM WAF functionality

- Extracted webserver (13.5MB) from safeline-mgt:9.3.9
- Extracted tcontrollerd (12MB) from safeline-tengine:9.3.9
- Extracted nginx from safeline-tengine:9.3.9
- Extracted libfusion.so (127MB) FVM engine from safeline-fvm:9.3.9
- Added musl libc for Alpine-based containers
- Created proper FVM C headers matching libfusion.so API
- Added install_full.sh for complete deployment
This commit is contained in:
2026-07-05 03:41:41 +08:00
parent 3178b8c448
commit f9c6bc221e
11 changed files with 98 additions and 5 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
#ifndef FVM_PLOT_H
#define FVM_PLOT_H
#include <ct/string.h>
#include <fvm-c/update.h>
typedef struct {
ct_string_t buf;
fvm_buf_t buf;
} fvm_plot_t;
fvm_plot_t *fvm_plot(fvm_framework_t *fw);