Git Product home page Git Product logo

memcached-php-dashboard's Introduction

Memchaced Dashboard

A dead simple single file Memcached stats dashboard in PHP. The dashboard shows a few basic stats on the configured server and allows to delete/set keys and flush all data. All assets (CSS ans JavaScript) are loaded from CDN's.

Version

0.2.0

##ScreenShots

Login Server Info Charts Stored Values

Installation

git clone https://github.com/viict/memcached-php-dashboard memcached-php-dashboard

Usage

Simple point your browser to installed directory

Default username: admin

Default Password: admin

Change server IP, Port or Default user

$ip = '192.23.23.23'; //set your ip address def: 127.0.0.1
$port = '11311'; //set your port def: 112211
$users = array(
    'admin' => 'some_hard_to_crack_pass@$%^',
    'another_user' => 'another_pass'
);
new Simple_memchached_dashboard($ip,$port,$users);

Docker Usage

Simple image to easily setup this on container environment

docker run -it -p 8000:80 viict/memcached-php-dashboard:latest

You can change the default configuration using environment variables:

docker run -it -p 8000:80 \
  --env MEMCACHE_HOST=192.23.23.23 \
  --env MEMCACHE_PORT=11311 \
  --env MEMCACHE_USER_LOGIN=an_admin \
  --env MEMCACHE_USER_PASSWORD=a-fancy-password \
  viict/memcached-php-dashboard:latest

Refer to docker-compose.yml on how to set this up

Refer to docker hub for versions available.

I'll try to keep latest always stable

License

MIT

This Script uses the following resources:

memcached-php-dashboard's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

memcached-php-dashboard's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.