Go to file
Samuel Oberhofer 7890268e61 Edit .gitignore 2021-04-27 10:19:18 +02:00
certs Add empty folders 2021-02-10 15:28:35 +01:00
db Add empty folders 2021-02-10 15:28:35 +01:00
repo Edit .gitignore 2021-04-27 10:19:18 +02:00
user Add empty folders 2021-02-10 15:28:35 +01:00
.env.example First Commit 2021-02-10 15:21:05 +01:00
.gitignore First Commit 2021-02-10 15:21:05 +01:00
Dockerfile First Commit 2021-02-10 15:21:05 +01:00
README.md Added README 2021-02-10 15:38:16 +01:00
docker-compose.yml First Commit 2021-02-10 15:21:05 +01:00

README.md

Munki-MunkiReport

Single Docker Container running Apache for a Munki Repository and a MunkiReport instance. Expects an external Certificate for SSL

Installation:

Copy .env.exampleto .envand edit it to your needs. Supply an SSL Certificate as ssl.crt and ssl.key files inside the "certs" folder.

Then run docker-compose up -d. This will start the nginx Container and MunkiReport will be accessible at https://FQDN/ Initialize a Munki Repository in "repo", which will be accessible at https://FQDN/repo/

Create a user for MunkiReport at https://FQDN/auth/generate/ You will get a .yml File which needs to be put into "user", after that you can login with your credentials. Upgrade the MunkiReport Database via the WebInterface.