We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec75261 commit d2c3f31Copy full SHA for d2c3f31
examples/opengist/.env
@@ -1,3 +1,13 @@
1
OG_OIDC_CLIENT_KEY=<YOUR-KEY>
2
OG_OIDC_SECRET=<YOUR-SECRET>
3
OG_OIDC_DISCOVERY_URL=https://<YOUR-IDP-DOMAIN>/.well-known/openid-configuration
4
+
5
+# custom assets; see https://opengist.io/docs/configuration/custom-assets.html
6
+#OG_CUSTOM_LOGO=logo.png
7
+#OG_CUSTOM_FAVICON=logo.png
8
9
+# custom links; see https://opengist.io/docs/configuration/custom-links.html
10
+#OG_CUSTOM_STATIC_LINK_0_NAME="Legal Notices"
11
+#OG_CUSTOM_STATIC_LINK_0_PATH=legal.html
12
+#OG_CUSTOM_STATIC_LINK_1_NAME=Gitea
13
+#OG_CUSTOM_STATIC_LINK_1_PATH=https://gitea.com
0 commit comments