Files
appstore-apptemplates/catalog.json
Juergen Kunz b5585534eb feat: initial app template catalog with 16 apps
Populate the appstore-apptemplates repo with catalog.json and
per-app config files for all 16 curated Docker apps, each at v1.0.0.
2026-03-19 15:30:08 +00:00

151 lines
4.6 KiB
JSON

{
"schemaVersion": 1,
"updatedAt": "2026-03-19T00:00:00Z",
"apps": [
{
"id": "nginx",
"name": "Nginx",
"description": "High-performance web server and reverse proxy. Lightweight, fast, and battle-tested.",
"category": "Web Server",
"iconName": "globe",
"latestVersion": "1.0.0",
"tags": ["web", "proxy"]
},
{
"id": "wordpress",
"name": "WordPress",
"description": "The world's most popular content management system. Powers over 40% of the web.",
"category": "CMS",
"iconName": "file-text",
"latestVersion": "1.0.0",
"tags": ["cms", "blog"]
},
{
"id": "ghost",
"name": "Ghost",
"description": "Modern publishing platform for creating professional blogs and newsletters.",
"category": "CMS",
"iconName": "book-open",
"latestVersion": "1.0.0",
"tags": ["cms", "blog", "newsletter"]
},
{
"id": "gitea",
"name": "Gitea",
"description": "Lightweight self-hosted Git service. Easy to install and maintain.",
"category": "Dev Tools",
"iconName": "git-branch",
"latestVersion": "1.0.0",
"tags": ["git", "devtools"]
},
{
"id": "nextcloud",
"name": "Nextcloud",
"description": "Self-hosted file sync and share platform. Your own private cloud.",
"category": "Storage",
"iconName": "package",
"latestVersion": "1.0.0",
"tags": ["storage", "cloud"]
},
{
"id": "grafana",
"name": "Grafana",
"description": "Open-source observability platform for metrics, logs, and traces visualization.",
"category": "Monitoring",
"iconName": "monitor",
"latestVersion": "1.0.0",
"tags": ["monitoring", "observability"]
},
{
"id": "uptime-kuma",
"name": "Uptime Kuma",
"description": "Self-hosted monitoring tool. Beautiful UI for tracking uptime of services.",
"category": "Monitoring",
"iconName": "monitor",
"latestVersion": "1.0.0",
"tags": ["monitoring", "uptime"]
},
{
"id": "plausible",
"name": "Plausible Analytics",
"description": "Privacy-friendly web analytics. No cookies, GDPR compliant by design.",
"category": "Analytics",
"iconName": "monitor",
"latestVersion": "1.0.0",
"tags": ["analytics"]
},
{
"id": "vaultwarden",
"name": "Vaultwarden",
"description": "Lightweight Bitwarden-compatible password manager server.",
"category": "Security",
"iconName": "shield",
"latestVersion": "1.0.0",
"tags": ["security", "passwords"]
},
{
"id": "n8n",
"name": "N8N",
"description": "Workflow automation tool. Connect anything to everything with a visual editor.",
"category": "Automation",
"iconName": "server",
"latestVersion": "1.0.0",
"tags": ["automation", "workflow"]
},
{
"id": "mattermost",
"name": "Mattermost",
"description": "Open-source Slack alternative for team communication and collaboration.",
"category": "Communication",
"iconName": "mail",
"latestVersion": "1.0.0",
"tags": ["communication", "chat"]
},
{
"id": "portainer",
"name": "Portainer",
"description": "Docker management UI. Monitor and manage containers from a web interface.",
"category": "Dev Tools",
"iconName": "package",
"latestVersion": "1.0.0",
"tags": ["docker", "devtools"]
},
{
"id": "redis",
"name": "Redis",
"description": "In-memory data store used as database, cache, and message broker.",
"category": "Database",
"iconName": "database",
"latestVersion": "1.0.0",
"tags": ["database", "cache"]
},
{
"id": "postgres",
"name": "PostgreSQL",
"description": "Advanced open-source relational database. Reliable and feature-rich.",
"category": "Database",
"iconName": "database",
"latestVersion": "1.0.0",
"tags": ["database", "sql"]
},
{
"id": "mariadb",
"name": "MariaDB",
"description": "Community-developed fork of MySQL. Drop-in replacement with enhanced features.",
"category": "Database",
"iconName": "database",
"latestVersion": "1.0.0",
"tags": ["database", "sql", "mysql"]
},
{
"id": "adminer",
"name": "Adminer",
"description": "Database management tool in a single PHP file. Supports MySQL, PostgreSQL, SQLite.",
"category": "Dev Tools",
"iconName": "database",
"latestVersion": "1.0.0",
"tags": ["database", "devtools"]
}
]
}