https://github.com/bartfeenstra/maison-web
https://github.com/bartfeenstra/maison-web
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bartfeenstra/maison-web
- Owner: bartfeenstra
- Created: 2018-12-26T16:31:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-22T13:42:54.000Z (about 7 years ago)
- Last Synced: 2025-01-29T06:51:24.592Z (over 1 year ago)
- Language: Shell
- Size: 902 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maison - Web
[](https://travis-ci.org/bartfeenstra/maison)
This is a reverse proxy, SSL terminator, and authorization barrier.
# Runtime data
Runtime data is stored in `./data` and can be backed up. `./data/conf` contains editable configuration.
## Web services
These are defined in `./data/conf/web-services`, with each line defining a service in the form `NAME ADDRESS ...TAGS`.
# HTTP Basic Auth
Web applications can be protected using a shared user list, stored at `./data/conf/htpasswd`. To administer users, you
need the `htpasswd ` utility, found in the `apache2-tools` (APT), `httpd-tools` (YUM), or `apache2-utils` (APK)
packages.