diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..0e7b759 --- /dev/null +++ b/examples/README.md @@ -0,0 +1,18 @@ +[![](https://images.microbadger.com/badges/version/venatorfox/simplesamlphp:1.17.1.svg)](https://github.com/Venator-Fox/docker-simplesamlphp/network "View Network") [![](https://images.microbadger.com/badges/image/venatorfox/simplesamlphp:1.15.0.svg)](https://microbadger.com/images/venatorfox/simplesamlphp:1.15.0 "View layer metadata on MicroBadger") [![Pulls on Docker Hub](https://img.shields.io/docker/pulls/venatorfox/simplesamlphp.svg)](https://hub.docker.com/r/venatorfox/simplesamlphp) [![Stars on Docker Hub](https://img.shields.io/docker/stars/venatorfox/simplesamlphp.svg)](https://hub.docker.com/r/venatorfox/simplesamlphp) [![GitHub Open Issues](https://img.shields.io/github/issues/Venator-Fox/docker-simplesamlphp.svg)](https://github.com/Venator-Fox/docker-simplesamlphp/issues) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +### Examples + +This directory contains some example files in order to run the [venatorfox/simplesamlphp](https://hub.docker.com/r/venatorfox/simplesamlphp/) in a more complex manner. (ie. with SSL termination, HAProxy, etc...) These examples assume this is installed in a non-orchestrated manner on a host. + +The following examples are provided here: +- Super basic with all the default options +- HAProxy SSL Termination, Let's Encrypt CA, and common configurations via docker-compose +- HAProxy SSL Termination, Let's Encrypt CA, and common configurations via systemd + +#### Super basic with all the default options +// TODO + +#### HAProxy SSL Termination, Let's Encrypt CA, and common configurations via docker-compose +// TODO + +#### HAProxy SSL Termination, Let's Encrypt CA, and common configurations via systemd +// TODO \ No newline at end of file diff --git a/1.17.1/docker-compose.yml b/examples/docker-compose/docker-compose.yml similarity index 100% rename from 1.17.1/docker-compose.yml rename to examples/docker-compose/docker-compose.yml diff --git a/1.17.1/haproxy.cfg b/examples/haproxy/haproxy.cfg similarity index 100% rename from 1.17.1/haproxy.cfg rename to examples/haproxy/haproxy.cfg