SlideShare a Scribd company logo
A painless self-hosted
Git service: Gitea
Bo-Yi Wu
2017.04.22
About me
Full Stack & DevOps engineer at Mediatek
@appleboy at GitHub, Twitter and SlideShare
https://blog.wu-boy.com
Agenda
 Git Hosting Services
 What is Gitea?
 Why we choose Gitea?
 How to install Gitea?
 Continuous Integration & Continous Delivery
 How to contribute to Gitea
Agenda
 Git Hosting Services
 What is Gitea?
 Why we choose Gitea?
 How to install Gitea?
 Continuous Integration & Continous Delivery
 How to contribute to Gitea
Public Git Hosting Services
Bitbucket GitHub Gitlab
Git
Hosting
Open
source
Self Host Free
Private
Repo
UI/UX
GitHub No No No ★★★
Bitbucket No Yes (Hard) Yes ★
Gitlab Yes Yes (Hard) Yes ★
Gitea Yes Yes (Easy) Yes ★★★
Public Git hosting sites
Agenda
 Git Hosting Services
 What is Gitea?
 Why we choose Gitea?
 How to install Gitea?
 Continuous Integration & Continous Delivery
 How to contribute to Gitea
What is Gitea?
The initial development have been done on Gogs
https://github.com/go-gitea/gitea
Purpose
 Easiest
 Fastest
 Painless
