<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Gitlab on Technical Notes</title><link>http://luispa.com/en/tags/gitlab/</link><description>Recent content in Gitlab on Technical Notes</description><generator>Hugo -- 0.148.0</generator><language>en-US</language><lastBuildDate>Sun, 27 Nov 2022 00:00:00 +0000</lastBuildDate><atom:link href="http://luispa.com/en/tags/gitlab/index.xml" rel="self" type="application/rss+xml"/><item><title>Eclipse + Java on a Git Repository</title><link>http://luispa.com/en/posts/2022-10-27-quidomi/</link><pubDate>Sun, 27 Nov 2022 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2022-10-27-quidomi/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-eclipse-gitea.svg" alt="QuiDomi logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>Every now and then I get the urge to practice my rusty Java skills. I&amp;rsquo;m going to write a small program to monitor devices on my home network using Java and SNMP. I like to keep my development projects on my private git server (based on &lt;code>gitea&lt;/code>). In this post I describe the process of creating a git repository, a Java Project with Eclipse, and how to connect them together. If you use GitHub, the process is identical, although the UI options may look slightly different compared to Gitea.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Gitea and Traefik on Docker</title><link>http://luispa.com/en/posts/2022-04-03-gitea-docker/</link><pubDate>Sun, 03 Apr 2022 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2022-04-03-gitea-docker/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-gitea-docker.svg" alt="Gitea traefik docker logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>In this post I describe the installation of &lt;a href="http://gitea.io">Gitea&lt;/a> (GIT server) and &lt;a href="https://doc.traefik.io/traefik/">Traefik&lt;/a> (LetsEncrypt SSL certificate termination), along with &lt;a href="https://redis.io">Redis&lt;/a> (cache) and &lt;a href="https://www.mysql.com">MySQL&lt;/a> (DB). I install all applications as Docker containers on an Alpine Linux running as a virtual machine on my KVM server. In the previous post I explained what Gitea is and how to &lt;a href="http://luispa.com/en/posts/2022-03-26-gitea-vm/">set it up directly on a virtual machine&lt;/a> (without Docker).&lt;/p>
&lt;br clear="left"/></description></item><item><title>Gitea on a VM</title><link>http://luispa.com/en/posts/2022-03-26-gitea-vm/</link><pubDate>Sat, 26 Mar 2022 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2022-03-26-gitea-vm/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-gitea-vm.svg" alt="GIT Logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>&lt;a href="https://git-scm.com">GIT&lt;/a> is a distributed version control system, and we all know the famous centralization services &lt;a href="https://github.com">GitHub&lt;/a> and &lt;a href="https://about.gitlab.com">GitLab&lt;/a>. I recently came across a promising alternative called &lt;strong>&lt;a href="http://gitea.io">Gitea - Git with a cup of tea&lt;/a>&lt;/strong> and decided to install it on a virtual machine.&lt;/p>
&lt;br clear="left"/></description></item></channel></rss>