Skip to content

Commit

Permalink
Add Issue Template
Browse files Browse the repository at this point in the history
  • Loading branch information
tiredofit committed May 3, 2021
1 parent 8e7c8d7 commit 0d85aef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Application Level Image CI
### Dave Conroy <dave at tiredofit dot ca>

name: 'Build Images'
name: 'build'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow that is manually triggered

name: Manual workflow
name: manual workflow

on:
workflow_dispatch:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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]([email protected])

Expand All @@ -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 @
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 0d85aef

Please sign in to comment.