Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
medilies authored Dec 12, 2021
1 parent 9fa5a83 commit ee1484f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# GLPI on Docker

<img src="https://glpi-project.org/wp-content/uploads/2017/03/logo-glpi-bleu-1.png" alt="GLPI Logo" width="75"/>
<img src="https://www.docker.com/sites/default/files/d8/styles/role_icon/public/2019-07/vertical-logo-monochromatic.png?itok=erja9lKc" alt="Docker Logo" width="75"/>
<img src="https://www.mysql.com/common/logos/logo-mysql-170x115.png" alt="MySQL Logo" width="75"/>
<img src="https://www.phpmyadmin.net/static/images/logo.png?067b638aa2a2" alt="PHPMyAdmin Logo" width="75"/>
<img src="http://www.apache.org/logos/res/httpd/default.png" alt="Apache Logo" width="75"/>
<img src="https://i0.wp.com/phpmagazine.net/wp-content/uploads/2020/09/php8.png?w=420&ssl=1" alt="PHP8 Logo" width="75"/>
<div style="display:flex;">
<img src="https://glpi-project.org/wp-content/uploads/2017/03/logo-glpi-bleu-1.png" alt="GLPI Logo" width="75"/>
<img src="https://www.docker.com/sites/default/files/d8/styles/role_icon/public/2019-07/vertical-logo-monochromatic.png?itok=erja9lKc" alt="Docker Logo" width="75"/>
<img src="https://www.mysql.com/common/logos/logo-mysql-170x115.png" alt="MySQL Logo" width="75"/>
<img src="https://www.phpmyadmin.net/static/images/logo.png?067b638aa2a2" alt="PHPMyAdmin Logo" width="75"/>
<img src="http://www.apache.org/logos/res/httpd/default.png" alt="Apache Logo" width="75"/>
<img src="https://i0.wp.com/phpmagazine.net/wp-content/uploads/2020/09/php8.png?w=420&ssl=1" alt="PHP8 Logo" width="75"/>
</div>

---

## Get started

Expand Down Expand Up @@ -45,7 +46,7 @@ docker container exec -it glpi_db_1 /scripts/setup.sh

The previous commands mainly install GLPI and its plugins, Set contabs to backup DB & web files daily.

Now grap your favorite browser and enjoy managing your infrastructure with GLPI ;D
Now grap your favorite browser and enjoy managing your infrastructure with GLPI 😜

## Backup & Restoring

Expand Down Expand Up @@ -98,11 +99,11 @@ Before starting the containers :
- It is vital for the security of your deployment to edit the sercrets values within `./secrets`
- Open `./docker-compose.yml` and edit the the lines where you see the comment `# CHANGE` to suit your environment

## TODO:
## TODO

- Add interactivity to the shell scripts to select plugins to install and which versions
- Integrate OCS

## LICENCE

The project is under the MIT licence so feel free to fork it and contribute to it :)
The project is under the MIT licence so feel free to fork it and contribute to it 🚦🟩

0 comments on commit ee1484f

Please sign in to comment.