Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.48 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.48 KB

TMI Access

Represent, authenticate and collect participants.

Services

Installation

Prerequisites:

Clone this repository including the openLDAP submodule:

git clone --recurse-submodules https://github.com/AfrikaBurn/TMI-Access-Token.git
  • Copy default.env to .env:
cd TMI-Access-Token
cp default.env .env

Service

Container Protocol External Port Internal port URL
OpenLDAP LDAP 11010 389 ?
LDAPS 11015 363 ?
phpLDAPadmin HTTP 11020 80 http://localhost:11020
HTTPS 11025 443 https://localhost:11025
Keycloak HTTP 11030 8080 http://localhost:11030
HTTPS 11035 363 https://localhost:11035

Service control

# Build service:
./scripts/build

# Build and start service:
./scripts/start

# Stop service
CTRL+C

# SSH into images
./scripts ssh [ openLDAP | phpLDAPadmin | Keycloak ]