gitea_reopsitory_preferred_licenses:# Preferred Licenses to place at the top of the list, the name must match the filename in conf/license or custom/conf/license
- "Apache License 2.0"
- "MIT License"
gitea_reopsitory_preferred_licenses_additional:[]# Appends to list above
gitea_repository_disable_http:no# Disable HTTP access to repositories
gitea_repository_use_compat_ssh_uri:no# Force ssh:// clone url instead of scp-style
gitea_repository_default_close_issues_via_any_branch:no# Default for closing issues by commit to non-default branch
gitea_repository_push_create_on_user:yes# Create repository while pushing to user namespace
gitea_repository_push_create_on_org:yes# Create repository while pushing to org namespace
gitea_repository_disabled_repo_units:[]# Disable units of all reopsitories globally
gitea_pull_request_wip_prefixes:# Prefixes for pull request to be marked as WIP
- "WIP:"
- "[WIP]"
gitea_pull_request_wip_prefixes_additional:[]# Appends to list above
gitea_pull_request_close_keywords:# Keywords for automatically closing an issue using a pull request / commit
- close
- closed
- closes
- fix
- fixed
- fixes
- resolve
- resolved
- resolves
gitea_pull_request_close_keywords_additional:[]# Appends to list above
gitea_pull_request_reopen_keywords:# Keywords for automatically opening an issue using a pull request / commit
- reopen
- reopened
- reopens
gitea_pull_request_reopen_keywords_additional:[]# Appends to list above
gitea_pull_request_default_merge_message_commits_limit:50# Commits included in default squash commit message
gitea_pull_request_default_merge_message_size:5120# Maximum size for default squash commit message
gitea_pull_request_default_merge_message_all_authors:no# Name all authors in squash commit message
gitea_pull_request_default_merge_message_max_approvers:10# Max approvers to be named in squash commit message
gitea_pull_request_default_merge_message_official_approvers_only:yes# Name only official approvers in squash commit message
gitea_signing_initial_commit:# Requirements for signed initial commit
- twofa
gitea_signing_wiki:# Requirements for signed wiki commits
- parentsigned
- twofa
gitea_signing_crud_actions:# Requirements for signed online commits (not first)
- parentsigned
- twofa
gitea_signing_merges:# Requirements for signed online merges
- approved
- parentsigned
- twofa
gitea_ui_explore_paging:20# Number of repositories on explore page
gitea_ui_issue_paging:10# Number of issues in one page
gitea_ui_feed_max_commit:5# Max commits in activity feed
gitea_ui_graph_max_commit:100# Max commits is commit graph
gitea_ui_code_comment_lines:4# Number of lines of code shown for code comment
gitea_ui_theme_color:"#6cc644"# Theme color for meta tag for Android / Chrome
gitea_ui_max_display_file:"{{ 8 * 1024 * 1024 }}"# Max size of files to be displayed in bytes
gitea_ui_show_user_email:yes# Show user email in explore users page
gitea_ui_default_theme:arc-green#
gitea_ui_themes:# Available themes
- arc-green
- gitea
gitea_ui_themes_additional:[]# Appends to list above
gitea_ui_reactions:# Available reactions, for whole list see https://gitea.com/gitea/gitea.com/issues/8
- +1
- -1
- confused
- laugh
- hooray
- heart
- rocket
- eyes
gitea_ui_reactions_additional:[]# Appends to list above
gitea_ui_default_show_full_name:no# Show full name if given
gitea_ui_search_repo_description:yes# Search within descriptions if search on explore page
gitea_ui_use_service_worker:yes# Enable service worker for caching frontend assets
gitea_ui_admin_user_paging:50# Number of users displayed on one page
gitea_ui_admin_repo_paging:50# Number of repos displayed on one page
gitea_ui_admin_notice_paging:25# Number of notices displayed on one page
gitea_ui_admin_org_paging:50# Number of orgs displayed on one page
gitea_ui_user_repo_paging:15# Number of repos displayed on one page
gitea_ui_meta_author:"{{ description }}"# Author for meta / titlepage
gitea_ui_meta_description:"{{ description }} ({{ domain }})"# Description for meta / titlepage
gitea_ui_meta_keywords:# Keywords for meta
- git
- gitea
- go
- self-hosted
gitea_ui_meta_keywords_additional:[]# Appends to list above
gitea_markdown_hard_line_break:no# Enable hard link break extension
gitea_markdown_custom_url_schemes:[]# Allows custom URL-schemes as links
gitea_markdown_file_extensions:# List of file extensions which should be rendered as markdown files
- md
- markdown
- mdown
- mkd
gitea_markdown_file_extensions_additional:[]# Appends to list above
gitea_server_offline_mode:no# Disable cdn files in "prod" mode
gitea_server_lfs_support:yes# Enable git-lfs support