diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -7,8 +7,17 @@ If you need authentication support, you're on your own (it can be secured using | |||
7 | 7 | ||
8 | ![screenshot](https://github.com/bastienwirtz/homer/blob/master/screenshot.png) | 8 | ![screenshot](https://github.com/bastienwirtz/homer/blob/master/screenshot.png) |
9 | 9 | ||
10 | **How to build / install it? Where is the webpack config?** | 10 | ## installation |
11 | There is no build system (😱), use it like that! It'meant to be stupid simple & zero maintenance required. just copy the static files somewhere, and visit the `index.html`. | 11 | |
12 | ### Using docker | ||
13 | |||
14 | ```sh | ||
15 | sudo docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml b4bz/homer:latest | ||
16 | ``` | ||
17 | |||
18 | ### Manually | ||
19 | |||
20 | **How to build / install it?** There is no build system (😱), use it like that! It'meant to be stupid simple & zero maintenance required. just copy the static files somewhere, and visit the `index.html`. | ||
12 | 21 | ||
13 | 22 | ||
14 | ## configuration | 23 | ## configuration |