mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
Add .supercode/def.json to define project tags for improved organization
- Introduced a new JSON file to categorize project components with relevant tags, enhancing clarity and discoverability of project elements.
This commit is contained in:
22
.supercode/def.json
Normal file
22
.supercode/def.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"tags": [
|
||||
"docker",
|
||||
"docker-compose",
|
||||
"bash",
|
||||
"n8n",
|
||||
"qdrant",
|
||||
"open-webui",
|
||||
"flowise",
|
||||
"caddy",
|
||||
"langfuse",
|
||||
"postgresql",
|
||||
"redis",
|
||||
"minio",
|
||||
"clickhouse",
|
||||
"grafana",
|
||||
"prometheus",
|
||||
"searxng",
|
||||
"ufw",
|
||||
"fail2ban"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user