Convert all 15 cluster services from embedded API format to wild-directory packages using the unified manifest format: - metallb, traefik, cert-manager, longhorn, snapshot-controller - nfs, smtp, coredns, node-feature-discovery, nvidia-device-plugin - externaldns, docker-registry, headlamp, crowdsec, utils Changes: - wild-manifest.yaml → manifest.yaml with is, defaultConfig, requires - Eliminated configReferences and serviceConfig fields - Flattened kustomize.template/ to package root - Template vars use flat defaultConfig keys - install.sh paths updated for apps/ layout - Updated 9 app manifests: cloud.smtp.* → apps.smtp.* with requires - Removed dead install: true field from 6 app manifests Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Decidim
Decidim is a participatory democracy framework for cities and organizations. Built in Ruby on Rails, it enables citizen participation through proposals, debates, and voting. Includes Sidekiq for background job processing.
Dependencies
- PostgreSQL - Database for storing participatory processes and user data
- Redis - Used for Sidekiq background job processing
Configuration
Key settings configured through your instance's config.yaml:
- domain - Where Decidim will be accessible (default:
decidim.{your-cloud-domain}) - siteName - Display name for your platform (default:
Decidim) - systemAdminEmail - System admin email (defaults to your operator email)
- storage - Persistent volume size (default:
20Gi) - SMTP - Email delivery settings inherited from your Wild Cloud instance
Access
After deployment, Decidim will be available at:
https://decidim.{your-cloud-domain}
First-Time Setup
-
Add and deploy the app:
wild app add decidim wild app deploy decidim -
Log in with the system admin credentials configured during setup
-
Create your first organization and configure participatory processes