https://github.com/bartfeenstra/maison-dns
https://github.com/bartfeenstra/maison-dns
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartfeenstra/maison-dns
- Owner: bartfeenstra
- Created: 2019-01-01T13:28:44.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T13:29:27.000Z (over 7 years ago)
- Last Synced: 2025-03-23T23:44:47.342Z (over 1 year ago)
- Language: Shell
- Size: 864 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maison
[](https://travis-ci.org/bartfeenstra/maison)
# User data
User dat is stored in `./data` and can be backed up. Data for specific services can be found at `./data/services/*`.
# HTTP Basic Auth
Web applications can be protected using a shared user list, stored at `./data/services/web/htpasswd`. To administer
users, you need the `htpasswd ` utility, found in the `apache2-tools` (APT), `httpd-tools` (YUM), or `apache2-utils`
(APK) packages.