Sharath Veerapaneniinvisible.hashnode.dev·Oct 28, 2024How to Build a CI/CD Pipeline Using Gitea, Docker, Ansible, and KubernetesThis post explains how to set up a CI/CD pipeline using Gitea for code hosting, Gitea Runner for CI/CD, Docker for managing container images, Ansible for configuration management, and Kubernetes for deployments, enabling automatic updates to your Kub...Discussgitearunner
Andre Wongblog.wongandre.com·Oct 5, 2024Using Gitea as a private image repositoryPreviously we have written a simple API server that interacts with MongoDB, redis, and influxDB. We also managed to run our deployments on our Kubernetes cluster with the image pulled from docker. Now let's try to create our own private image reposit...DiscussKubernetes
mortylenmortylen.hashnode.dev·Jun 27, 2024Gitea Self-Hosted Workflow Action For CIIn this short tutorial I would like to describe the installation and setup of CI/CD Actions for a self-hosted Gitea server running on an Ubuntu. I will describe a script for testing and compiling code written in C# in a Visual Studio environment. I d...Discuss·10 likes·1.6K readsci-cd
Albert Hongseok Guhsgpublic.hashnode.dev·Jun 10, 2024Gitea on Docker1. 서론. 파일의 변경 이력을 남겨야 하는 경우가 있습니다. 특히 IT 분야에서는 이슈 발생 시 이력을 확인해서 대응하는 일이 기본입니다. 누가 변경했는지도 확인되므로 해당 담당자를 통해 빠르게 처리 가능하고요. 여러 툴들이 있지만 현재 Git이 주로 사용되며, Git에 대한 설명은 Git Book에 잘 정리되어 있습니다. 리눅스를 개발한 리누스 토발즈가 소스코드 관리 툴인 BitKeeper를 이용하다가 문제가 발생해 별도로 단기간에 만들었...Discuss환경설정
Lewis Edgintonanasdomesticus.hashnode.dev·May 1, 2024Revolutionising CI with Argo Events, Workflows & Tilt: Faster, Real-Time Developer FeedbackMost developers and platform engineers are all too familiar with the frustrations of CI flows that only run remotely - cumbersome test commits, slow feedback loops, and a generally sluggish and painful experience. But what if there's a better way? My...Discuss·111 readsArgo Events
Tarik Omercehajicclci.dev·Mar 12, 2024Setting Up Gitea on a Custom Server with Docker Compose and NginxPrerequisites Before we begin, ensure you have the following: A server running Ubuntu with Docker and Docker Compose installed. A domain name pointing to your server's IP address. Basic understanding of Docker, Docker Compose, and Nginx configurat...Discuss·467 readsGit
Ayat AlBqoorayat.hashnode.dev·Nov 30, 2023Setting up a self-hosted git repository with Gitea and PostgreSQLGitea is a painless self-hosted all-in-one software development service, it includes Git hosting, code review, team collaboration, package registry and CI/CD. It is similar to GitHub, Bitbucket and GitLab. The tutorial offers a comprehensive guide w...Discuss·46 reads#GitServe
Vhdvhddev.hashnode.dev·Nov 25, 2023Installing Gitea with Docker Compose: A Step-by-Step GuideGitea is a lightweight, self-hosted Git service that provides an easy-to-use interface, making it an excellent alternative to other popular Git services like GitHub or GitLab. In this article, we will walk you through the process of installing Gitea ...Discuss·224 readsGit
Ayat AlBqoorayat.hashnode.dev·Nov 21, 2023Efficient Git Workflow: Step-by-Step Team Collaboration GuideWelcome to the definitive resource for effective Git teamwork! In the world of modern software development, collaboration is essential, and understanding Git's workflow is essential. This post offers a detailed road map for navigating Git's intricaci...Discuss·1 likeGit
Sharath Veerapaneniinvisible.hashnode.dev·Jul 23, 2023GITEA (Self-Hosted Git Platform)This blog describes the Gitea deployment on Kubernetes. Gitea is a self-hosted, open-source git service that provides a lightweight,easy-to-use platform for managing git repositories. With this idea, we can be the owner of our git service. Gitea supp...Discuss·89 readsgitea