]> git.p6c8.net - jirafeau.git/blobdiff - docker/README.md
Fixed some things in README (typos, URLS, formatting)
[jirafeau.git] / docker / README.md
index b30f63a5cfe5a2e813d50f6540cadaab728db208..155de5fd9aa0e43a932e8070735d691b12c2f4f2 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/pcanterino/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