]> git.p6c8.net - jirafeau_project.git/blobdiff - docker/README.md
Small readme adoptions
[jirafeau_project.git] / docker / README.md
index b30f63a5cfe5a2e813d50f6540cadaab728db208..4407ae8804bf9a268f51e8641d845b4f06dac301 100644 (file)
@@ -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.

patrick-canterino.de