Gitea hosted Gitea
 Comment on commit and PR (#124)
 Squash merge
 Complete Protected branch (#32 #339 )
 Complete notifications system (#145)
 Better CI Integration (#996 (PR #1332))
https://github.com/go-gitea/gitea/issues/1029
Agenda
 Git Hosting Services
 What is Gitea?
 Why we choose Gitea?
 How to install Gitea?
 Continuous Integration & Continous Delivery
 How to contribute to Gitea
Free & Open Source
https://github.com/go-gitea
Easy install than Gitlab
Gitlab: https://goo.gl/YP3DF9
Gitea: https://goo.gl/GuCuQZ
Low memory and low cost
Gitea is written in Golang
Single Binary
You don’t need to install any dependency package on your server
Cross Platform
ARM Platform
BPI-M64
http://www.banana-pi.org/m64.html
Agenda
 Git Hosting Services
 What is Gitea?
 Why we choose Gitea?
 How to install Gitea?
 Continuous Integration & Continous Delivery
 How to contribute to Gitea
Installation
 Docker
 Binary
 Package
 Source
Installation
 Docker
 Binary
 Package
 Source
http://bit.ly/install-gitea
Download Binary
https://dl.gitea.io/gitea
Run the Gitea Service
./gitea web
First Install
Don’t Run Gitea as root user
Create git User
useradd –m git
SSH Protocol
Missing https?
You don’t need to care about expire time of certificate file.
example.com {
proxy / localhost:3000
}
https://github.com/caddyserver/examples/tree/master/gitea
Easy install in 10 minute
One click App?
One click App?
Agenda
 Git Hosting Services
 What is Gitea?
 Why we choose Gitea?
 How to install Gitea?
 Continuous Integration & Continous Delivery
 How to contribute to Gitea
Develop
Pull
Request
Code
Review
Testing
Deploy
Gitea Jenkins
Jenkins Gitea Webhook Plugin
https://github.com/jenkinsci/gogs-webhook-plugin
Agenda
 Git Hosting Services
 What is Gitea?
 Why we choose Gitea?
 How to install Gitea?
 Continuous Integration & Continous Delivery
 How to contribute to Gitea
Contribute to Gitea
https://goo.gl/JiMsyA
Contribution Guide
 Bug reports
 Discuss your design
 Testing before sending your pull request
 Code review
Release Cycle
make a major release every two months
2017/02/25, 2017/04/25, 2017/06/25 …
Join us
become a maintainer
contributed at least 4 accepted PRs.
Try it.
https://try.gitea.io
http://bit.ly/oneday-golang
假如您對 Go 語言有興趣
http://bit.ly/oneday-devops
假如您對 DevOps 語言有興趣
Thank you
Any problems?

More Related Content

PPTX
Introduction to Gitea with Drone
PDF
Docker multi-stage build
PDF
Elastic JVM for Scalable Java EE Applications Running in Containers #Jakart...
PDF
Terraform
PDF
Gerrit tutorial
PDF
introduction to Vue.js 3
PDF
Continuous Integration/Deployment with Gitlab CI
PDF
Devops Porto - CI/CD at Gitlab
Introduction to Gitea with Drone
Docker multi-stage build
Elastic JVM for Scalable Java EE Applications Running in Containers #Jakart...
Terraform
Gerrit tutorial
introduction to Vue.js 3
Continuous Integration/Deployment with Gitlab CI
Devops Porto - CI/CD at Gitlab

What's hot (20)

PPTX
Terraform and Weave GitOps: Build a Fully Automated Application Stack
PDF
和艦長一起玩轉 GitLab & GitLab Workflow
PDF
Starting up Containers Super Fast With Lazy Pulling of Images
PPTX
Multi Stage Docker Build
PPTX
PDF
GitOps for Helm Users by Scott Rigby
PDF
容器與 Gitlab CI 應用
PDF
Gitlab ci-cd
PDF
CQ5 QueryBuilder - .adaptTo(Berlin) 2011
PPTX
React-JS Component Life-cycle Methods
PDF
Git and github 101
PDF
GitOps - Operation By Pull Request
PDF
Git flow
PDF
GitOps Testing in Kubernetes with Flux and Testkube.pdf
PPTX
Présentation Git & GitHub
PDF
Intégration continue et déploiement continue avec Jenkins
PDF
What's New for GitLab CI/CD February 2020
PPTX
Git and github fundamentals
PDF
Introducing GitLab (September 2018)
PDF
svn 능력자를 위한 git 개념 가이드
Terraform and Weave GitOps: Build a Fully Automated Application Stack
和艦長一起玩轉 GitLab & GitLab Workflow
Starting up Containers Super Fast With Lazy Pulling of Images
Multi Stage Docker Build
GitOps for Helm Users by Scott Rigby
容器與 Gitlab CI 應用
Gitlab ci-cd
CQ5 QueryBuilder - .adaptTo(Berlin) 2011
React-JS Component Life-cycle Methods
Git and github 101
GitOps - Operation By Pull Request
Git flow
GitOps Testing in Kubernetes with Flux and Testkube.pdf
Présentation Git & GitHub
Intégration continue et déploiement continue avec Jenkins
What's New for GitLab CI/CD February 2020
Git and github fundamentals
Introducing GitLab (September 2018)
svn 능력자를 위한 git 개념 가이드
Ad

Similar to A painless self-hosted Git service: Gitea (20)

PDF
Self Hosted Web-based GIT Repository Managers
PDF
Continuous integration with docker, buildbot and git
PPTX
Intro to Git for Project Managers
PDF
GitBucket: Git Centric Software Development Platform by Scala
PPTX
La importancia de versionar el código: GitHub, portafolio y recursos para est...
PPTX
CI/CD with Bitbucket pipelines
PDF
Download ebooks file Learning Gerrit Code Review 1st Edition Milanesio all ch...
PPT
Open up your platform with Open Source and GitHub
PPTX
Github Actions for CI/CD Setup | MuleSoft Mysore Meetup #5
PDF
Learning Gerrit Code Review 1st Edition Milanesio
PPTX
Git n git hub
PPTX
Git & GitHub_Introduction.pptx
PDF
Webinar: End to End Security & Operations with Chainguard and Weave GitOps
PPTX
Git and git hub basics
PDF
Make a better DevOps with GitOps
PPT
Github By Nyros Developer
ODP
Choosing Git hosting service
PPTX
Git and Github.pptx
PPTX
Processes & tooling to develop the editor
PPTX
[Part-1] Automating MuleSoft Deployment with Github Actions | MuleSoft Mysore...
Self Hosted Web-based GIT Repository Managers
Continuous integration with docker, buildbot and git
Intro to Git for Project Managers
GitBucket: Git Centric Software Development Platform by Scala
La importancia de versionar el código: GitHub, portafolio y recursos para est...
CI/CD with Bitbucket pipelines
Download ebooks file Learning Gerrit Code Review 1st Edition Milanesio all ch...
Open up your platform with Open Source and GitHub
Github Actions for CI/CD Setup | MuleSoft Mysore Meetup #5
Learning Gerrit Code Review 1st Edition Milanesio
Git n git hub
Git & GitHub_Introduction.pptx
Webinar: End to End Security & Operations with Chainguard and Weave GitOps
Git and git hub basics
Make a better DevOps with GitOps
Github By Nyros Developer
Choosing Git hosting service
Git and Github.pptx
Processes & tooling to develop the editor
[Part-1] Automating MuleSoft Deployment with Github Actions | MuleSoft Mysore...
Ad

More from Bo-Yi Wu (20)

PDF
Drone CI/CD 自動化測試及部署
PDF
用 Go 語言打造多台機器 Scale 架構
PDF
Job Queue in Golang
PDF
Golang Project Layout and Practice
PDF
Introduction to GitHub Actions
PDF
Drone 1.0 Feature
PDF
Drone CI/CD Platform
PDF
GraphQL IN Golang
PPTX
Go 語言基礎簡介
PPTX
drone continuous Integration
PPTX
Gorush: A push notification server written in Go
PPTX
用 Drone 打造 輕量級容器持續交付平台
PPTX
用 Go 語言 打造微服務架構
PDF
運用 Docker 整合 Laravel 提升團隊開發效率
PDF
用 Go 語言實戰 Push Notification 服務
PPTX
用 Go 語言打造 DevOps Bot
PPTX
Write microservice in golang
PPTX
用 Docker 改善團隊合作模式
PPTX
Git flow 與團隊合作
PPTX
PHP & JavaScript & CSS Coding style
Drone CI/CD 自動化測試及部署
用 Go 語言打造多台機器 Scale 架構
Job Queue in Golang
Golang Project Layout and Practice
Introduction to GitHub Actions
Drone 1.0 Feature
Drone CI/CD Platform
GraphQL IN Golang
Go 語言基礎簡介
drone continuous Integration
Gorush: A push notification server written in Go
用 Drone 打造 輕量級容器持續交付平台
用 Go 語言 打造微服務架構
運用 Docker 整合 Laravel 提升團隊開發效率
用 Go 語言實戰 Push Notification 服務
用 Go 語言打造 DevOps Bot
Write microservice in golang
用 Docker 改善團隊合作模式
Git flow 與團隊合作
PHP & JavaScript & CSS Coding style

Recently uploaded (20)

PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
System and Network Administration Chapter 2
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PPTX
Introduction to Artificial Intelligence
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
Digital Strategies for Manufacturing Companies
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
L1 - Introduction to python Backend.pptx
PDF
How Creative Agencies Leverage Project Management Software.pdf
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
top salesforce developer skills in 2025.pdf
PPTX
ISO 45001 Occupational Health and Safety Management System
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Design an Analysis of Algorithms I-SECS-1021-03
Upgrade and Innovation Strategies for SAP ERP Customers
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
System and Network Administration Chapter 2
VVF-Customer-Presentation2025-Ver1.9.pptx
Introduction to Artificial Intelligence
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Internet Downloader Manager (IDM) Crack 6.42 Build 41
Wondershare Filmora 15 Crack With Activation Key [2025
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Digital Strategies for Manufacturing Companies
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
L1 - Introduction to python Backend.pptx
How Creative Agencies Leverage Project Management Software.pdf
Understanding Forklifts - TECH EHS Solution
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
top salesforce developer skills in 2025.pdf
ISO 45001 Occupational Health and Safety Management System

A painless self-hosted Git service: Gitea

Editor's Notes

  • #35: 為什麼 DO 沒有支援 One Click App 原因: 安裝太簡單了 所以不需要 One click? XDDD