mirror of
https://github.com/cytopia/devilbox.git
synced 2025-03-22 20:15:29 +00:00
Fix #525 Add docs for PHPMemcachedAdmin
This commit is contained in:
parent
f5bba1732a
commit
962ae92943
@ -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
|
||||
|
@ -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:**
|
||||
|
@ -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">
|
||||
|
@ -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
|
||||
--------------------
|
||||
|
@ -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
|
||||
----------
|
||||
|
Loading…
x
Reference in New Issue
Block a user