4NK 3f1894e21f Remove AnythingLLM VS Code extension; add Carbonyl service (upstream submodule)
- Delete extensions/anythingllm-workspaces; document migration to anythingllm-devtools
- Add services/carbonyl: shallow submodule fathyb/carbonyl, run-carbonyl.sh (Docker/native)
- Add scripts/open-carbonyl-preview-test.sh and smart_ide.preview_urls.test in example conf
- Docs: service-carbonyl, carbonyl-terminal-browser, architecture index updates
2026-04-03 22:13:34 +02:00

65 lines
1.2 KiB
JSON

{
"id": "<name>",
"<name>": "<name>",
"cron": {
"git_pull": true
},
"project_path": ".",
"build_dirs": [],
"deploy": {},
"version": {
"package_json_paths": [],
"splash_app_<name>": "<name>"
},
"mail": {
"imap_bridge_env": ".secrets/git-issues/imap-bridge.env"
},
"git": {
"wiki_url": "https://git.<domain>/4nk/<name>/wiki",
"token_file": ".secrets/git-issues/token"
},
"tickets": {
"ticketing_url": "https://git.<domain>/4nk/<name>/issues",
"authorized_emails": {
"to": [
{
"test": "AI.<name>.TEST@<domain>",
"pprod": "AI.<name>.PPROD@<domain>",
"prod": "AI.<name>.PROD@<domain>"
}
],
"from": ["<name>@<domain>"]
}
},
"smart_ide": {
"remote_data_access": {
"environments": {
"test": {
"ssh_host_alias": "<name>-test",
"remote_data_directories": []
},
"pprod": {
"ssh_host_alias": "<name>-pprod",
"remote_data_directories": []
},
"prod": {
"ssh_host_alias": "<name>-prod",
"remote_data_directories": []
}
}
},
"workspace": {
"folders": [
{ "path": "../.." },
{ "path": "../../<name>" }
],
"settings": {
"smartIde.activeProjectId": "<name>"
}
},
"preview_urls": {
"test": "https://<name>.test.example/"
}
}
}