https://github.com/belowaverage-org/phonebook
🔎 A fast, tag based, flat file, PHP Phone Book.
https://github.com/belowaverage-org/phonebook
ajax apache book customizable easy fast flatfile iis mssql mysql phone phonebook php php7 search simple sql sqlite tag
Last synced: 19 days ago
JSON representation
🔎 A fast, tag based, flat file, PHP Phone Book.
- Host: GitHub
- URL: https://github.com/belowaverage-org/phonebook
- Owner: belowaverage-org
- License: gpl-3.0
- Created: 2017-06-22T19:58:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T15:04:33.000Z (over 3 years ago)
- Last Synced: 2024-05-01T15:54:40.397Z (almost 2 years ago)
- Topics: ajax, apache, book, customizable, easy, fast, flatfile, iis, mssql, mysql, phone, phonebook, php, php7, search, simple, sql, sqlite, tag
- Language: PHP
- Homepage: https://belowaverage.org/software/phonebook/
- Size: 3.87 MB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# phonebook
🔎 A fast, tag based, flat file, PHP Phone Book.
### Demo
[https://phonebook-demo.belowaverage.org](https://phonebook-demo.belowaverage.org)
### How to use this image:
Pulling the image:
```
docker pull ghcr.io/belowaverage-org/phonebook:latest
```
Running the image:
```
docker run -p 8081:80 -l PhoneBook -d ghcr.io/belowaverage-org/phonebook:latest
```
Paths to mount for persistence:
* /var/www/html/data
* /var/www/html/api/schema.cfg.json (Optional)