Fix #525 Add docs for PHPMemcachedAdmin

This commit is contained in:
cytopia 2019-03-09 11:10:03 +01:00
parent f5bba1732a
commit 962ae92943
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
5 changed files with 16 additions and 0 deletions

View File

@ -31,6 +31,7 @@ major versions.
- Allow to set Nginx worker_connections via .env
- Intranet vendors
- PHPRedMin
- PHPMemcachedAdmin
- Mount options for volumes
- Docker Compose images:
- PHP 5.2

View File

@ -863,6 +863,7 @@ The Devilbox comes with a pre-configured intranet on `http://localhost` and `htt
* **[phpMyAdmin](https://www.phpmyadmin.net)**
* **[phpPgAdmin](http://phppgadmin.sourceforge.net)**
* **[phpRedMin](https://github.com/sasanrose/phpredmin)**
* **[PHPMemcachedAdmin](https://github.com/elijaa/phpmemcachedadmin)**
* **[OpcacheGUI](https://github.com/PeeHaa/OpCacheGUI)**
> **Documentation:**

View File

@ -291,6 +291,12 @@
phpRedMin <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_phpmemcachedadmin| raw:: html
<a target="_blank" href="https://github.com/elijaa/phpmemcachedadmin">
PHPMemcachedAdmin <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>
.. |ext_lnk_tool_opcachegui| raw:: html
<a target="_blank" href="https://github.com/amnuts/opcache-gui">

View File

@ -10,6 +10,7 @@ The Devilbox ships most common Web UIs accessible from the intranet.
* :ref:`devilbox_intranet_phpmyadmin`
* :ref:`devilbox_intranet_phppgadmin`
* :ref:`devilbox_intranet_phpredmin`
* :ref:`devilbox_intranet_phpmemcachedadmin`
Enhance the Devilbox
--------------------

View File

@ -113,6 +113,13 @@ phpRedMin
|ext_lnk_tool_phpredmin| is a simple web interface to manage and monitor your Redis.
.. _devilbox_intranet_phpmemcachedadmin:
PHPMemcachedAdmin
-----------------
|ext_lnk_tool_phpmemcachedadmin| is a simple web interface to manage and monitor your Memcached.
OpcacheGUI
----------