Update projects.json and clean .gitignore
This commit is contained in:
@@ -64,7 +64,6 @@ Thumbs.db
|
||||
*.key
|
||||
|
||||
# ---- Guestbook SQLite database (use Docker volume in production) ----
|
||||
data/
|
||||
*.db
|
||||
*.db-wal
|
||||
*.db-shm
|
||||
|
||||
+107
-35
@@ -1,38 +1,110 @@
|
||||
[
|
||||
{
|
||||
"name": "GuardDen",
|
||||
"description": "Security and moderation tooling for keeping communities safe. Built for the den.",
|
||||
"tags": ["bot", "self-hosted"],
|
||||
"status": "stable",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/GuardDen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "openrabbit",
|
||||
"description": "An open-source project with a focus on accessibility and community-driven development.",
|
||||
"tags": ["tool"],
|
||||
"status": "stable",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/openrabbit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DevDen",
|
||||
"description": "A development environment concept for the den ecosystem. Still in the planning phase.",
|
||||
"tags": ["tool", "experiment"],
|
||||
"status": "concept",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/DevDen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "loyal_companion",
|
||||
"description": "A companion bot — loyal, helpful, and always around when you need it.",
|
||||
"tags": ["bot"],
|
||||
"status": "wip",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/loyal_companion"
|
||||
}
|
||||
{
|
||||
"name": "GuardDen",
|
||||
"description": "Privacy-first moderation tooling for Discord communities, combining AI-assisted filtering with traditional tools to create safe, welcoming spaces.",
|
||||
"tags": ["bot", "self-hosted", "moderation"],
|
||||
"status": "stable",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/GuardDen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "openrabbit",
|
||||
"description": "An AI-powered code review and repository assistant for Gitea and GitHub, built to improve development workflows through automation and insight.",
|
||||
"tags": ["tool", "ai", "development"],
|
||||
"status": "stable",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/openrabbit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DevDen",
|
||||
"description": "A concept project exploring developer environments, workflows, and infrastructure within the den ecosystem. Experimental and not production-ready.",
|
||||
"tags": ["tool", "experiment", "infrastructure"],
|
||||
"status": "concept",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/DevDen"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "loyal_companion",
|
||||
"description": "A companion project focused on presence, trust, and emotional connection — designed as a supportive, always-there digital entity.",
|
||||
"tags": ["bot", "companion"],
|
||||
"status": "wip",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/loyal_companion"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cozy-Den",
|
||||
"description": "A warm, self-hosted corner of the internet built around privacy, open-source values, and comfortable digital spaces.",
|
||||
"tags": ["website", "astro", "self-hosted"],
|
||||
"status": "stable",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/Cozy-Den"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "AegisGitea-MCP",
|
||||
"description": "A security-first MCP server for Gitea that enables controlled, auditable, read-only AI access to repositories, issues, pull requests, and commits.",
|
||||
"tags": ["tool", "security", "ai", "python"],
|
||||
"status": "wip",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/AegisGitea-MCP"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Knowledge-Base",
|
||||
"description": "A public knowledge repository for notes, documentation, and reference material across the den ecosystem.",
|
||||
"tags": ["docs", "knowledge-base", "markdown"],
|
||||
"status": "stable",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/Knowledge-Base"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Den-Vault",
|
||||
"description": "A vault-style web project for organizing knowledge, notes, and curated digital content.",
|
||||
"tags": ["website", "astro", "vault"],
|
||||
"status": "wip",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/Den-Vault"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "EmberPack",
|
||||
"description": "An Astro-based web project within the den ecosystem, likely intended for themed content, packaging, or presentation.",
|
||||
"tags": ["website", "astro"],
|
||||
"status": "wip",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/EmberPack"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "telegram-sticker-downloader",
|
||||
"description": "A simple Python tool for downloading Telegram stickers.",
|
||||
"tags": ["tool", "telegram", "python"],
|
||||
"status": "stable",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/telegram-sticker-downloader"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "pingvin-share",
|
||||
"description": "A file-sharing project in the den ecosystem, focused on simple and practical self-hosted sharing.",
|
||||
"tags": ["tool", "sharing", "typescript"],
|
||||
"status": "wip",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/pingvin-share"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "beef",
|
||||
"description": "A JavaScript project currently published without a public description.",
|
||||
"tags": ["tool", "javascript"],
|
||||
"status": "wip",
|
||||
"links": {
|
||||
"gitea": "https://git.hiddenden.cafe/Hiddenden/beef"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user