agnes-the-ai-analyst/server
Petr f2d3d156e3 Move standalone services from server/ to services/
Extract 4 self-contained services into services/ module:
- server/telegram_bot/ -> services/telegram_bot/
- server/ws_gateway/ -> services/ws_gateway/
- server/corporate_memory/ -> services/corporate_memory/
- server/session_collector.py -> services/session_collector/

Each service now has its own systemd/ directory with .service and .timer files.
deploy.sh updated to auto-discover service units from services/*/systemd/*.

server/ now contains only deployment infrastructure (deploy.sh, setup scripts,
bin/ management tools, sudoers, nginx config).

All imports updated: webapp/app.py, server/bin/ scripts, systemd ExecStart paths.
2026-03-09 12:54:30 +01:00
..
bin Move standalone services from server/ to services/ 2026-03-09 12:54:30 +01:00
deploy.sh Move standalone services from server/ to services/ 2026-03-09 12:54:30 +01:00
limits-users.conf OSS cleanup: remove internal references, harden deployment, add config env interpolation 2026-03-09 07:59:57 +01:00
migrate-home-to-disk.sh Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
migrate-to-v2.sh Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
setup-snapshot-schedule.sh Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
setup.sh Security fixes: sanitize dev_docs, harden sudoers and config validation 2026-03-09 08:06:45 +01:00
sudoers-deploy Extract Jira into connectors/jira module 2026-03-09 11:17:50 +01:00
sudoers-webapp Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
webapp-nginx.conf Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00
webapp-setup.sh Security fixes: sanitize dev_docs, harden sudoers and config validation 2026-03-09 08:06:45 +01:00
webapp.service Initial commit: OSS data distribution platform 2026-03-08 23:31:28 +01:00