diff --git a/docs/DOCKER-FULL.md b/docs/DOCKER-FULL.md index 328bfd4d..d8c0a2fe 100644 --- a/docs/DOCKER-FULL.md +++ b/docs/DOCKER-FULL.md @@ -34,11 +34,11 @@ services: - 3000:3000 environment: # Secure secret for signing cookies - # Not required if VITE_INTERNAL_AUTH is false + # Not required if PUBLIC_INTERNAL_AUTH is false COOKIE_SECRET: "" # Database connectiong URI - # Not required if VITE_INTERNAL_AUTH is false + # Not required if PUBLIC_INTERNAL_AUTH is false # postgresql, mysql2, mariadb & sqlite supported # guide here for URL structure https://docs.preset.io/docs/uri-connection-strings DATABASE_CONNECTION_URI: "sqlite:///materialious-data/materialious.db" @@ -63,9 +63,9 @@ services: # Allow any domain in proxy # This shouldn't be used unless you KNOW what your doing - # requires VITE_REGISTRATION_ALLOWED to be false - # VITE_REQUIRE_AUTH to be true - # VITE_INTERNAL_AUTH to be true + # requires PUBLIC_REGISTRATION_ALLOWED to be false + # PUBLIC_REQUIRE_AUTH to be true + # PUBLIC_INTERNAL_AUTH to be true # to take effect. PUBLIC_DANGEROUS_ALLOW_ANY_PROXY: "false" @@ -103,7 +103,7 @@ volumes: ``` ### Overwriting Materialious defaults -Materialious lets you customize the default settings by overriding them with `VITE_DEFAULT_SETTINGS`. To configure this easily, go to **Settings** → **Interface** and click "Export to JSON." For more details, check the [SETTINGS](./SETTINGS.md) page. +Materialious lets you customize the default settings by overriding them with `PUBLIC_DEFAULT_SETTINGS`. To configure this easily, go to **Settings** → **Interface** and click "Export to JSON." For more details, check the [SETTINGS](./SETTINGS.md) page. **Please note:** These overwrites only apply on 1st load & won't replace existing configuration stored in browser local storage. @@ -135,4 +135,4 @@ ryd-proxy: - 3003:3000 ``` -Modify/add `VITE_DEFAULT_RETURNYTDISLIKES_INSTANCE` for Materialious to be the reverse proxied URL of RYD-Proxy. +Modify/add `PUBLIC_DEFAULT_RETURNYTDISLIKES_INSTANCE` for Materialious to be the reverse proxied URL of RYD-Proxy.