diff --git a/json/helpers_cache.json b/json/helpers_cache.json index 3d607afc..7016cef0 100644 --- a/json/helpers_cache.json +++ b/json/helpers_cache.json @@ -6739,6 +6739,24 @@ "password": "stirling" } }, + { + "name": "Strapi", + "slug": "strapi", + "desc": "Strapi is a leading open-source headless CMS that enables developers to build powerful APIs quickly. It features a flexible content structure with customizable content types, supporting both REST and GraphQL APIs. The intuitive admin panel allows non-technical users to manage content easily, while developers can extend functionality through plugins. Built on Node.js, Strapi offers role-based access control, media library management, and internationalization support out of the box.", + "script": "ct/strapi.sh", + "script_url": "https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/strapi.sh", + "script_url_mirror": "https://git.community-scripts.org/community-scripts/ProxmoxVE/raw/branch/main/ct/strapi.sh", + "os": "debian", + "categories": [ + 12 + ], + "notes": [ + "First-time setup requires creating an admin account at http://IP:1337/admin", + "Default installation uses SQLite. For production use, consider configuring PostgreSQL or MySQL.", + "Building the admin panel requires 4GB RAM. Container may take 10-15 minutes to fully initialize." + ], + "type": "ct" + }, { "name": "Streamlink WebUI", "slug": "streamlink-webui",