diff --git a/examples/opengist/.env b/examples/opengist/.env index 5d7d385..1632c77 100644 --- a/examples/opengist/.env +++ b/examples/opengist/.env @@ -1,3 +1,13 @@ OG_OIDC_CLIENT_KEY= OG_OIDC_SECRET= OG_OIDC_DISCOVERY_URL=https:///.well-known/openid-configuration + +# custom assets; see https://opengist.io/docs/configuration/custom-assets.html +#OG_CUSTOM_LOGO=logo.png +#OG_CUSTOM_FAVICON=logo.png + +# custom links; see https://opengist.io/docs/configuration/custom-links.html +#OG_CUSTOM_STATIC_LINK_0_NAME="Legal Notices" +#OG_CUSTOM_STATIC_LINK_0_PATH=legal.html +#OG_CUSTOM_STATIC_LINK_1_NAME=Gitea +#OG_CUSTOM_STATIC_LINK_1_PATH=https://gitea.com