Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

ajaxe/host-mgmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Hosting User Management

Introduction

Simple interface for registering new users for the Private Hosting infrastructure. The application will allow users to generate username/password credentials. The credentials will be accessible to a stand alone authentication service. The standalone authentication service will be used to handle authentication requests forwarded by Traefik.

Setup Configuration

The project relies on secrets.{env}.json one-level outside the workspace. The secrets.{env}.json contains the secrets for external identity providers. Where {env} is environment specific keyword like Development or Production.

Docker Image

Docker image build:

docker build --tag docker-registry.apogee-dev.com/host-mgmt:latest .

Docker image push

docker push docker-registry.apogee-dev.com/host-mgmt:latest

Docker Compose File

docker-compose.yml contains an example for deploying the application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published