Nicolas Cantu b21ac2cf64 feat: anythingllm-devtools service, builazoo project, ssh-config example, docs
- Add services/anythingllm-devtools HTTP API (repos + AnythingLLM + RAG)
- Rename gitea-issues to git-issues across smart_ide agents and docs
- Add projects/builazoo, builazoo README, cron fragment, ssh-config.example
- Add ensure-ia-dev-project-link.sh; wrapper delegates smart_ide id
- Bump ia_dev submodule (git-issues rename, project symlinks)
- Align 4nkaiignore templates; update API index and project docs
2026-04-03 19:06:19 +02:00

53 lines
1.0 KiB
JSON

{
"id": "smart_ide",
"name": "smart_ide",
"cron": {
"git_pull": true
},
"project_path": ".",
"build_dirs": [],
"deploy": {},
"version": {
"package_json_paths": [],
"splash_app_name": "smart_ide"
},
"mail": {
"imap_bridge_env": ".secrets/git-issues/imap-bridge.env"
},
"git": {
"wiki_url": "https://git.4nkweb.com/4nk/smart_ide/wiki",
"token_file": ".secrets/git-issues/token"
},
"tickets": {
"ticketing_url": "https://git.4nkweb.com/4nk/smart_ide/issues",
"authorized_emails": {
"to": [
{
"test": "AI.TEST@4nkweb.com",
"pprod": "AI.PPROD@4nkweb.com",
"prod": "AI.PROD@4nkweb.com"
}
],
"from": ["nicolas.4nk@pm.me"]
}
},
"smart_ide": {
"remote_data_access": {
"environments": {
"test": {
"ssh_host_alias": "smart-ide-test",
"remote_data_directories": []
},
"pprod": {
"ssh_host_alias": "smart-ide-pprod",
"remote_data_directories": []
},
"prod": {
"ssh_host_alias": "smart-ide-prod",
"remote_data_directories": []
}
}
}
}
}