From 0d85aef280045771748d8cc143d79aa6e1af6067 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Sun, 2 May 2021 17:44:28 -0700 Subject: [PATCH] Add Issue Template --- .github/workflows/main.yml | 2 +- .github/workflows/manual.yml | 2 +- README.md | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32ee9e5..c427328 100755 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ ### Application Level Image CI ### Dave Conroy -name: 'Build Images' +name: 'build' on: push: diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index b764ed4..c9f29d6 100755 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -1,6 +1,6 @@ # This is a basic workflow that is manually triggered -name: Manual workflow +name: manual workflow on: workflow_dispatch: diff --git a/README.md b/README.md index 05ebcc7..95c50ca 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# hub.docker.com/r/tiredofit/openldap +# github.com/tiredofit/docker-openldap [![Docker Pulls](https://img.shields.io/docker/pulls/tiredofit/openldap.svg)](https://hub.docker.com/r/tiredofit/openldap) [![Docker Stars](https://img.shields.io/docker/stars/tiredofit/openldap.svg)](https://hub.docker.com/r/tiredofit/openldap) [![Docker Layers](https://images.microbadger.com/badges/image/tiredofit/openldap.svg)](https://microbadger.com/images/tiredofit/openldap) -### Introduction +### About This as a Dockerfile to build a [OpenLDAP](https://openldap.org) server for maintaining a directory. Upon starting this image it will give you a ready to run server with many configurable options. @@ -25,7 +25,7 @@ Upon starting this image it will give you a ready to run server with many config [Changelog](CHANGELOG.md) -### Authors +### Maintainer - [Dave Conroy](dave@tiredofit.ca) @@ -51,7 +51,7 @@ Upon starting this image it will give you a ready to run server with many config - [Shell Access](#shell-access) - [References](#references) -## Prerequisites +## Prerequisites and Assumptions This image has the capability to take advantage of getting TLS certificates autogenerated via the [jwilder/nginx-proxy](https://github.com/jwilder/nginx-proxy) and the [Let's Encrypt Proxy Companion @ @@ -88,7 +88,7 @@ __NOTE__: Please allow up to 2 minutes for the application to start for the firs ## Configuration -### Data-Volumes +### Persistent Storage The following directories are used for configuration and can be mapped for persistent storage.