eftechcombr/glpi

By eftechcombr

Updated 15 days ago

GLPI 11.0.8 + php-fpm + nginx + alpine

Image
Security
Integration & delivery
Content management system
4

500K+

eftechcombr/glpi repository overview

Helm Chart CI/CD

GLPI Containers

Manifest files for building and deploying GLPI using containers with Docker Compose or Kubernetes.

Supported Containers

  • PHP-FPM: php:8.4.19-fpm-alpine3.22

  • Nginx: nginxinc/nginx-unprivileged:1.27.5-alpine3.21-slim

  • GLPI PHP: eftechcombr/glpi:php-fpm-11.0.8

    • GLPI Nginx: eftechcombr/glpi:nginx-11.0.8

Quick Start

Using Helm (Kubernetes)
Adding the Helm Repository

Add the GLPI Helm chart repository:

helm repo add eftechcombr https://eftechcombr.github.io/glpi/
helm repo update
Installing the Chart

Install GLPI using Helm:

helm install my-glpi eftechcombr/glpi

Or with custom values:

helm install my-glpi eftechcombr/glpi -f custom-values.yaml
Searching for Available Versions
helm search repo eftechcombr --versions
Upgrading the Chart
helm upgrade my-glpi eftechcombr/glpi
Uninstalling the Chart
helm uninstall my-glpi
Using Docker Compose
  1. Clone this repository
  2. Set up environment variables:
cp docker/.env.example docker/.env
# Edit docker/.env with your desired configuration
  1. Start the containers:
cd docker
docker compose up -d

GLPI will be accessible at http://localhost:8080

Credentials

username: glpi
password: glpi

Variables

docker-compose
./docker/.env.example ---> copy to ./docker/.env and customize

See ./docker/.env for available environment variables including:
- MARIADB_HOST, MARIADB_PORT, MARIADB_DATABASE, MARIADB_USER, MARIADB_PASSWORD
- GLPI_LANG, VERSION, CACHE_DSN
- GLPI_VAR_DIR, GLPI_CONFIG_DIR, GLPI_MARKETPLACE_DIR and other directory paths
kubernetes
See ./kubernetes/glpi/values.yaml for all configurable Helm chart parameters,
including GLPI, MariaDB, Redis, Ingress, and external database settings.

About GLPI

GLPI stands for Gestionnaire Libre de Parc Informatique is a Free Asset and IT Management Software package, that provides ITIL Service Desk features, licenses tracking and software auditing.

https://github.com/glpi-project/glpi

For Support

https://www.eftech.com.br

[email protected]

License

license

Help Ukraine

Stand With Ukraine

Tag summary

Content type

Image

Digest

sha256:e9aefa859

Size

242.9 MB

Last updated

15 days ago

docker pull eftechcombr/glpi:php-fpm