Files
compose/opengist/config.yml
2025-08-30 02:19:43 +08:00

52 lines
1.5 KiB
YAML

external-url:
db-uri: opengist.db
index.dirname: opengist.index
git.default-branch: master
http.port: 6157
ssh.git-enabled: false
#ssh.host: 0.0.0.0
#ssh.port: 2222
#ssh.external-domain:
# OAuth2 configuration
# The callback/redirect URL must be http://opengist.url/oauth/<github|gitlab|gitea|openid-connect>/callback
# To create a new OAuth2 application using Gitea : https://gitea.domain/user/settings/applications
#gitea.client-key:
#gitea.secret:
# URL of the Gitea instance. Default: https://gitea.com/
#gitea.url: https://gitea.com/
# The name of the Gitea instance. It is displayed in the OAuth login button. Default: Gitea
#gitea.name: Gitea
# To create a new OAuth2 application using OpenID Connect:
#oidc.client-key:
#oidc.secret:
#oidc.discovery-url:
# To create a new OAuth2 application using GitHub : https://github.com/settings/applications/new
#github.client-key:
#github.secret:
# To create a new OAuth2 application using Gitlab : https://gitlab.com/-/user_settings/applications
#gitlab.client-key:
#gitlab.secret:
#gitlab.url: https://gitlab.com/
#gitlab.name: GitLab
# Custom assets
# Add your own custom assets, that are files relatives to $opengist-home/custom/
#custom.logo:
#custom.favicon:
# Static pages in footer (like legal notices, privacy policy, etc.)
# The path can be a URL or a relative path to a file in the $opengist-home/custom/ directory
#custom.static-links:
# - name: Gitea
# path: https://gitea.com
# - name: Legal notices
# path: legal.html