If you're seeing this page, Trifid's web interface is correctly configured and ready to + class="font-medium text-green-400 underline underline-offset-4">correctly configured and ready to go! Perhaps you meant to visit the dashboard, or read the documentation. + class="font-medium text-primary underline underline-offset-4" + href="https://trifid.e3t.cc">documentation.
{:else}
If you're seeing this page, Trifid's web interface is installed and running, but not correctly configured. The PUBLIC_BASE_URL
- environment variable is not set. Set this variable to the publicly accessible base URL of your trifid-api
- instance, and restart the web interface. Reload this page once you are done. Consult the documentation for more information.
+ class="font-medium text-yellow-400 underline underline-offset-4">not correctly configured. One or more
+ environment variables are not set. See the table below for what variables need to be updated. Reload this
+ page once you are done. Consult the documentation for more information.
+ Environment Variable + | ++ Set? + | +
---|---|
+
+ PUBLIC_BASE_URL
+
+ |
+
+ {#if public_base_url_set}
+ PUBLIC_BASE_URL to the publicly accessible root URL of your API server.
+
+
+ {/if}
+ |
+
+
+ PUBLIC_SESSION_TOKEN_EXPIRY_TIME
+
+ |
+
+ {#if public_session_token_expiry_time_set}
+ PUBLIC_SESSION_TOKEN_EXPIRY_TIME to the same value you set in tokens.session_token_expiry_seconds in your trifid-api config.
+
+
+ {/if}
+ |
+
+
+ PUBLIC_AUTH_TOKEN_EXPIRY_TIME
+
+ |
+
+ {#if public_auth_token_expiry_time_set}
+ PUBLIC_AUTH_TOKEN_EXPIRY_TIME to the same value you set in tokens.auth_token_expiry_seconds in your trifid-api config.
+
+
+ {/if}
+ |
+