Using env var

This commit is contained in:
Justine
2023-01-15 12:39:19 +01:00
parent 269facd63f
commit 6b605483f9
4 changed files with 58 additions and 23 deletions

View File

@ -2,7 +2,10 @@
A simple blog engine based on Flair and SSW.
# TODO
* Pass the directory location as environment vars
* A Dockerfile that works
# Configuration
The environment var "FLOG_ROOT_FOLDER" dictates the root directory of Flog, which must exist and contain the html and templates folder.
Defaults to /opt/flog.
![](sshot.png)