mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-11 20:01:51 +00:00
Fix #525 Add docs for PHPMemcachedAdmin
This commit is contained in:
@ -31,6 +31,7 @@ major versions.
|
|||||||
- Allow to set Nginx worker_connections via .env
|
- Allow to set Nginx worker_connections via .env
|
||||||
- Intranet vendors
|
- Intranet vendors
|
||||||
- PHPRedMin
|
- PHPRedMin
|
||||||
|
- PHPMemcachedAdmin
|
||||||
- Mount options for volumes
|
- Mount options for volumes
|
||||||
- Docker Compose images:
|
- Docker Compose images:
|
||||||
- PHP 5.2
|
- PHP 5.2
|
||||||
|
@ -863,6 +863,7 @@ The Devilbox comes with a pre-configured intranet on `http://localhost` and `htt
|
|||||||
* **[phpMyAdmin](https://www.phpmyadmin.net)**
|
* **[phpMyAdmin](https://www.phpmyadmin.net)**
|
||||||
* **[phpPgAdmin](http://phppgadmin.sourceforge.net)**
|
* **[phpPgAdmin](http://phppgadmin.sourceforge.net)**
|
||||||
* **[phpRedMin](https://github.com/sasanrose/phpredmin)**
|
* **[phpRedMin](https://github.com/sasanrose/phpredmin)**
|
||||||
|
* **[PHPMemcachedAdmin](https://github.com/elijaa/phpmemcachedadmin)**
|
||||||
* **[OpcacheGUI](https://github.com/PeeHaa/OpCacheGUI)**
|
* **[OpcacheGUI](https://github.com/PeeHaa/OpCacheGUI)**
|
||||||
|
|
||||||
> **Documentation:**
|
> **Documentation:**
|
||||||
|
@ -291,6 +291,12 @@
|
|||||||
phpRedMin <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
phpRedMin <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
|
||||||
</a>
|
</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
|
.. |ext_lnk_tool_opcachegui| raw:: html
|
||||||
|
|
||||||
<a target="_blank" href="https://github.com/amnuts/opcache-gui">
|
<a target="_blank" href="https://github.com/amnuts/opcache-gui">
|
||||||
|
@ -10,6 +10,7 @@ The Devilbox ships most common Web UIs accessible from the intranet.
|
|||||||
* :ref:`devilbox_intranet_phpmyadmin`
|
* :ref:`devilbox_intranet_phpmyadmin`
|
||||||
* :ref:`devilbox_intranet_phppgadmin`
|
* :ref:`devilbox_intranet_phppgadmin`
|
||||||
* :ref:`devilbox_intranet_phpredmin`
|
* :ref:`devilbox_intranet_phpredmin`
|
||||||
|
* :ref:`devilbox_intranet_phpmemcachedadmin`
|
||||||
|
|
||||||
Enhance the Devilbox
|
Enhance the Devilbox
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -113,6 +113,13 @@ phpRedMin
|
|||||||
|
|
||||||
|ext_lnk_tool_phpredmin| is a simple web interface to manage and monitor your Redis.
|
|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
|
OpcacheGUI
|
||||||
----------
|
----------
|
||||||
|
Reference in New Issue
Block a user