Giter VIP home page Giter VIP logo

phpliteadmin's Introduction

Dockerized phpLiteAdmin

This is a Dockerized flavor of phpLiteAdmin 1.9.6.

What is phpLiteAdmin?

phpLiteAdmin is a web-based SQLite database admin tool written in PHP with support for SQLite3 and SQLite2. Following in the spirit of the flat-file system used by SQLite, phpLiteAdmin consists of a single source file, phpliteadmin.php, that after being deployed with the Docker container, is visited in a browser.

For more details see the phpLiteAdmin README.

phpLiteAdmin Links

Setup

  1. Open phpliteadmin.config.php in a text editor.
  2. Modify the $password variable to be the password you want for gaining access to the phpLiteAdmin tool.
  3. Build the image $ docker build -t acttaiwan/phpliteadmin .

Additional Configuration Options can be found in the phpLiteAdmin README.

Run

Replace the /path/to/db/directory below with the actual path where your db is. $ docker run -it --rm -p 2015:2015 -v /path/to/db/directory:/db --name websql acttaiwan/phpliteadmin

Access the admin page at http://localhost:2015/phpliteadmin.php

Advanced Configuration

Caddyfile

Port number, IP and other items can be set in the Caddyfile. See instructions on the Caddy website.

Let's Encrypt Auto SSL

See the Docker hub abiosoft/caddy page.

phpliteadmin's People

Contributors

ksn135 avatar soarhevn avatar

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.