X-Git-Url: https://git.p6c8.net/jirafeau_project.git/blobdiff_plain/5bd3412d378c6de75c36737b5fd93eb214945469..8d680388c6ee5495386a31ea22d794df26d5c910:/docker/README.md diff --git a/docker/README.md b/docker/README.md index b30f63a..4407ae8 100644 --- a/docker/README.md +++ b/docker/README.md @@ -13,7 +13,7 @@ The admin console is located on `/admin.php`, check console output to get auto-g # Build your own Jirafeau docker image ``` -git clone https://gitlab.com/mojo42/Jirafeau.git +git clone https://gitlab.com/jirafeau/Jirafeau.git cd Jirafeau docker build -t your/jirafeau:latest . ``` @@ -42,7 +42,8 @@ Available options: - `TITLE`: set Jirafeau instance title. - `ORGANISATION`: set organisation (in ToS). - `CONTACTPERSON`: set contact person (in ToS). -- `STYLE`: apply a specific style. +- `STYLE`: apply a specific style from the media folder. +- `DARK_STYLE`: apply a specific style for browsers in dark mode. - `AVAILABILITY_DEFAULT`: setup which availability shows by default. - `ONE_TIME_DOWNLOAD`: set to 1 or 0 to enable or disable one time downloads. - `ENABLE_CRYPT`: set to 1 or 0 to enable or disable server side encryption.