From f9d0b7c36c3e84ce25231bd1e047110522e50d82 Mon Sep 17 00:00:00 2001 From: Sainnhe Park Date: Sun, 30 Oct 2022 22:01:42 +0800 Subject: [PATCH 01/43] Add edge theme (#91) See preview on this site: https://git.sainnhe.dev/ Note that currently this theme only supports Gitea >= 1.18.0 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/91 Reviewed-by: Gusted Reviewed-by: John Olheiser Co-authored-by: Sainnhe Park Co-committed-by: Sainnhe Park --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5a4876..352286f 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ A curated list of awesome projects related to Gitea. * [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on https://git.pinnoto.org/bo * [Tangerine Dream](https://github.com/jager012/tangerine-dream) - Tangerine dark theme for Gitea * [Dark Arc](https://github.com/Jieiku/theme-dark-arc-gitea) - Dark theme with high contrast, based on arc-green. +* [Edge](https://git.sainnhe.dev/sainnhe/gitea-theme-edge) - Dark theme based on edge vim color scheme. ## Workflow Tools From 2ce5dd4ca957dbba6562f6d552c552ae498a8328 Mon Sep 17 00:00:00 2001 From: aryak Date: Sun, 30 Oct 2022 22:13:09 +0800 Subject: [PATCH 02/43] Add ~vern gitea to open reg orgs list (#90) Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/90 Reviewed-by: pat-s Reviewed-by: Lunny Xiao Co-authored-by: aryak Co-committed-by: aryak --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 352286f..5cb7713 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ A curated list of awesome projects related to Gitea. * [Disroot](https://git.disroot.org/) - Aims to change the way people are used to interact on the web. * [GitShuiShan](http://gitea.shuishan.net.cn/) - A Git platform for education * [OpenDev](https://opendev.org/) - A space for collaborative Open Source software development. +* [~vern gitea](https://git.vern.cc/) - A gitea instance for free software hackers ### For internal use From 6c85d8739cabd672da5c9de5d3b3337726bbc93b Mon Sep 17 00:00:00 2001 From: Sainnhe Park Date: Tue, 1 Nov 2022 00:13:49 +0800 Subject: [PATCH 03/43] Add Sainnhe's Theme Pack (#92) Add a bunch of Gitea themes ported from some editor themes: - `edge-auto` - `edge-dark` - `edge-light` - `everforest-auto` - `everforest-dark` - `everforest-light` - `gruvbox-auto` - `gruvbox-dark` - `gruvbox-light` - `gruvbox-material-auto` - `gruvbox-material-dark` - `gruvbox-material-light` - `nord` - `soft-era` - `sonokai` - `sonokai-andromeda` - `sonokai-atlantis` - `sonokai-espresso` - `sonokai-maia` - `sonokai-shusia` Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/92 Reviewed-by: Lunny Xiao Reviewed-by: pat-s Reviewed-by: John Olheiser Co-authored-by: Sainnhe Park Co-committed-by: Sainnhe Park --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cb7713..41896ea 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ A curated list of awesome projects related to Gitea. * [Modern](https://codeberg.org/Freeplay/Gitea-Modern) - Changes the layout for a more modern look. Usable with other themes that only change colors. * [theme.park](https://docs.theme-park.dev/themes/gitea) - Rich theme suite that includes Gitea * [pat-s/GitHub](https://github.com/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes +* [Sainnhe's Theme Pack](https://git.sainnhe.dev/sainnhe/gitea-themes) - Port of some editor themes ### Light * [Red Silver](https://github.com/iamdoubz/Gitea-Red-Silver) - Red silver theme by iamdoubz @@ -177,7 +178,6 @@ A curated list of awesome projects related to Gitea. * [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on https://git.pinnoto.org/bo * [Tangerine Dream](https://github.com/jager012/tangerine-dream) - Tangerine dark theme for Gitea * [Dark Arc](https://github.com/Jieiku/theme-dark-arc-gitea) - Dark theme with high contrast, based on arc-green. -* [Edge](https://git.sainnhe.dev/sainnhe/gitea-theme-edge) - Dark theme based on edge vim color scheme. ## Workflow Tools From 29c284b39b8074c96b76744f3883920e6ebd215c Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 1 Nov 2022 20:12:36 +0800 Subject: [PATCH 04/43] docs: add catppuccin theme (#93) Co-authored-by: jolheiser Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/93 Reviewed-by: Lunny Xiao Reviewed-by: pat-s --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41896ea..bee8915 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,7 @@ A curated list of awesome projects related to Gitea. ## Themes +* [Catppuccin](https://github.com/catppuccin/codeberg) - Soothing pastel theme for Codeberg (Easily modified to work with any Gitea instance) * [Modern](https://codeberg.org/Freeplay/Gitea-Modern) - Changes the layout for a more modern look. Usable with other themes that only change colors. * [theme.park](https://docs.theme-park.dev/themes/gitea) - Rich theme suite that includes Gitea * [pat-s/GitHub](https://github.com/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes From 70b35c4b5aeb06a3af2b1dcda7f208f893bfd9f2 Mon Sep 17 00:00:00 2001 From: pacman-ghost Date: Thu, 17 Nov 2022 22:11:14 +0800 Subject: [PATCH 05/43] Added gitea-preview (preview files directly from a Gitea repo). (#94) Co-authored-by: Pacman Ghost Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/94 Reviewed-by: Lunny Xiao Reviewed-by: pat-s Co-authored-by: pacman-ghost Co-committed-by: pacman-ghost --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bee8915..6bbf039 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,7 @@ A curated list of awesome projects related to Gitea. * [gitea-comment-plugin](https://github.com/TsakiDev/gitea-comment) - A Drone plugin to post comments on a Gitea Pull Request. * [Gitea Extension for Visual Studio](https://marketplace.visualstudio.com/items?itemName=MysticBoy.GiteaExtensionforVisualStudio) - A Visual Studio Extension that brings the Gitea Flow into Visual Studio. * [gitea-kanban](https://github.com/qontu/gitea-kanban) - Kanban for Gitea done in Vue +* [gitea-preview](https://github.com/pacman-ghost/gitea-preview) - Preview files (including HTML) directly from a Gitea repo. * [gitea-tree](https://github.com/vickllny/giteatree) - gitea-tree * [Gitea-VSCode](https://marketplace.visualstudio.com/items?itemName=ijustdev.gitea-vscode) - Gitea Issue Tracker for vs-code * [intellij-gitea-plugin](https://github.com/e1fueg0/intellij-gitea-plugin) - Gitea issue tracker integration plugin for Jetbrains IDE platform. From cecae887a77e283d7797e4525e8d81040e7c77ed Mon Sep 17 00:00:00 2001 From: saegl5 Date: Sun, 20 Nov 2022 21:31:58 +0800 Subject: [PATCH 06/43] add light theme (#95) hi there, hoping to contribute my theme and that everyone enjoys it :) ...although it is forked from Red Silver, it is quite different. it uses Gitea's default theme but with some colors from Gitea-Red-Silver Signed-off-by: saegl5 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/95 Reviewed-by: Lunny Xiao Reviewed-by: pat-s Co-authored-by: saegl5 Co-committed-by: saegl5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6bbf039..b66d875 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ A curated list of awesome projects related to Gitea. * [Sainnhe's Theme Pack](https://git.sainnhe.dev/sainnhe/gitea-themes) - Port of some editor themes ### Light +* [Red](https://github.com/saegl5/Gitea-Red) - Red theme by saegl5 (forked from Red Silver) * [Red Silver](https://github.com/iamdoubz/Gitea-Red-Silver) - Red silver theme by iamdoubz * [lstolcman/GitHub](https://github.com/lstolcman/gitea-github-theme) - Simple Github theme for Gitea * [Light Blue](https://github.com/sIspravnikov/gitea-lightblue) - Light blue theme inspired by Bitbucket From cbee11c83326c45e68824f89c0d7fb62756284fd Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 1 Dec 2022 19:49:19 +0800 Subject: [PATCH 07/43] add nodiscc.xsrv.gitea ansible role (#97) Hi, this PR adds the [xsrv.gitea](https://github.com/nodiscc/xsrv/tree/master/roles/gitea) ansible role, which can be used to deploy Gitea on any Debian-based Linux machine. The role can be used from the [xsrv](https://xsrv.readthedocs.io/en/latest/) command-line tool/ansible wrapper, or with ansible [command-line](https://docs.ansible.com/ansible/latest/user_guide/command_line_tools.html) tools. Optionally it integrates with [netdata](https://github.com/nodiscc/xsrv/tree/master/roles/monitoring_netdata) for instance health monitoring, [apache](https://github.com/nodiscc/xsrv/tree/master/roles/apache) for reverse proxy and SSL/TLS certificate management, [rsnapshot](https://github.com/nodiscc/xsrv/tree/master/roles/backup) for automatic backups, and [postgresql](https://github.com/nodiscc/xsrv/tree/master/roles/postgresql) as a RDBMS. Detailed installation/configuration documentation can be found at https://xsrv.readthedocs.io/en/latest/installation.html, but here is the short version using ansible command-line tools and self-signed certificates: ```bash # create a project directory $ mkdir -p ~/playbooks/myproject && cd ~/playbooks/myproject # install ansible in a python virtualenv $ python3 -m venv .venv $ source .venv/bin/activate $ pip3 install ansible ``` Create required files and directories (replace my.CHANGEME.org with the address of the server where gitea will be deployed, and other CHANGEME values with values of your choice) ```yaml # requirements.yml collections: - name: https://gitlab.com/nodiscc/xsrv.git type: git version: release # or master to get the latest, development version ``` ```yaml # inventory.yml all: hosts: my.CHANGEME.org: ``` ```yaml # playbook.yml - hosts: my.CHANGEME.org roles: - nodiscc.xsrv.common # (optional) base server setup/hardening/firewall/bruteforce prevention - nodiscc.xsrv.monitoring # (optional) server monitoring, log aggregation - nodiscc.xsrv.backup # (optional) automatic backups - nodiscc.xsrv.apache - nodiscc.xsrv.postgresql - nodiscc.xsrv.gitea ``` ```yaml # $ mkdir host_vars/my.CHANGEME.org # host_vars/my.CHANGEME.org/my.CHANGEME.org.yml #ansible_ssh_port: 2234 # SSH port, if different from 22 #ansible_host: 1.2.3.4 # SSH server address, if my.CHANGEME.org cannot be resolved from DNS gitea_fqdn: "git.CHANGEME.org" # domain name of the gitea instance ``` ```yaml # $ ansible-vault edit host_vars/my.CHANGEME.org/my.CHANGEME.org.vault.yml ansible_become_pass: "CHANGEME" # sudo password gitea_admin_username: "CHANGEME" gitea_admin_password: "CHANGEME" gitea_admin_email: "CHANGEME@CHANGEME.org" gitea_secret_key: "CHANGEME64" gitea_internal_token: "CHANGEME160" gitea_oauth2_jwt_secret: "CHANGEME43" gitea_lfs_jwt_secret: "CHANGEME43" ``` ```bash # make the role/collection available to the ansible project $ ansible-galaxy collection install --force -r requirements.yml # deploy the role $ ansible-playbook -i inventory.yml playbook.yml ``` See [defaults/main.yml](https://github.com/nodiscc/xsrv/blob/master/roles/gitea/defaults/main.yml) for all available configuration variables. I use the role to manage multiple environments/instances for a few years without problems and will keep maintaining it in the foreseeable future. Let me know if you need additional information. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/97 Reviewed-by: Lunny Xiao Reviewed-by: pat-s Co-authored-by: nodiscc Co-committed-by: nodiscc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b66d875..c6e3576 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ A curated list of awesome projects related to Gitea. * [ansible.gitea](https://github.com/melvin-suter/ansible.gitea) - Gitea Setup with Ansible * [ansible-role-gitea](https://github.com/thomas-maurice/ansible-role-gitea) - Ansible role to deploy a Gitea instance * [docker-gitea](https://gitea.com/jwobith/docker-gitea) - Docker Gitea Service +* [nodiscc.xsrv.gitea](https://github.com/nodiscc/xsrv/tree/master/roles/gitea) - Ansible role to install and configure Gitea ## SDK From fdca1fb7ec5935e31112a4e39d9d3bc83e86db4a Mon Sep 17 00:00:00 2001 From: shamil Date: Tue, 6 Dec 2022 13:07:02 +0800 Subject: [PATCH 08/43] fix link to pat-s/GitHub theme (#98) Fixing the link to pat-s' theme repository. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/98 Reviewed-by: Lunny Xiao Reviewed-by: pat-s Co-authored-by: shamil Co-committed-by: shamil --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6e3576..0789219 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ A curated list of awesome projects related to Gitea. * [Catppuccin](https://github.com/catppuccin/codeberg) - Soothing pastel theme for Codeberg (Easily modified to work with any Gitea instance) * [Modern](https://codeberg.org/Freeplay/Gitea-Modern) - Changes the layout for a more modern look. Usable with other themes that only change colors. * [theme.park](https://docs.theme-park.dev/themes/gitea) - Rich theme suite that includes Gitea -* [pat-s/GitHub](https://github.com/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes +* [pat-s/GitHub](https://codeberg.org/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes * [Sainnhe's Theme Pack](https://git.sainnhe.dev/sainnhe/gitea-themes) - Port of some editor themes ### Light From b678d477507e8a9445a7faef03667105956f9018 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 19 Dec 2022 09:06:02 +0800 Subject: [PATCH 09/43] formatting: fix table of contents (#100) This fixes spacing between entries in the table of contents Current: https://gitea.com/gitea/awesome-gitea#contents. Fixed: https://gitea.com/nodiscc/awesome-gitea/src/branch/cleanup-toc#contents Co-authored-by: nodiscc Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/100 Reviewed-by: John Olheiser Reviewed-by: Lunny Xiao Co-authored-by: nodiscc Co-committed-by: nodiscc --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 0789219..8fb0485 100644 --- a/README.md +++ b/README.md @@ -12,25 +12,15 @@ A curated list of awesome projects related to Gitea. - [DevOps](#devops) - [Mobile](#mobile) - [Panel](#panel) - - [Migration](#migration) - - [Organizations](#organizations) - - [Packages](#packages) - - [Package Management](#package-management) - - [Plugins](#plugins) - - [Scripts](#scripts) - - [SDK](#sdk) - - [Themes](#themes) - - [Workflow Tools](#workflow-tools) - - [Project Management](#project-management) ## Applications From d96b7342ee1ba53769301d9e31d55eb72de76618 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 23 Dec 2022 19:42:02 +0800 Subject: [PATCH 10/43] cleanup: remove unmaintained ansible roles (#101) Followup to https://gitea.com/gitea/awesome-gitea/pulls/97 See commit messages. Co-authored-by: nodiscc Co-authored-by: Lunny Xiao Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/101 Reviewed-by: pat-s Reviewed-by: Lunny Xiao Co-authored-by: nodiscc Co-committed-by: nodiscc --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8fb0485..8f7a219 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,6 @@ A curated list of awesome projects related to Gitea. ## Scripts -* [ansible.gitea](https://github.com/melvin-suter/ansible.gitea) - Gitea Setup with Ansible -* [ansible-role-gitea](https://github.com/thomas-maurice/ansible-role-gitea) - Ansible role to deploy a Gitea instance * [docker-gitea](https://gitea.com/jwobith/docker-gitea) - Docker Gitea Service * [nodiscc.xsrv.gitea](https://github.com/nodiscc/xsrv/tree/master/roles/gitea) - Ansible role to install and configure Gitea From 15744b7304c2dbb472eb54e8f10ac60518e0dba4 Mon Sep 17 00:00:00 2001 From: Coolguy3289 Date: Mon, 26 Dec 2022 08:46:27 +0800 Subject: [PATCH 11/43] Add RadioRepo.org (#96) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/96 Reviewed-by: Lunny Xiao Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Coolguy3289 Co-committed-by: Coolguy3289 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8f7a219..c0d8cb4 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ A curated list of awesome projects related to Gitea. * [Disroot](https://git.disroot.org/) - Aims to change the way people are used to interact on the web. * [GitShuiShan](http://gitea.shuishan.net.cn/) - A Git platform for education * [OpenDev](https://opendev.org/) - A space for collaborative Open Source software development. +* [RadioRepo](https://repo.radio/) - The home of software development for the Amateur Radio Community. * [~vern gitea](https://git.vern.cc/) - A gitea instance for free software hackers ### For internal use From 00e3b7a3e80eeeae2ed420f1c182b72ea7b4a2a2 Mon Sep 17 00:00:00 2001 From: theSage21 Date: Mon, 26 Dec 2022 08:47:28 +0800 Subject: [PATCH 12/43] Add JayporeCi to list (#99) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/99 Reviewed-by: Lunny Xiao Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: theSage21 Co-committed-by: theSage21 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0d8cb4..6e9f39d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A curated list of awesome projects related to Gitea. * [drone](https://github.com/drone/drone) - Drone is a Container-Native, Continuous Delivery Platform. Built-in Gitea support. (see [docs](https://docs.drone.io/server/provider/gitea/)) * [ghorg](https://github.com/gabrie30/ghorg) - Quickly clone an entire org/users repositories into one directory - Supports Gitea, GitHub, GitLab, and more. * [gickup](https://github.com/cooperspencer/gickup) - Backup tool for repositories. +* [JayporeCi](https://github.com/theSage21/jaypore_ci) - Self hosted CI tightly integrated with gitea * [Jenkins](https://github.com/jenkinsci/gitea-plugin) - Gitea plugin for jenkins. * [Metroline](https://github.com/metroline/metroline) - Metroline is a Continuous Integration and Delivery platform built with Docker, Node, React and MongoDB, natively compatible with Gitea. * [Monitoring mixin](https://github.com/go-gitea/gitea/tree/main/contrib/gitea-monitoring-mixin) - Gitea monitoring mixin (Grafana dashboard) From fc6ad54e03cabe40afa29dec4549d8309993997f Mon Sep 17 00:00:00 2001 From: saegl5 Date: Fri, 3 Mar 2023 14:42:18 +0800 Subject: [PATCH 13/43] moved theme to multiple-theme section (#102) hi there, thank you for adding my theme last time (#95) i had issues with Dark Reader, so i decided to create a dark version and auto version (switches theme based on system prefs) consequently, i moved my original theme from the light theme section to the section immediately above it both light and dark versions still use Gitea's default themes (gitea and arc-green) and with some colors and images from Gitea-Red-Silver Signed-off-by: saegl5 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/102 Reviewed-by: techknowlogick Co-authored-by: saegl5 Co-committed-by: saegl5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e9f39d..0f73235 100644 --- a/README.md +++ b/README.md @@ -155,10 +155,10 @@ A curated list of awesome projects related to Gitea. * [Modern](https://codeberg.org/Freeplay/Gitea-Modern) - Changes the layout for a more modern look. Usable with other themes that only change colors. * [theme.park](https://docs.theme-park.dev/themes/gitea) - Rich theme suite that includes Gitea * [pat-s/GitHub](https://codeberg.org/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes +* [Red](https://github.com/saegl5/Gitea-Red) - Red theme by saegl5 (forked from Red Silver) * [Sainnhe's Theme Pack](https://git.sainnhe.dev/sainnhe/gitea-themes) - Port of some editor themes ### Light -* [Red](https://github.com/saegl5/Gitea-Red) - Red theme by saegl5 (forked from Red Silver) * [Red Silver](https://github.com/iamdoubz/Gitea-Red-Silver) - Red silver theme by iamdoubz * [lstolcman/GitHub](https://github.com/lstolcman/gitea-github-theme) - Simple Github theme for Gitea * [Light Blue](https://github.com/sIspravnikov/gitea-lightblue) - Light blue theme inspired by Bitbucket From 79efce484b6b8bdbc85d003c87adc345f4a8c81f Mon Sep 17 00:00:00 2001 From: laromicas Date: Thu, 23 Mar 2023 11:55:26 +0800 Subject: [PATCH 14/43] Added py-gitea to SDK projects (#104) Added py-gitea to SDK projects. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/104 Reviewed-by: techknowlogick Co-authored-by: laromicas Co-committed-by: laromicas --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0f73235..11232eb 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ A curated list of awesome projects related to Gitea. * [Golang SDK](https://gitea.com/gitea/go-sdk) - Official Golang SDK for gitea. * [java-gitea-api](https://github.com/zeripath/java-gitea-api) - Swagger generated api for Gitea * [PHP](https://github.com/avency/Gitea/) - PHP SDK for gitea +* [py-gitea](https://github.com/Langenfeld/py-gitea/) - A very simple API client for Gitea > 1.16.1 * [Sugar Cube Client](https://github.com/sitelease/sugar-cube-client) - A sweet Gitea API client for PHP * [tea4j-autodeploy](https://codeberg.org/gitnex/tea4j-autodeploy) - Swagger-generated Java library which uses Retrofit to access the Gitea API From 60c9b36d2d00b49424df4dc2531f8b2dc144628a Mon Sep 17 00:00:00 2001 From: winston Date: Mon, 27 Mar 2023 07:58:18 +0800 Subject: [PATCH 15/43] docs: link to official catppuccin/gitea theme (#105) Catppuccin recently added a dedicated theme for Gitea. (I am the author) This replaces the previous link to catppuccin/codeberg with this dedicated theme. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/105 Reviewed-by: John Olheiser Reviewed-by: Lunny Xiao Co-authored-by: winston Co-committed-by: winston --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11232eb..735c6b3 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ A curated list of awesome projects related to Gitea. ## Themes -* [Catppuccin](https://github.com/catppuccin/codeberg) - Soothing pastel theme for Codeberg (Easily modified to work with any Gitea instance) +* [Catppuccin](https://github.com/catppuccin/gitea) - Soothing pastel theme for Gitea * [Modern](https://codeberg.org/Freeplay/Gitea-Modern) - Changes the layout for a more modern look. Usable with other themes that only change colors. * [theme.park](https://docs.theme-park.dev/themes/gitea) - Rich theme suite that includes Gitea * [pat-s/GitHub](https://codeberg.org/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes From 590542b3db39fe1714dd978f2171f4ab69bb3fdf Mon Sep 17 00:00:00 2001 From: denyskon Date: Mon, 3 Apr 2023 16:43:40 +0800 Subject: [PATCH 16/43] Add bthree-dark theme, sort themes alphabetically (#107) This PR adds the nice bthree-dark theme by Blender. I also sorted the themes in alphabetical order according to the contribution guidelines, which for some reason wasn't done before. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/107 Reviewed-by: pat-s Reviewed-by: Lunny Xiao Co-authored-by: denyskon Co-committed-by: denyskon --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 735c6b3..8217deb 100644 --- a/README.md +++ b/README.md @@ -154,10 +154,10 @@ A curated list of awesome projects related to Gitea. * [Catppuccin](https://github.com/catppuccin/gitea) - Soothing pastel theme for Gitea * [Modern](https://codeberg.org/Freeplay/Gitea-Modern) - Changes the layout for a more modern look. Usable with other themes that only change colors. -* [theme.park](https://docs.theme-park.dev/themes/gitea) - Rich theme suite that includes Gitea * [pat-s/GitHub](https://codeberg.org/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes * [Red](https://github.com/saegl5/Gitea-Red) - Red theme by saegl5 (forked from Red Silver) * [Sainnhe's Theme Pack](https://git.sainnhe.dev/sainnhe/gitea-themes) - Port of some editor themes +* [theme.park](https://docs.theme-park.dev/themes/gitea) - Rich theme suite that includes Gitea ### Light * [Red Silver](https://github.com/iamdoubz/Gitea-Red-Silver) - Red silver theme by iamdoubz @@ -165,14 +165,16 @@ A curated list of awesome projects related to Gitea. * [Light Blue](https://github.com/sIspravnikov/gitea-lightblue) - Light blue theme inspired by Bitbucket ### Dark -* [Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used on https://gitea.artixlinux.org +* [Bthree Dark](https://projects.blender.org/infrastructure/gitea-custom) - A dark theme created and used by the Blender Project. * [Carbon Red](https://github.com/iamdoubz/Gitea-Carbon-Red) - Darker red 1.14+ theme based on arc-green by iamdoubz -* [Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - Dark red theme by iamdoubz -* [Pitch Black](https://github.com/iamdoubz/Gitea-Pitch-Black) - Pitch black 1.14+ theme used on https://git.dou.bet/iamdoubz/Gitea-Pitch-Black -* [Matrix](https://github.com/TylerByte666/gitea-matrix-template) - Neon-green with a matrix-inspired background -* [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on https://git.pinnoto.org/bo -* [Tangerine Dream](https://github.com/jager012/tangerine-dream) - Tangerine dark theme for Gitea * [Dark Arc](https://github.com/Jieiku/theme-dark-arc-gitea) - Dark theme with high contrast, based on arc-green. +* [Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used on https://gitea.artixlinux.org +* [Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - Dark red theme by iamdoubz +* [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on https://git.pinnoto.org/bo +* [Matrix](https://github.com/TylerByte666/gitea-matrix-template) - Neon-green with a matrix-inspired background +* [Pitch Black](https://github.com/iamdoubz/Gitea-Pitch-Black) - Pitch black 1.14+ theme used on https://git.dou.bet/iamdoubz/Gitea-Pitch-Black +* [Tangerine Dream](https://github.com/jager012/tangerine-dream) - Tangerine dark theme for Gitea + ## Workflow Tools From 4895dc22e635c2cf27c5abfff82b42d1117e747b Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 5 Apr 2023 00:58:42 +0800 Subject: [PATCH 17/43] Add Codeberg's Pages Server for Static Pages Hosting (#108) document it as per https://github.com/go-gitea/gitea/issues/23521#issuecomment-1473106659 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/108 Reviewed-by: Lunny Xiao Reviewed-by: delvh Co-authored-by: 6543 <6543@obermui.de> Co-committed-by: 6543 <6543@obermui.de> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8217deb..9ab632f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ A curated list of awesome projects related to Gitea. - [DevOps](#devops) - [Mobile](#mobile) - [Panel](#panel) + - [Web Hosting](#web-hosting) - [Migration](#migration) - [Organizations](#organizations) - [Packages](#packages) @@ -72,6 +73,10 @@ A curated list of awesome projects related to Gitea. * [GiteaPanel](https://github.com/sashaoli/GiteaPanel) - Manage the local Gitea server from the tray. * [Listea](https://github.com/IGLOU-EU/listea) - Simple Gitea issues viewer from the tray. +### Web Hosting + +* [Pages Server](https://codeberg.org/Codeberg/pages-server) - Static Pages Server, Gitea equivalent of GitHub Pages: Can serve static webpages on custom domains, including caching, and much more + ## Migration * [Bitbucket2Gitea](https://github.com/sIspravnikov/BitbucketToGitea) - A python3 script to migrate all projects and repositories from Atlassian BitBucket to Gitea. From d67487c03b62fac02c118e26985de88e0bee6f63 Mon Sep 17 00:00:00 2001 From: emersion Date: Wed, 12 Apr 2023 02:09:50 +0800 Subject: [PATCH 18/43] Add yojo (#109) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/109 Reviewed-by: 6543 <6543@obermui.de> Reviewed-by: techknowlogick Co-authored-by: emersion Co-committed-by: emersion --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ab632f..f63bec8 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ A curated list of awesome projects related to Gitea. * [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool * [Tea Runner](https://github.com/DavesCodeMusings/tea-runner) - A minimalist Python Flask app that uses Gitea webhooks to perform actions. * [woodpecker](https://github.com/woodpecker-ci/woodpecker) - An opinionated fork of the Drone CI system. Built-in Gitea support. (see [docs](https://woodpecker-ci.org/docs/administration/vcs/gitea)) +* [yojo](https://sr.ht/~emersion/yojo/) - A CI bridge from Gitea to SourceHut. ### Mobile From 72b1c677d17085820af4945b0a2f729a5fbcc9c4 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 12 Apr 2023 06:49:49 +0800 Subject: [PATCH 19/43] Add Caddy2 Gitea Plugin (#110) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/110 Reviewed-by: techknowlogick Reviewed-by: pat-s Reviewed-by: delvh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f63bec8..9be2e4a 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,7 @@ A curated list of awesome projects related to Gitea. ### Web Hosting +* [Caddy Gitea Plugin](https://github.com/42wim/caddy-gitea) - Caddy2 plugin enables GitHub pages-like features in Gitea, requiring a wildcard CNAME to your Gitea host. * [Pages Server](https://codeberg.org/Codeberg/pages-server) - Static Pages Server, Gitea equivalent of GitHub Pages: Can serve static webpages on custom domains, including caching, and much more ## Migration From 7bb199a45636d0121b7a4aaf8fcd1ce7b4dfe349 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Wed, 12 Apr 2023 06:52:02 +0800 Subject: [PATCH 20/43] Fix markdownlint issue "MD004/ul-style: Unordered list style [Expected: dash; Actual: asterisk]" (#111) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/111 Reviewed-by: techknowlogick Reviewed-by: pat-s --- README.md | 226 +++++++++++++++++++++++++++--------------------------- 1 file changed, 113 insertions(+), 113 deletions(-) diff --git a/README.md b/README.md index 9be2e4a..2682b6b 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,12 @@ A curated list of awesome projects related to Gitea. ### Contents - [Applications](#applications) - - [Bot](#bot) - - [Command Line](#command-line) - - [DevOps](#devops) - - [Mobile](#mobile) - - [Panel](#panel) - - [Web Hosting](#web-hosting) + - [Bot](#bot) + - [Command Line](#command-line) + - [DevOps](#devops) + - [Mobile](#mobile) + - [Panel](#panel) + - [Web Hosting](#web-hosting) - [Migration](#migration) - [Organizations](#organizations) - [Packages](#packages) @@ -28,165 +28,165 @@ A curated list of awesome projects related to Gitea. ### Bot -* [giteacat](https://git.mastodont.cat/spla/giteacat.git) - Python Bot that register Mastodon server's users to Gitea instance, on demand. -* [issue-bot](https://git.meli.delivery/meli/issue-bot) - Bot for mailing list mirroring of Gitea issues. Allow people to submit issues on repositories using only e-mail without signing up. [github read-only mirror](https://github.com/meli/issue-bot) -* [sq-bot](https://codeberg.org/justusbunsi/gitea-sonarqube-bot) - Bot for decorating Gitea pull requests with SonarQube analysis details. -* [staletea](https://gitea.com/jonasfranz/staletea) - StaleBot for Gitea. -* [tea-cloc](https://codeberg.org/qwerty287/tea-cloc) - Bot to count lines of code on Gitea repos and comments on pull requests with code change statistics. +- [giteacat](https://git.mastodont.cat/spla/giteacat.git) - Python Bot that register Mastodon server's users to Gitea instance, on demand. +- [issue-bot](https://git.meli.delivery/meli/issue-bot) - Bot for mailing list mirroring of Gitea issues. Allow people to submit issues on repositories using only e-mail without signing up. [github read-only mirror](https://github.com/meli/issue-bot) +- [sq-bot](https://codeberg.org/justusbunsi/gitea-sonarqube-bot) - Bot for decorating Gitea pull requests with SonarQube analysis details. +- [staletea](https://gitea.com/jonasfranz/staletea) - StaleBot for Gitea. +- [tea-cloc](https://codeberg.org/qwerty287/tea-cloc) - Bot to count lines of code on Gitea repos and comments on pull requests with code change statistics. ### Command Line -* [changelog](https://gitea.com/gitea/changelog) - Generate changelog of gitea repository. -* [gitea-cli](https://github.com/bashup/gitea-cli) - Extensible, configurable command-line API client for gitea and gogs. -* [gitea-installer](https://github.com/uvulpos/gitea-installer) - a simple ubuntu native installer script -* [sip](https://gitea.com/jolheiser/sip) - A prompt-based command line tool to interact with Gitea servers. -* [tea](https://gitea.com/gitea/tea) - A command line tool to interact with Gitea servers. +- [changelog](https://gitea.com/gitea/changelog) - Generate changelog of gitea repository. +- [gitea-cli](https://github.com/bashup/gitea-cli) - Extensible, configurable command-line API client for gitea and gogs. +- [gitea-installer](https://github.com/uvulpos/gitea-installer) - a simple ubuntu native installer script +- [sip](https://gitea.com/jolheiser/sip) - A prompt-based command line tool to interact with Gitea servers. +- [tea](https://gitea.com/gitea/tea) - A command line tool to interact with Gitea servers. ### DevOps -* [agola](https://github.com/agola-io/agola) - Agola: CI/CD Redefined. Built-in Gitea support.(see [``docs``](https://agola.io/tryit/#test-using-a-local-gitea-instance)) -* [appveyor](https://www.appveyor.com/) - Gitea receives first-class support in AppVeyor CI. -* [AWS Cloud Integration(webhook-to-s3)](https://github.com/leonli/webhook-to-s3) - Gitea Webhook integration with AWS CodePipeline and CodeBuild by automatically uploading the archive to AWS S3. -* [buildbot-gitea](https://github.com/lab132/buildbot-gitea) - Buildbot plugin for integration with gitea. -* [buildkite-connector](https://github.com/techknowlogick/gitea-buildkite-connector) - Connect Gitea & Buildkite. -* [Concourse](https://www.concourse-ci.org/) - partially can be integrated with Gitea. -* [dex](https://github.com/dexidp/dex) - Dex is a federated OpenID Connect provider. Built-in Gitea support. -* [drone](https://github.com/drone/drone) - Drone is a Container-Native, Continuous Delivery Platform. Built-in Gitea support. (see [docs](https://docs.drone.io/server/provider/gitea/)) -* [ghorg](https://github.com/gabrie30/ghorg) - Quickly clone an entire org/users repositories into one directory - Supports Gitea, GitHub, GitLab, and more. -* [gickup](https://github.com/cooperspencer/gickup) - Backup tool for repositories. -* [JayporeCi](https://github.com/theSage21/jaypore_ci) - Self hosted CI tightly integrated with gitea -* [Jenkins](https://github.com/jenkinsci/gitea-plugin) - Gitea plugin for jenkins. -* [Metroline](https://github.com/metroline/metroline) - Metroline is a Continuous Integration and Delivery platform built with Docker, Node, React and MongoDB, natively compatible with Gitea. -* [Monitoring mixin](https://github.com/go-gitea/gitea/tree/main/contrib/gitea-monitoring-mixin) - Gitea monitoring mixin (Grafana dashboard) -* [mvoCI](https://codeberg.org/snaums/mvoCI) - very simple Continuous Integration Server written in go. Built-in Gitea support. -* [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool -* [Tea Runner](https://github.com/DavesCodeMusings/tea-runner) - A minimalist Python Flask app that uses Gitea webhooks to perform actions. -* [woodpecker](https://github.com/woodpecker-ci/woodpecker) - An opinionated fork of the Drone CI system. Built-in Gitea support. (see [docs](https://woodpecker-ci.org/docs/administration/vcs/gitea)) -* [yojo](https://sr.ht/~emersion/yojo/) - A CI bridge from Gitea to SourceHut. +- [agola](https://github.com/agola-io/agola) - Agola: CI/CD Redefined. Built-in Gitea support.(see [``docs``](https://agola.io/tryit/#test-using-a-local-gitea-instance)) +- [appveyor](https://www.appveyor.com/) - Gitea receives first-class support in AppVeyor CI. +- [AWS Cloud Integration(webhook-to-s3)](https://github.com/leonli/webhook-to-s3) - Gitea Webhook integration with AWS CodePipeline and CodeBuild by automatically uploading the archive to AWS S3. +- [buildbot-gitea](https://github.com/lab132/buildbot-gitea) - Buildbot plugin for integration with gitea. +- [buildkite-connector](https://github.com/techknowlogick/gitea-buildkite-connector) - Connect Gitea & Buildkite. +- [Concourse](https://www.concourse-ci.org/) - partially can be integrated with Gitea. +- [dex](https://github.com/dexidp/dex) - Dex is a federated OpenID Connect provider. Built-in Gitea support. +- [drone](https://github.com/drone/drone) - Drone is a Container-Native, Continuous Delivery Platform. Built-in Gitea support. (see [docs](https://docs.drone.io/server/provider/gitea/)) +- [ghorg](https://github.com/gabrie30/ghorg) - Quickly clone an entire org/users repositories into one directory - Supports Gitea, GitHub, GitLab, and more. +- [gickup](https://github.com/cooperspencer/gickup) - Backup tool for repositories. +- [JayporeCi](https://github.com/theSage21/jaypore_ci) - Self hosted CI tightly integrated with gitea +- [Jenkins](https://github.com/jenkinsci/gitea-plugin) - Gitea plugin for jenkins. +- [Metroline](https://github.com/metroline/metroline) - Metroline is a Continuous Integration and Delivery platform built with Docker, Node, React and MongoDB, natively compatible with Gitea. +- [Monitoring mixin](https://github.com/go-gitea/gitea/tree/main/contrib/gitea-monitoring-mixin) - Gitea monitoring mixin (Grafana dashboard) +- [mvoCI](https://codeberg.org/snaums/mvoCI) - very simple Continuous Integration Server written in go. Built-in Gitea support. +- [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool +- [Tea Runner](https://github.com/DavesCodeMusings/tea-runner) - A minimalist Python Flask app that uses Gitea webhooks to perform actions. +- [woodpecker](https://github.com/woodpecker-ci/woodpecker) - An opinionated fork of the Drone CI system. Built-in Gitea support. (see [docs](https://woodpecker-ci.org/docs/administration/vcs/gitea)) +- [yojo](https://sr.ht/~emersion/yojo/) - A CI bridge from Gitea to SourceHut. ### Mobile -* [GitNex](https://codeberg.org/gitnex/GitNex) - Android client for Gitea. -* [GitTouch](https://github.com/git-touch/git-touch) - Open source mobile client for GitHub, GitLab, Bitbucket and Gitea, built with Flutter +- [GitNex](https://codeberg.org/gitnex/GitNex) - Android client for Gitea. +- [GitTouch](https://github.com/git-touch/git-touch) - Open source mobile client for GitHub, GitLab, Bitbucket and Gitea, built with Flutter ### Panel -* [GiteaPanel](https://github.com/sashaoli/GiteaPanel) - Manage the local Gitea server from the tray. -* [Listea](https://github.com/IGLOU-EU/listea) - Simple Gitea issues viewer from the tray. +- [GiteaPanel](https://github.com/sashaoli/GiteaPanel) - Manage the local Gitea server from the tray. +- [Listea](https://github.com/IGLOU-EU/listea) - Simple Gitea issues viewer from the tray. ### Web Hosting -* [Caddy Gitea Plugin](https://github.com/42wim/caddy-gitea) - Caddy2 plugin enables GitHub pages-like features in Gitea, requiring a wildcard CNAME to your Gitea host. -* [Pages Server](https://codeberg.org/Codeberg/pages-server) - Static Pages Server, Gitea equivalent of GitHub Pages: Can serve static webpages on custom domains, including caching, and much more +- [Caddy Gitea Plugin](https://github.com/42wim/caddy-gitea) - Caddy2 plugin enables GitHub pages-like features in Gitea, requiring a wildcard CNAME to your Gitea host. +- [Pages Server](https://codeberg.org/Codeberg/pages-server) - Static Pages Server, Gitea equivalent of GitHub Pages: Can serve static webpages on custom domains, including caching, and much more ## Migration -* [Bitbucket2Gitea](https://github.com/sIspravnikov/BitbucketToGitea) - A python3 script to migrate all projects and repositories from Atlassian BitBucket to Gitea. -* [github2gitea](https://gitea.com/yige/github2gitea) - A python script to migrate Github repositories Gitea with issues/prs/wiki and etc. -* [gitlab2gitea](https://github.com/cornelk/gitlab2gitea) - A command line tool build with Golang to migrate a GitLab project to Gitea. -* [Gogs2Gitea](https://github.com/lesh59/Gogs2Gitea) - A SQL script and process (README) to migrate directly from Gogs 0.12.3 to Gitea 1.12.5 / 1.12.6 in MySQL/MariaDB and maybe other DB's. - +- [Bitbucket2Gitea](https://github.com/sIspravnikov/BitbucketToGitea) - A python3 script to migrate all projects and repositories from Atlassian BitBucket to Gitea. +- [github2gitea](https://gitea.com/yige/github2gitea) - A python script to migrate Github repositories Gitea with issues/prs/wiki and etc. +- [gitlab2gitea](https://github.com/cornelk/gitlab2gitea) - A command line tool build with Golang to migrate a GitLab project to Gitea. +- [Gogs2Gitea](https://github.com/lesh59/Gogs2Gitea) - A SQL script and process (README) to migrate directly from Gogs 0.12.3 to Gitea 1.12.5 / 1.12.6 in MySQL/MariaDB and maybe other DB's. ## Organizations ### Open Registration -* [Codeberg](https://codeberg.org/Codeberg) - Non-Profit Collaboration Community for Free and Open Source Projects (formerly known under its working title teahub.io). -* [Disroot](https://git.disroot.org/) - Aims to change the way people are used to interact on the web. -* [GitShuiShan](http://gitea.shuishan.net.cn/) - A Git platform for education -* [OpenDev](https://opendev.org/) - A space for collaborative Open Source software development. -* [RadioRepo](https://repo.radio/) - The home of software development for the Amateur Radio Community. -* [~vern gitea](https://git.vern.cc/) - A gitea instance for free software hackers +- [Codeberg](https://codeberg.org/Codeberg) - Non-Profit Collaboration Community for Free and Open Source Projects (formerly known under its working title teahub.io). +- [Disroot](https://git.disroot.org/) - Aims to change the way people are used to interact on the web. +- [GitShuiShan](http://gitea.shuishan.net.cn/) - A Git platform for education +- [OpenDev](https://opendev.org/) - A space for collaborative Open Source software development. +- [RadioRepo](https://repo.radio/) - The home of software development for the Amateur Radio Community. +- [~vern gitea](https://git.vern.cc/) - A gitea instance for free software hackers ### For internal use -* [FSFE](https://git.fsfe.org/) - Git @ Free Software Foundation Europe -* [PSES](https://git.passageenseine.fr/pses) - Git @ Pas Sage en Seine. -* [Sum7](https://dev.sum7.eu/) - A hoster to support decentralized services. A step away from big cloud services. -* [Teknik](https://git.teknik.io/Teknikode) - Provide services to help those who try to innovate. +- [FSFE](https://git.fsfe.org/) - Git @ Free Software Foundation Europe +- [PSES](https://git.passageenseine.fr/pses) - Git @ Pas Sage en Seine. +- [Sum7](https://dev.sum7.eu/) - A hoster to support decentralized services. A step away from big cloud services. +- [Teknik](https://git.teknik.io/Teknikode) - Provide services to help those who try to innovate. ## Packages -* [docker-openshift-gitea](https://github.com/wkulhanek/docker-openshift-gitea) - Gitea container for OpenShift -* [gitea-chocolatey](https://github.com/doggy8088/gitea-chocolatey) - Chocolatey package for gitea -* [Gitea Debian/Ubuntu packages](https://gitlab.com/packaging/gitea) - Debian/Ubuntu packages -* [gitea-helm-chart](https://github.com/jfelten/gitea-helm-chart) - gitea-helm-chart -* [gitea-operator](https://github.com/integr8ly/gitea-operator) - An Operator that installs Gitea -* [gitea_yhn](https://github.com/YunoHost-Apps/gitea_ynh) - Gitea package for YunoHost -* [helm-chart](https://gitea.com/gitea/helm-chart) - Official Gitea Helm Chart -* [Raspbian Addons](https://raspbian-addons.org) - an APT repository for Raspberry Pi which includes up-to-date gitea packages. -* [SynoCommunity Gitea](https://synocommunity.com/package/gitea) - Synology Gitea Package -* [synology-gitea-jboxberger](https://github.com/jboxberger/synology-gitea-jboxberger) - Synology Gitea Package +- [docker-openshift-gitea](https://github.com/wkulhanek/docker-openshift-gitea) - Gitea container for OpenShift +- [gitea-chocolatey](https://github.com/doggy8088/gitea-chocolatey) - Chocolatey package for gitea +- [Gitea Debian/Ubuntu packages](https://gitlab.com/packaging/gitea) - Debian/Ubuntu packages +- [gitea-helm-chart](https://github.com/jfelten/gitea-helm-chart) - gitea-helm-chart +- [gitea-operator](https://github.com/integr8ly/gitea-operator) - An Operator that installs Gitea +- [gitea_yhn](https://github.com/YunoHost-Apps/gitea_ynh) - Gitea package for YunoHost +- [helm-chart](https://gitea.com/gitea/helm-chart) - Official Gitea Helm Chart +- [Raspbian Addons](https://raspbian-addons.org) - an APT repository for Raspberry Pi which includes up-to-date gitea packages. +- [SynoCommunity Gitea](https://synocommunity.com/package/gitea) - Synology Gitea Package +- [synology-gitea-jboxberger](https://github.com/jboxberger/synology-gitea-jboxberger) - Synology Gitea Package ## Package Management -* [Acappella](https://github.com/sitelease/acappella) - Private Composer Repository for Gitea +- [Acappella](https://github.com/sitelease/acappella) - Private Composer Repository for Gitea ## Plugins -* [git-kanban-enhanced-extension](https://github.com/funktechno/git-kanban-enhanced-extension) - chrome extension to add additional kanban project planning to git hosting: github.com, gitlab.com, gitea.io, bitbucket.org -* [git-master](https://github.com/ineo6/git-master) - Git Master Extension for git file tree, support GitHub, GitLab, Gitee, Gitea -* [gitea-comment-plugin](https://github.com/TsakiDev/gitea-comment) - A Drone plugin to post comments on a Gitea Pull Request. -* [Gitea Extension for Visual Studio](https://marketplace.visualstudio.com/items?itemName=MysticBoy.GiteaExtensionforVisualStudio) - A Visual Studio Extension that brings the Gitea Flow into Visual Studio. -* [gitea-kanban](https://github.com/qontu/gitea-kanban) - Kanban for Gitea done in Vue -* [gitea-preview](https://github.com/pacman-ghost/gitea-preview) - Preview files (including HTML) directly from a Gitea repo. -* [gitea-tree](https://github.com/vickllny/giteatree) - gitea-tree -* [Gitea-VSCode](https://marketplace.visualstudio.com/items?itemName=ijustdev.gitea-vscode) - Gitea Issue Tracker for vs-code -* [intellij-gitea-plugin](https://github.com/e1fueg0/intellij-gitea-plugin) - Gitea issue tracker integration plugin for Jetbrains IDE platform. -* [redmine_merge_request_links](https://github.com/tf/redmine_merge_request_links#gitea) - Gitea pull request integration for Redmine issue tracker. +- [git-kanban-enhanced-extension](https://github.com/funktechno/git-kanban-enhanced-extension) - chrome extension to add additional kanban project planning to git hosting: github.com, gitlab.com, gitea.io, bitbucket.org +- [git-master](https://github.com/ineo6/git-master) - Git Master Extension for git file tree, support GitHub, GitLab, Gitee, Gitea +- [gitea-comment-plugin](https://github.com/TsakiDev/gitea-comment) - A Drone plugin to post comments on a Gitea Pull Request. +- [Gitea Extension for Visual Studio](https://marketplace.visualstudio.com/items?itemName=MysticBoy.GiteaExtensionforVisualStudio) - A Visual Studio Extension that brings the Gitea Flow into Visual Studio. +- [gitea-kanban](https://github.com/qontu/gitea-kanban) - Kanban for Gitea done in Vue +- [gitea-preview](https://github.com/pacman-ghost/gitea-preview) - Preview files (including HTML) directly from a Gitea repo. +- [gitea-tree](https://github.com/vickllny/giteatree) - gitea-tree +- [Gitea-VSCode](https://marketplace.visualstudio.com/items?itemName=ijustdev.gitea-vscode) - Gitea Issue Tracker for vs-code +- [intellij-gitea-plugin](https://github.com/e1fueg0/intellij-gitea-plugin) - Gitea issue tracker integration plugin for Jetbrains IDE platform. +- [redmine_merge_request_links](https://github.com/tf/redmine_merge_request_links#gitea) - Gitea pull request integration for Redmine issue tracker. ## Scripts -* [docker-gitea](https://gitea.com/jwobith/docker-gitea) - Docker Gitea Service -* [nodiscc.xsrv.gitea](https://github.com/nodiscc/xsrv/tree/master/roles/gitea) - Ansible role to install and configure Gitea +- [docker-gitea](https://gitea.com/jwobith/docker-gitea) - Docker Gitea Service +- [nodiscc.xsrv.gitea](https://github.com/nodiscc/xsrv/tree/master/roles/gitea) - Ansible role to install and configure Gitea ## SDK -* [Dart](https://pub.dev/packages/gitea) - Dart SDK for gitea -* [gitea.js](https://github.com/waspothegreat/gitea.js) - Gitea (WIP) wrapper lib made in javascript. -* [gitea-js](https://github.com/anbraten/gitea-js) - Gitea client in Typescript for browsers and Node.JS ([npm](https://www.npmjs.com/package/gitea-js)) ([docs](https://anbraten.github.io/gitea-js/)) -* [Gitea.net](https://github.com/mkloubert/gitea.net) - .NET Library for the Gitea API. -* [Gitea-sdk](https://gitea.com/jolheiser/gitea-sdk) - Gitea SDK generated by Swagger. (Archived, use the official Golang SDK) -* [Giteapy](https://pypi.org/project/giteapy/) - Python SDK for gitea -* [gitear](https://CRAN.R-project.org/package=gitear) - R wrapper to the gitea API -* [Gitea rust crate](https://crates.io/crates/gitea) - A simple Gitea client for Rust programs -* [Golang SDK](https://gitea.com/gitea/go-sdk) - Official Golang SDK for gitea. -* [java-gitea-api](https://github.com/zeripath/java-gitea-api) - Swagger generated api for Gitea -* [PHP](https://github.com/avency/Gitea/) - PHP SDK for gitea -* [py-gitea](https://github.com/Langenfeld/py-gitea/) - A very simple API client for Gitea > 1.16.1 -* [Sugar Cube Client](https://github.com/sitelease/sugar-cube-client) - A sweet Gitea API client for PHP -* [tea4j-autodeploy](https://codeberg.org/gitnex/tea4j-autodeploy) - Swagger-generated Java library which uses Retrofit to access the Gitea API +- [Dart](https://pub.dev/packages/gitea) - Dart SDK for gitea +- [gitea.js](https://github.com/waspothegreat/gitea.js) - Gitea (WIP) wrapper lib made in javascript. +- [gitea-js](https://github.com/anbraten/gitea-js) - Gitea client in Typescript for browsers and Node.JS ([npm](https://www.npmjs.com/package/gitea-js)) ([docs](https://anbraten.github.io/gitea-js/)) +- [Gitea.net](https://github.com/mkloubert/gitea.net) - .NET Library for the Gitea API. +- [Gitea-sdk](https://gitea.com/jolheiser/gitea-sdk) - Gitea SDK generated by Swagger. (Archived, use the official Golang SDK) +- [Giteapy](https://pypi.org/project/giteapy/) - Python SDK for gitea +- [gitear](https://CRAN.R-project.org/package=gitear) - R wrapper to the gitea API +- [Gitea rust crate](https://crates.io/crates/gitea) - A simple Gitea client for Rust programs +- [Golang SDK](https://gitea.com/gitea/go-sdk) - Official Golang SDK for gitea. +- [java-gitea-api](https://github.com/zeripath/java-gitea-api) - Swagger generated api for Gitea +- [PHP](https://github.com/avency/Gitea/) - PHP SDK for gitea +- [py-gitea](https://github.com/Langenfeld/py-gitea/) - A very simple API client for Gitea > 1.16.1 +- [Sugar Cube Client](https://github.com/sitelease/sugar-cube-client) - A sweet Gitea API client for PHP +- [tea4j-autodeploy](https://codeberg.org/gitnex/tea4j-autodeploy) - Swagger-generated Java library which uses Retrofit to access the Gitea API ## Themes -* [Catppuccin](https://github.com/catppuccin/gitea) - Soothing pastel theme for Gitea -* [Modern](https://codeberg.org/Freeplay/Gitea-Modern) - Changes the layout for a more modern look. Usable with other themes that only change colors. -* [pat-s/GitHub](https://codeberg.org/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes -* [Red](https://github.com/saegl5/Gitea-Red) - Red theme by saegl5 (forked from Red Silver) -* [Sainnhe's Theme Pack](https://git.sainnhe.dev/sainnhe/gitea-themes) - Port of some editor themes -* [theme.park](https://docs.theme-park.dev/themes/gitea) - Rich theme suite that includes Gitea +- [Catppuccin](https://github.com/catppuccin/gitea) - Soothing pastel theme for Gitea +- [Modern](https://codeberg.org/Freeplay/Gitea-Modern) - Changes the layout for a more modern look. Usable with other themes that only change colors. +- [pat-s/GitHub](https://codeberg.org/pat-s/gitea-github-theme) - Opinionated GitHub-inspired light and dark themes +- [Red](https://github.com/saegl5/Gitea-Red) - Red theme by saegl5 (forked from Red Silver) +- [Sainnhe's Theme Pack](https://git.sainnhe.dev/sainnhe/gitea-themes) - Port of some editor themes +- [theme.park](https://docs.theme-park.dev/themes/gitea) - Rich theme suite that includes Gitea ### Light -* [Red Silver](https://github.com/iamdoubz/Gitea-Red-Silver) - Red silver theme by iamdoubz -* [lstolcman/GitHub](https://github.com/lstolcman/gitea-github-theme) - Simple Github theme for Gitea -* [Light Blue](https://github.com/sIspravnikov/gitea-lightblue) - Light blue theme inspired by Bitbucket + +- [Red Silver](https://github.com/iamdoubz/Gitea-Red-Silver) - Red silver theme by iamdoubz +- [lstolcman/GitHub](https://github.com/lstolcman/gitea-github-theme) - Simple Github theme for Gitea +- [Light Blue](https://github.com/sIspravnikov/gitea-lightblue) - Light blue theme inspired by Bitbucket ### Dark -* [Bthree Dark](https://projects.blender.org/infrastructure/gitea-custom) - A dark theme created and used by the Blender Project. -* [Carbon Red](https://github.com/iamdoubz/Gitea-Carbon-Red) - Darker red 1.14+ theme based on arc-green by iamdoubz -* [Dark Arc](https://github.com/Jieiku/theme-dark-arc-gitea) - Dark theme with high contrast, based on arc-green. -* [Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used on https://gitea.artixlinux.org -* [Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - Dark red theme by iamdoubz -* [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on https://git.pinnoto.org/bo -* [Matrix](https://github.com/TylerByte666/gitea-matrix-template) - Neon-green with a matrix-inspired background -* [Pitch Black](https://github.com/iamdoubz/Gitea-Pitch-Black) - Pitch black 1.14+ theme used on https://git.dou.bet/iamdoubz/Gitea-Pitch-Black -* [Tangerine Dream](https://github.com/jager012/tangerine-dream) - Tangerine dark theme for Gitea +- [Bthree Dark](https://projects.blender.org/infrastructure/gitea-custom) - A dark theme created and used by the Blender Project. +- [Carbon Red](https://github.com/iamdoubz/Gitea-Carbon-Red) - Darker red 1.14+ theme based on arc-green by iamdoubz +- [Dark Arc](https://github.com/Jieiku/theme-dark-arc-gitea) - Dark theme with high contrast, based on arc-green. +- [Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used on https://gitea.artixlinux.org +- [Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - Dark red theme by iamdoubz +- [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on https://git.pinnoto.org/bo +- [Matrix](https://github.com/TylerByte666/gitea-matrix-template) - Neon-green with a matrix-inspired background +- [Pitch Black](https://github.com/iamdoubz/Gitea-Pitch-Black) - Pitch black 1.14+ theme used on https://git.dou.bet/iamdoubz/Gitea-Pitch-Black +- [Tangerine Dream](https://github.com/jager012/tangerine-dream) - Tangerine dark theme for Gitea ## Workflow Tools -* [alfred-gitea](https://github.com/pat-s/alfred-gitea) - Alfred workflow for Gitea +- [alfred-gitea](https://github.com/pat-s/alfred-gitea) - Alfred workflow for Gitea ## Project Management -* [JetBrains YouTrack](https://www.jetbrains.com/help/youtrack/standalone/integration-with-gitea.html) - A web-based issue tracking and project management platform +- [JetBrains YouTrack](https://www.jetbrains.com/help/youtrack/standalone/integration-with-gitea.html) - A web-based issue tracking and project management platform From ae95884ddb8a88addf354b3a5b4e3ae478030607 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 14 Apr 2023 13:43:11 +0800 Subject: [PATCH 21/43] add markdown lint (#113) fix #112 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/113 Reviewed-by: techknowlogick Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- .gitea/workflows/lint.yml | 14 +++++++++++ README.md | 49 ++++++++++++++++++++++----------------- contributing.md | 1 + 3 files changed, 43 insertions(+), 21 deletions(-) create mode 100644 .gitea/workflows/lint.yml diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml new file mode 100644 index 0000000..c2016ba --- /dev/null +++ b/.gitea/workflows/lint.yml @@ -0,0 +1,14 @@ +name: lint +on: + - push + - pull_request + +jobs: + lint: + name: lint + runs-on: ubuntu-latest + steps: + - name: lint + uses: https://github.com/articulate/actions-markdownlint@v1 + with: + files: '**/*.md' \ No newline at end of file diff --git a/README.md b/README.md index 2682b6b..078e811 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,35 @@ # Awesome Gitea + [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) [![Contribution%20Guide](https://img.shields.io/badge/-Contribution%20Guide-informational?style=flat)](contributing.md) A curated list of awesome projects related to Gitea. -### Contents +## Contents -- [Applications](#applications) - - [Bot](#bot) - - [Command Line](#command-line) - - [DevOps](#devops) - - [Mobile](#mobile) - - [Panel](#panel) - - [Web Hosting](#web-hosting) -- [Migration](#migration) -- [Organizations](#organizations) -- [Packages](#packages) -- [Package Management](#package-management) -- [Plugins](#plugins) -- [Scripts](#scripts) -- [SDK](#sdk) -- [Themes](#themes) -- [Workflow Tools](#workflow-tools) -- [Project Management](#project-management) +- [Awesome Gitea](#awesome-gitea) + - [Contents](#contents) + - [Applications](#applications) + - [Bot](#bot) + - [Command Line](#command-line) + - [DevOps](#devops) + - [Mobile](#mobile) + - [Panel](#panel) + - [Web Hosting](#web-hosting) + - [Migration](#migration) + - [Organizations](#organizations) + - [Open Registration](#open-registration) + - [For internal use](#for-internal-use) + - [Packages](#packages) + - [Package Management](#package-management) + - [Plugins](#plugins) + - [Scripts](#scripts) + - [SDK](#sdk) + - [Themes](#themes) + - [Light](#light) + - [Dark](#dark) + - [Workflow Tools](#workflow-tools) + - [Project Management](#project-management) ## Applications @@ -176,11 +183,11 @@ A curated list of awesome projects related to Gitea. - [Bthree Dark](https://projects.blender.org/infrastructure/gitea-custom) - A dark theme created and used by the Blender Project. - [Carbon Red](https://github.com/iamdoubz/Gitea-Carbon-Red) - Darker red 1.14+ theme based on arc-green by iamdoubz - [Dark Arc](https://github.com/Jieiku/theme-dark-arc-gitea) - Dark theme with high contrast, based on arc-green. -- [Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used on https://gitea.artixlinux.org +- [Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used on [https://gitea.artixlinux.org](https://gitea.artixlinux.org) - [Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - Dark red theme by iamdoubz -- [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on https://git.pinnoto.org/bo +- [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on [https://git.pinnoto.org/bo](https://git.pinnoto.org/bo) - [Matrix](https://github.com/TylerByte666/gitea-matrix-template) - Neon-green with a matrix-inspired background -- [Pitch Black](https://github.com/iamdoubz/Gitea-Pitch-Black) - Pitch black 1.14+ theme used on https://git.dou.bet/iamdoubz/Gitea-Pitch-Black +- [Pitch Black](https://github.com/iamdoubz/Gitea-Pitch-Black) - Pitch black 1.14+ theme used on [https://git.dou.bet/iamdoubz/Gitea-Pitch-Black](https://git.dou.bet/iamdoubz/Gitea-Pitch-Black) - [Tangerine Dream](https://github.com/jager012/tangerine-dream) - Tangerine dark theme for Gitea ## Workflow Tools diff --git a/contributing.md b/contributing.md index b753a97..923807a 100644 --- a/contributing.md +++ b/contributing.md @@ -1,4 +1,5 @@ # Contribution Guidelines + - **To add, remove, or change things on the list:** Submit a pull request - List items should be sorted *alphabetically*. - Each item should be limited to one link and a description. From 08931734e0df6c2cf1109cd450451a309269d154 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 16 May 2023 16:03:19 +0800 Subject: [PATCH 22/43] fix markdown lint on CI (#114) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/114 Reviewed-by: silverwind --- .gitea/workflows/lint.yml | 7 ++++--- .markdownlint.yaml | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 .markdownlint.yaml diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index c2016ba..e5ced0a 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -8,7 +8,8 @@ jobs: name: lint runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 + - name: install markdownlint-cli + run: npm install -g markdownlint-cli - name: lint - uses: https://github.com/articulate/actions-markdownlint@v1 - with: - files: '**/*.md' \ No newline at end of file + run: markdownlint '**/*.md' \ No newline at end of file diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 0000000..666f0e8 --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1,18 @@ +commands-show-output: false +fenced-code-language: false +first-line-h1: false +header-increment: false +line-length: {code_blocks: false, tables: false, stern: true, line_length: -1} +no-alt-text: false +no-bare-urls: false +no-blanks-blockquote: false +no-duplicate-header: {allow_different_nesting: true} +no-emphasis-as-header: false +no-empty-links: false +no-hard-tabs: {code_blocks: false} +no-inline-html: false +no-space-in-code: false +no-space-in-emphasis: false +no-trailing-punctuation: false +no-trailing-spaces: {br_spaces: 0} +single-h1: false \ No newline at end of file From c039508fe60e434f76a10bd7f11190c5e36a56df Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 5 Jun 2023 17:27:44 +0000 Subject: [PATCH 23/43] Add opensuse to list (#116) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/116 Reviewed-by: delvh Reviewed-by: John Olheiser Co-authored-by: techknowlogick Co-committed-by: techknowlogick --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 078e811..77af9b4 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ A curated list of awesome projects related to Gitea. ### For internal use - [FSFE](https://git.fsfe.org/) - Git @ Free Software Foundation Europe +- [openSUSE](https://gitea.opensuse.org/) - openSUSE Gitea - [PSES](https://git.passageenseine.fr/pses) - Git @ Pas Sage en Seine. - [Sum7](https://dev.sum7.eu/) - A hoster to support decentralized services. A step away from big cloud services. - [Teknik](https://git.teknik.io/Teknikode) - Provide services to help those who try to innovate. From 04fac5e4ec81c4df1c93c0f424c2e32d07861a9f Mon Sep 17 00:00:00 2001 From: solarchemist Date: Wed, 21 Jun 2023 19:55:00 +0000 Subject: [PATCH 24/43] Add gitea Ansible role to list (#117) For your consideration, this PR adds an Ansible role that I've cobbled together to run two Gitea instances on the same VPS (but the logic in the role should allow an arbitrary number of instances). It is something of a hobby project of mine, but I'd be pleased to receive any comments or suggestions on how to improve the role. Co-authored-by: taha@asks2 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/117 Reviewed-by: John Olheiser Reviewed-by: delvh Co-authored-by: solarchemist Co-committed-by: solarchemist --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 77af9b4..55bf4f2 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ A curated list of awesome projects related to Gitea. - [docker-gitea](https://gitea.com/jwobith/docker-gitea) - Docker Gitea Service - [nodiscc.xsrv.gitea](https://github.com/nodiscc/xsrv/tree/master/roles/gitea) - Ansible role to install and configure Gitea +- [solarchemist/gitea](https://codeberg.org/ansible/gitea) - Ansible role to install and configure multiple Gitea instances on the same host. ## SDK From 0384aafa3a6fcc7b47ae093da91e5256a156853a Mon Sep 17 00:00:00 2001 From: JRed Date: Wed, 28 Jun 2023 12:15:44 +0000 Subject: [PATCH 25/43] Add Blender Projects to Organizations list (#118) Add the Blender Projects website, which is managed by Gitea, to the Organizations list. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/118 Co-authored-by: JRed Co-committed-by: JRed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55bf4f2..cdbc636 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,7 @@ A curated list of awesome projects related to Gitea. - [PSES](https://git.passageenseine.fr/pses) - Git @ Pas Sage en Seine. - [Sum7](https://dev.sum7.eu/) - A hoster to support decentralized services. A step away from big cloud services. - [Teknik](https://git.teknik.io/Teknikode) - Provide services to help those who try to innovate. +- [Blender Projects](projects.blender.org) - The Blender Projects portal where all the (Blender) official initiatives are coordinated and managed. ## Packages From 7eade38897a50adce19681d4fcb6a12885cecabd Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 28 Jun 2023 16:35:02 +0000 Subject: [PATCH 26/43] alphabetize (#119) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/119 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdbc636..f55511c 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,13 @@ A curated list of awesome projects related to Gitea. ### For internal use +- [Blender](https://projects.blender.org) - The Blender Projects portal where all the (Blender) official initiatives are coordinated and managed. - [FSFE](https://git.fsfe.org/) - Git @ Free Software Foundation Europe - [openSUSE](https://gitea.opensuse.org/) - openSUSE Gitea - [PSES](https://git.passageenseine.fr/pses) - Git @ Pas Sage en Seine. - [Sum7](https://dev.sum7.eu/) - A hoster to support decentralized services. A step away from big cloud services. - [Teknik](https://git.teknik.io/Teknikode) - Provide services to help those who try to innovate. -- [Blender Projects](projects.blender.org) - The Blender Projects portal where all the (Blender) official initiatives are coordinated and managed. + ## Packages From 7aa46841ed94da149ddfbf191ffa3291cb1ddae0 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 28 Jun 2023 16:40:01 +0000 Subject: [PATCH 27/43] fix lint (#120) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/120 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f55511c..18a2281 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,6 @@ A curated list of awesome projects related to Gitea. - [Sum7](https://dev.sum7.eu/) - A hoster to support decentralized services. A step away from big cloud services. - [Teknik](https://git.teknik.io/Teknikode) - Provide services to help those who try to innovate. - ## Packages - [docker-openshift-gitea](https://github.com/wkulhanek/docker-openshift-gitea) - Gitea container for OpenShift From b6602b55c67e5200f49d6f2b0abe3fa07b47bd6d Mon Sep 17 00:00:00 2001 From: Jon Hadfield Date: Wed, 5 Jul 2023 07:31:43 +0000 Subject: [PATCH 28/43] Add soba (#121) Adds an entry for an open source backup tool called soba with Gitea support. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/121 Co-authored-by: Jon Hadfield Co-committed-by: Jon Hadfield --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 18a2281..efda096 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ A curated list of awesome projects related to Gitea. - [Monitoring mixin](https://github.com/go-gitea/gitea/tree/main/contrib/gitea-monitoring-mixin) - Gitea monitoring mixin (Grafana dashboard) - [mvoCI](https://codeberg.org/snaums/mvoCI) - very simple Continuous Integration Server written in go. Built-in Gitea support. - [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool +- [soba](https://github.com/jonhadfield/soba) - scheduled backups of user/organization Gitea repositories with change detection. - [Tea Runner](https://github.com/DavesCodeMusings/tea-runner) - A minimalist Python Flask app that uses Gitea webhooks to perform actions. - [woodpecker](https://github.com/woodpecker-ci/woodpecker) - An opinionated fork of the Drone CI system. Built-in Gitea support. (see [docs](https://woodpecker-ci.org/docs/administration/vcs/gitea)) - [yojo](https://sr.ht/~emersion/yojo/) - A CI bridge from Gitea to SourceHut. From ba68fd11cde3ce5099d90416ab9fbcb615d33b77 Mon Sep 17 00:00:00 2001 From: lonix1 Date: Fri, 21 Jul 2023 03:49:38 +0000 Subject: [PATCH 29/43] docs: Continuous Deployment tools (#123) Hi @lunny! [As requested](https://discord.com/channels/322538954119184384/561007778139734027/1131595750132961330), some tools to help perform Continuous Deployment when integrating gitea with woodpecker (or any other CI tool). Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/123 Co-authored-by: lonix1 Co-committed-by: lonix1 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index efda096..da8751d 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,8 @@ A curated list of awesome projects related to Gitea. - [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool - [soba](https://github.com/jonhadfield/soba) - scheduled backups of user/organization Gitea repositories with change detection. - [Tea Runner](https://github.com/DavesCodeMusings/tea-runner) - A minimalist Python Flask app that uses Gitea webhooks to perform actions. +- [webhook](https://github.com/adnanh/webhook) - webhook is a lightweight incoming webhook server to run shell commands. Useful for running Continuous Deployment pipeline steps. +- [webhookd](https://github.com/ncarlier/webhookd) - A very simple webhook server launching shell scripts. Useful for running Continuous Deployment pipeline steps. - [woodpecker](https://github.com/woodpecker-ci/woodpecker) - An opinionated fork of the Drone CI system. Built-in Gitea support. (see [docs](https://woodpecker-ci.org/docs/administration/vcs/gitea)) - [yojo](https://sr.ht/~emersion/yojo/) - A CI bridge from Gitea to SourceHut. From 446beef55b3f4e3c38ed99655a671e1656da9c06 Mon Sep 17 00:00:00 2001 From: kerwin612 Date: Mon, 24 Jul 2023 07:41:45 +0000 Subject: [PATCH 30/43] Add US/GiteaPanel (#122) A Gitea shortcut panel built based on UserScript. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/122 Co-authored-by: kerwin612 Co-committed-by: kerwin612 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da8751d..2984f01 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ A curated list of awesome projects related to Gitea. - [GiteaPanel](https://github.com/sashaoli/GiteaPanel) - Manage the local Gitea server from the tray. - [Listea](https://github.com/IGLOU-EU/listea) - Simple Gitea issues viewer from the tray. +- [US/GiteaPanel](https://github.com/kerwin612/us-giteapanel) - A Gitea shortcut panel built based on UserScript. ### Web Hosting From 261329ff3bbfcb38a335feeb3ada0aaf44629988 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 25 Jul 2023 08:38:10 +0000 Subject: [PATCH 31/43] Update README.md (#125) As Gitea is open, so I think we also welcome soft fork's ecosystem to be listed here. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/125 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2984f01..e3e6ed2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) [![Contribution%20Guide](https://img.shields.io/badge/-Contribution%20Guide-informational?style=flat)](contributing.md) -A curated list of awesome projects related to Gitea. +A curated list of awesome projects related to Gitea and it's soft-fork instances. ## Contents From d34fdc2c796b8a4f6959af058a79da7ffc94dd0a Mon Sep 17 00:00:00 2001 From: ewagoner Date: Tue, 1 Aug 2023 12:45:09 +0000 Subject: [PATCH 32/43] Remove stray apostrophe in README (#126) Just fixes a tiny grammatical error in the README. Co-authored-by: Eric Wagoner Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/126 Reviewed-by: Lunny Xiao Reviewed-by: John Olheiser Co-authored-by: ewagoner Co-committed-by: ewagoner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3e6ed2..20c3e67 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Awesome](https://awesome.re/badge-flat.svg)](https://awesome.re) [![Contribution%20Guide](https://img.shields.io/badge/-Contribution%20Guide-informational?style=flat)](contributing.md) -A curated list of awesome projects related to Gitea and it's soft-fork instances. +A curated list of awesome projects related to Gitea and its soft-fork instances. ## Contents From 6ead4524296a6370cf3435912fff22c70b17e19f Mon Sep 17 00:00:00 2001 From: Rainnny Date: Sun, 6 Aug 2023 13:30:19 +0000 Subject: [PATCH 33/43] Add GitHub dark theme (#127) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/127 Reviewed-by: delvh Reviewed-by: Denys Konovalov Reviewed-by: yardenshoham Co-authored-by: Rainnny Co-committed-by: Rainnny --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20c3e67..d86a099 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used on [https://gitea.artixlinux.org](https://gitea.artixlinux.org) - [Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - Dark red theme by iamdoubz - [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on [https://git.pinnoto.org/bo](https://git.pinnoto.org/bo) +- [GitHub](https://github.com/Rainnny7/gitea-github-theme) - A theme to make Gitea look and feel like GitHub. - [Matrix](https://github.com/TylerByte666/gitea-matrix-template) - Neon-green with a matrix-inspired background - [Pitch Black](https://github.com/iamdoubz/Gitea-Pitch-Black) - Pitch black 1.14+ theme used on [https://git.dou.bet/iamdoubz/Gitea-Pitch-Black](https://git.dou.bet/iamdoubz/Gitea-Pitch-Black) - [Tangerine Dream](https://github.com/jager012/tangerine-dream) - Tangerine dark theme for Gitea From ed4dd4ba7ff42df51e6617c0005504362652ed9a Mon Sep 17 00:00:00 2001 From: LeonDevLifeLog Date: Sat, 12 Aug 2023 14:17:09 +0000 Subject: [PATCH 34/43] add gitea idea plugin (#128) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/128 Reviewed-by: Lunny Xiao Co-authored-by: LeonDevLifeLog Co-committed-by: LeonDevLifeLog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d86a099..3056319 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [Gitea-VSCode](https://marketplace.visualstudio.com/items?itemName=ijustdev.gitea-vscode) - Gitea Issue Tracker for vs-code - [intellij-gitea-plugin](https://github.com/e1fueg0/intellij-gitea-plugin) - Gitea issue tracker integration plugin for Jetbrains IDE platform. - [redmine_merge_request_links](https://github.com/tf/redmine_merge_request_links#gitea) - Gitea pull request integration for Redmine issue tracker. +- [Gitea](https://github.com/LeonDevLifeLog/gitea-idea-plugin) plugin for JetBrains IDEs(Idea,Android Studio,etc). ## Scripts From f1b4dd150a76b5a12f3270fc995ead9e657f4b89 Mon Sep 17 00:00:00 2001 From: lonix1 Date: Fri, 18 Aug 2023 23:04:13 +0000 Subject: [PATCH 35/43] docs: ci/cd tools (#129) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/129 Reviewed-by: techknowlogick Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: lonix1 Co-committed-by: lonix1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3056319..374a972 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [Renovate](https://github.com/renovatebot/renovate) - Gitea compatible configurable universal dependability update tool - [soba](https://github.com/jonhadfield/soba) - scheduled backups of user/organization Gitea repositories with change detection. - [Tea Runner](https://github.com/DavesCodeMusings/tea-runner) - A minimalist Python Flask app that uses Gitea webhooks to perform actions. +- [watchtower](https://github.com/containrrr/watchtower) - A process for automating Docker container base image updates. Useful for running Continuous Deployment pipeline steps. - [webhook](https://github.com/adnanh/webhook) - webhook is a lightweight incoming webhook server to run shell commands. Useful for running Continuous Deployment pipeline steps. - [webhookd](https://github.com/ncarlier/webhookd) - A very simple webhook server launching shell scripts. Useful for running Continuous Deployment pipeline steps. - [woodpecker](https://github.com/woodpecker-ci/woodpecker) - An opinionated fork of the Drone CI system. Built-in Gitea support. (see [docs](https://woodpecker-ci.org/docs/administration/vcs/gitea)) From ed76aae6b390f4a3a4b3f4dcdf16c10a7450cb66 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 23 Aug 2023 02:24:32 +0000 Subject: [PATCH 36/43] Add pages-server (#133) Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/133 Reviewed-by: John Olheiser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 374a972..120bca8 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [Caddy Gitea Plugin](https://github.com/42wim/caddy-gitea) - Caddy2 plugin enables GitHub pages-like features in Gitea, requiring a wildcard CNAME to your Gitea host. - [Pages Server](https://codeberg.org/Codeberg/pages-server) - Static Pages Server, Gitea equivalent of GitHub Pages: Can serve static webpages on custom domains, including caching, and much more +- [pages-server](https://git.mills.io/prologic/pages-server) - A simple server for serving up static pages for Gitea A Gitea Pages server ala Github pages. ## Migration From c62d9d895a64d1ce089854de6656d04e52423ba6 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 23 Aug 2023 02:25:11 +0000 Subject: [PATCH 37/43] Remove early grey (#131) Fix #130 Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/131 Reviewed-by: John Olheiser --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 120bca8..2cc394e 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,6 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [Dark Arc](https://github.com/Jieiku/theme-dark-arc-gitea) - Dark theme with high contrast, based on arc-green. - [Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used on [https://gitea.artixlinux.org](https://gitea.artixlinux.org) - [Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - Dark red theme by iamdoubz -- [Earl Grey](https://github.com/acoolstraw/earl-grey) - An elegant dark theme for Gitea with blue as highlight color used on [https://git.pinnoto.org/bo](https://git.pinnoto.org/bo) - [GitHub](https://github.com/Rainnny7/gitea-github-theme) - A theme to make Gitea look and feel like GitHub. - [Matrix](https://github.com/TylerByte666/gitea-matrix-template) - Neon-green with a matrix-inspired background - [Pitch Black](https://github.com/iamdoubz/Gitea-Pitch-Black) - Pitch black 1.14+ theme used on [https://git.dou.bet/iamdoubz/Gitea-Pitch-Black](https://git.dou.bet/iamdoubz/Gitea-Pitch-Black) From 343ece4f96d4c7f4fd693683f02289c2ded4caed Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Wed, 23 Aug 2023 02:34:32 +0000 Subject: [PATCH 38/43] Add meli docs as page services which can integrate with Gitea (#132) Co-authored-by: John Olheiser Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/132 Reviewed-by: John Olheiser --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cc394e..711c394 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. ### Web Hosting - [Caddy Gitea Plugin](https://github.com/42wim/caddy-gitea) - Caddy2 plugin enables GitHub pages-like features in Gitea, requiring a wildcard CNAME to your Gitea host. +- [Meli Docs](https://docs.meli.charlie-bravo.be/authentication/gitea) - Meli is an open source platform built for deploying static sites and frontend applications. - [Pages Server](https://codeberg.org/Codeberg/pages-server) - Static Pages Server, Gitea equivalent of GitHub Pages: Can serve static webpages on custom domains, including caching, and much more - [pages-server](https://git.mills.io/prologic/pages-server) - A simple server for serving up static pages for Gitea A Gitea Pages server ala Github pages. From 352eae582a92ba0151b9d121c66cc8c5f4bfa2a1 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 31 Aug 2023 15:50:27 +0000 Subject: [PATCH 39/43] Add jira2giteaMySql (#134) Fix #115 Co-authored-by: John Olheiser Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/134 Reviewed-by: silverwind Reviewed-by: John Olheiser Co-authored-by: Lunny Xiao Co-committed-by: Lunny Xiao --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 711c394..9f1aef0 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [github2gitea](https://gitea.com/yige/github2gitea) - A python script to migrate Github repositories Gitea with issues/prs/wiki and etc. - [gitlab2gitea](https://github.com/cornelk/gitlab2gitea) - A command line tool build with Golang to migrate a GitLab project to Gitea. - [Gogs2Gitea](https://github.com/lesh59/Gogs2Gitea) - A SQL script and process (README) to migrate directly from Gogs 0.12.3 to Gitea 1.12.5 / 1.12.6 in MySQL/MariaDB and maybe other DB's. +- [jira2giteaMySql](https://github.com/juangarcia06/jira2giteaMySql) Jira Issues to Gitea (with MySql) ## Organizations From 45edb73de8439e07cf381caa431debcf06849a24 Mon Sep 17 00:00:00 2001 From: Leandro David Cacciagioni Date: Thu, 21 Sep 2023 20:14:42 +0000 Subject: [PATCH 40/43] Add DevHub (#135) DevHub is a European company that offers free and paid Gitea hosting services to professionals and companies. Based in Europe and with strong focus on Security, Privacy and Performance. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/135 Reviewed-by: delvh Reviewed-by: silverwind Co-authored-by: Leandro David Cacciagioni Co-committed-by: Leandro David Cacciagioni --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f1aef0..2530c1c 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [Blender](https://projects.blender.org) - The Blender Projects portal where all the (Blender) official initiatives are coordinated and managed. - [FSFE](https://git.fsfe.org/) - Git @ Free Software Foundation Europe +- [DevHub](https://dev-hub.eu/) - Free and paid Gitea Server & Gitea Actions Runners with strong focus on Security, Privacy and Performance. - [openSUSE](https://gitea.opensuse.org/) - openSUSE Gitea - [PSES](https://git.passageenseine.fr/pses) - Git @ Pas Sage en Seine. - [Sum7](https://dev.sum7.eu/) - A hoster to support decentralized services. A step away from big cloud services. From 399a66b91939416325be79d2f55754060b87aafc Mon Sep 17 00:00:00 2001 From: Jochen Hunz Date: Thu, 19 Oct 2023 05:08:06 +0000 Subject: [PATCH 41/43] add Anchorpoint (#136) Anchorpoint is an artist friendly Git client that offers an integration to self-hosted Gitea servers Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/136 Reviewed-by: delvh Reviewed-by: Lunny Xiao Co-authored-by: Jochen Hunz Co-committed-by: Jochen Hunz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2530c1c..c9509a2 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [intellij-gitea-plugin](https://github.com/e1fueg0/intellij-gitea-plugin) - Gitea issue tracker integration plugin for Jetbrains IDE platform. - [redmine_merge_request_links](https://github.com/tf/redmine_merge_request_links#gitea) - Gitea pull request integration for Redmine issue tracker. - [Gitea](https://github.com/LeonDevLifeLog/gitea-idea-plugin) plugin for JetBrains IDEs(Idea,Android Studio,etc). +- [Gitea-Anchorpoint](https://docs.anchorpoint.app/docs/1-overview/integrations/gitea) Gitea integration plugin for an artist friendly Git client. ## Scripts From 77d9d607eb8905a6076c0f336444b761c5c8ac14 Mon Sep 17 00:00:00 2001 From: plashenkov Date: Mon, 23 Oct 2023 20:10:42 +0000 Subject: [PATCH 42/43] Add Deep Dark theme (#138) Hi! The Deep Dark theme link added. Related issue: https://gitea.com/gitea/awesome-gitea/issues/137 Co-authored-by: Yuri Plashenkov Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/138 Reviewed-by: Lunny Xiao Co-authored-by: plashenkov Co-committed-by: plashenkov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9509a2..a3ad045 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [Dark Arc](https://github.com/Jieiku/theme-dark-arc-gitea) - Dark theme with high contrast, based on arc-green. - [Dark Blue](https://gitea.artixlinux.org/artix/gitea-dark-blue) - The dark blue Gitea theme used on [https://gitea.artixlinux.org](https://gitea.artixlinux.org) - [Dark Red](https://github.com/iamdoubz/Gitea-Dark-Red-Theme) - Dark red theme by iamdoubz +- [Deep Dark](https://github.com/plashenkov/gitea-theme-deep-dark) - A deep dark theme based on arc-green and featuring unified headers. - [GitHub](https://github.com/Rainnny7/gitea-github-theme) - A theme to make Gitea look and feel like GitHub. - [Matrix](https://github.com/TylerByte666/gitea-matrix-template) - Neon-green with a matrix-inspired background - [Pitch Black](https://github.com/iamdoubz/Gitea-Pitch-Black) - Pitch black 1.14+ theme used on [https://git.dou.bet/iamdoubz/Gitea-Pitch-Black](https://git.dou.bet/iamdoubz/Gitea-Pitch-Black) From c51741e44bb44f54cc79f1bdde9fd674a818cd4a Mon Sep 17 00:00:00 2001 From: Sebastian Sauer Date: Sun, 5 Nov 2023 08:07:00 +0000 Subject: [PATCH 43/43] Add gitea-conventional-comments-button (#140) An open source browser extension to add buttons for conventional comments (https://conventionalcomments.org/) to gitea review comment boxes. Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/140 Reviewed-by: Lunny Xiao Co-authored-by: Sebastian Sauer Co-committed-by: Sebastian Sauer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3ad045..da86741 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ A curated list of awesome projects related to Gitea and its soft-fork instances. - [redmine_merge_request_links](https://github.com/tf/redmine_merge_request_links#gitea) - Gitea pull request integration for Redmine issue tracker. - [Gitea](https://github.com/LeonDevLifeLog/gitea-idea-plugin) plugin for JetBrains IDEs(Idea,Android Studio,etc). - [Gitea-Anchorpoint](https://docs.anchorpoint.app/docs/1-overview/integrations/gitea) Gitea integration plugin for an artist friendly Git client. +- [gitea-conventional-comments-button](https://github.com/sebastian-sauer/gitea-conventional-comments-button) - A browser extension to add buttons for [conventional comments](https://conventionalcomments.org/) to review comment boxes. ## Scripts