update deployments and readme

This commit is contained in:
Christian
2022-01-11 09:37:46 +01:00
parent ffba884d4f
commit 79adc3f8d6
15 changed files with 236 additions and 4 deletions

View File

@@ -0,0 +1,26 @@
# Installation
## Deployment
1. Copy the configuration file from the `assets` folder into your project's asset folder.
2. Copy the `docker-compose.yml` template into your project folder and start the container.
## Configuration
Edit the configuration file according to the examples and documentation.
*For more info visit:* [Official Homer Documentation](https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md)
# Best-Practices & Post-Installation
## Disable HTTP
Although Homer is not using any authentication data that needs to be explicitly encrypted, it's recommended to use HTTPS whenever it's possible.
### Use a Reverse Proxy
- [ ] Use a Reverse Proxy to securely expose administrative services.
# Additional Referfences
[GitHub Project](https://github.com/bastienwirtz/homer)