https://github.com/iljan/ocis-haproxy-compose
https://github.com/iljan/ocis-haproxy-compose
compose docker haproxy ocis owncloud
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iljan/ocis-haproxy-compose
- Owner: IljaN
- Created: 2020-03-27T17:20:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-27T18:17:44.000Z (over 6 years ago)
- Last Synced: 2025-01-30T04:16:51.506Z (over 1 year ago)
- Topics: compose, docker, haproxy, ocis, owncloud
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ocis-haproxy
OCIS fullstack with haproxy. Does not use the built in proxy. NOT FOR PRODUCTION!
## Install
Generate haproxy certs
````$ ./install-certs.sh````
This will download mkcert-tool, install a development root-ca in your system, and create a dev-cert for haproxy. Mkcert
will prompt for your sudo password to install the dev-ca in your truststore. If you don`t trust this process
you can do the steps manually.
```
$ wget -O mkcert https://github.com/FiloSottile/mkcert/releases/download/v1.4.1/mkcert-v1.4.1-linux-amd64
$ mkcert -install
$ mkcert localhost
$ cat localhost.pem localhost-key.pem > ./certs/localhost-comb.pem
```
## Run
```
docker-compose up
```
## Use
- https://localhost:9200 => Entrypoint
- https://localhost:8404/stats => HAProxy Stats
### Credentials
```
einstein:relativity
marie:radioactivity
```
### Docs
https://owncloud.github.io/