Added README
This commit is contained in:
parent
2e173884fe
commit
9c70d7b2e3
14
README.md
14
README.md
|
|
@ -1,3 +1,15 @@
|
|||
# Munki-MunkiReport
|
||||
|
||||
Single Docker Container running Apache for a Munki Repository and a MunkiReport instance. Expects an external Certificate for SSL
|
||||
Single Docker Container running Apache for a Munki Repository and a MunkiReport instance. Expects an external Certificate for SSL
|
||||
|
||||
## Installation:
|
||||
|
||||
Copy `.env.example`to `.env`and 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue