First commit. Merge different parts into one repo.

This commit is contained in:
2025-11-23 00:19:57 +05:30
commit 52398e3bb3
36 changed files with 654743 additions and 0 deletions

17
govarnam/config.toml Normal file
View File

@@ -0,0 +1,17 @@
[app]
enable-internal-api = true
enable-ssl = false
cert-path = ""
key-file-path = ""
upstream-url = "https://api.varnamproject.com"
# upstream-url = "http://127.0.0.1:8124"
# download-enabled-schemes = "ml,ml-inscript"
sync-interval = "5s"
accounts-enabled = false
address = "0.0.0.0:8123"
[app.max-handle-count]
default = 10
ml = 30
[users]
[users.admin]
password = "pass"

Binary file not shown.

BIN
govarnam/vst/kn.vst Normal file

Binary file not shown.