Add TOR hidden service support (v0.5.0)
- Add full TOR hidden service support for exposing AISBF over TOR network - Create aisbf/tor.py module with TorHiddenService class - Add TorConfig model to config.py for TOR configuration - Update config/aisbf.json with TOR settings - Integrate TOR service into main.py with startup/shutdown handlers - Add TOR configuration UI to dashboard settings with real-time status - Add get_tor_status MCP tool for monitoring TOR service - Update README.md and DOCUMENTATION.md with TOR guides - Add stem library dependency to requirements.txt - Bump version to 0.5.0 in pyproject.toml - Support both ephemeral and persistent hidden services - All AISBF endpoints accessible over TOR network
Showing
aisbf/tor.py
0 → 100644
| ... | @@ -17,4 +17,5 @@ jinja2 | ... | @@ -17,4 +17,5 @@ jinja2 |
| itsdangerous | itsdangerous | ||
| bs4 | bs4 | ||
| protobuf>=3.20,<4 | protobuf>=3.20,<4 | ||
| markdown | markdown | ||
| \ No newline at end of file | stem | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment