Hi everyone 
Iโd like to share a first functional draft of GLPI 11 packaged for Cloudron.
Itโs not a finished or โofficialโ package yet, but the foundation is already solid and clean, and follows Cloudron best practices.
Git repository:
https://github.com/vitetj/Cloudron-GLPI
Current state
GLPI 11.x
MySQL via Cloudron addon
Persistent data stored in /app/data
Intentional manual installation via CLI script (for safety and clarity)
Cloudron post-install message (red warning box) to guide admins
Idempotent initialization script (init-glpi.sh)
Clean start.sh with no hidden automation
The goal was to build something that is:
admin-friendly
maintainable
Cloudron-native
explicit rather than โmagicโ
Whatโs coming next
I plan to continue improving the package with:
GLPI cron tasks (via Cloudron Cron)
Cloudron SMTP integration
LDAP / SSO
additional hardening and cleanup
better admin documentation
This is very much a work in progress, but I wanted to share early to get feedback from the Cloudron community, especially on:
the installation flow
the manual post-install approach
the overall package architecture
Any feedback is welcome 