https://github.com/bartfeenstra/maison
🏛 Maison d'automatisation
https://github.com/bartfeenstra/maison
Last synced: 6 months ago
JSON representation
🏛 Maison d'automatisation
- Host: GitHub
- URL: https://github.com/bartfeenstra/maison
- Owner: bartfeenstra
- Created: 2018-01-27T18:59:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T23:42:22.000Z (over 7 years ago)
- Last Synced: 2025-02-12T08:31:58.967Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 950 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
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.