9 Commits

Author SHA1 Message Date
Felix
a45e26537a docs(readme): update module references with LME prefix and repository URL
- Add Ukrainian note explaining LME prefix usage
- Update all module names in lists and examples to include LME prefix
- Change repository URL to lampac-ukraine organization
- Modify Docker volume path and YAML config accordingly
- Remove APN support section
- Add log to .gitignore
2026-04-12 10:23:39 +03:00
Felix
0e1d1472ba chore: add .qwen to .gitignore 2026-04-10 16:30:44 +03:00
Felix
ff90f149f0 chore: update .gitignore to exclude vscode settings
Add .vscode/settings.json to the ignore list to prevent committing local editor configurations.
2026-04-04 12:17:53 +03:00
Oleksandr Zhyzhchenko
312be86e27 Migration NG 2026-03-31 14:24:00 +03:00
Felix
104afc463e feat: Add KlonFUN agent details to README and include /planing/ in .gitignore. 2026-02-20 16:42:32 +02:00
Felix
5e1a810ca5 feat(config): add webcorshost support for CORS proxy routing
Add new `webcorshost` configuration option that allows routing all HTTP requests through a CORS proxy for modules that require it. This feature enables compatibility with modules that need CORS bypass while maintaining support for existing features like `streamproxy` and `apn`. Also reduces disconnect time from max 16 hours to 4 hours for improved reconnection behavior.
2026-02-14 13:23:16 +02:00
Felix
c2fbe0b3f0 modified: .gitignore 2026-02-14 12:51:13 +02:00
baliasnyifeliks
d80eac139f feat(makhno): add APN helper for URL proxying
Add ApnHelper class to handle APN configuration and URL wrapping functionality.
This includes methods for parsing configuration, applying settings, detecting
specific domains, and building proxied URLs with proper encoding. Also fix
regex patterns in MakhnoInvoke to correctly match URLs with double quotes.
2026-02-03 19:37:54 +02:00
baliasnyifeliks
2249a36c96 Fix 2026-01-31 21:30:55 +02:00