jenkins-infra / account-app

Jenkins Account Management/Sign-up App
http://accounts.jenkins.io/
7 stars 33 forks source link
hacktoberfest

Jenkins Account Management

Testing locally

Run docker compose up -d ldap

./gradlew appRun

This will get you a development server running at http://localhost:8080

Emails

Emails are send to a local mail server and not forwarded on, you can see them at http://localhost:3000.

Packaging

For deploying to production, this app is packaged as a container.

To run the container locally:

docker compose up --build app

Makefile

make run: Runs the docker container

SMTP

The account app support different types of SMTP configuration to send emails: