<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Git on dnyrのブログ</title>
    <link>https://blog.dnyr.org/categories/git/</link>
    <description>Recent content in Git on dnyrのブログ</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>ja-jp</language>
    
    
    
    <lastBuildDate>Mon, 07 Sep 2026 00:00:00 +0900</lastBuildDate><atom:link href="https://blog.dnyr.org/categories/git/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>【Gitea】Giteaを使ってみる。</title>
      <link>https://blog.dnyr.org/posts/git/use-gitea/</link>
      <pubDate>Mon, 07 Sep 2026 00:00:00 +0900</pubDate>
      
      
      
      <guid>https://blog.dnyr.org/posts/git/use-gitea/</guid>
      <description>&lt;p&gt;友人と一緒にゲームを作成することになり、バージョン管理をどうしようかなと考えた際に初めに思い浮かんだのはGitLabで管理することでした。ただ、GitLabをセルフホストする場合はサーバーのRAMが8GB近くある必要があるらしく…。私が契約しているXServerは4GBしかありませんが…？&lt;/p&gt;
&lt;p&gt;最低限の機能なら4GBでも動きはするみたいですが、ただバージョン管理したいだけなのに4GBをフルで使用されるのは困ります。Redmineとかも運用したいし。&lt;/p&gt;
&lt;p&gt;というわけで代替品を探していたところGiteaがよさそうだったので導入します。&lt;/p&gt;



&lt;h2 class=&#34;header-anchor-wrapper&#34;&gt;環境
  &lt;a href=&#34;#%e7%92%b0%e5%a2%83&#34; class=&#34;header-anchor-link&#34;&gt;
&lt;svg
    xmlns=&#34;http://www.w3.org/2000/svg&#34;
    width=&#34;1rem&#34; height=&#34;1rem&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34;
    stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34;
    stroke-linejoin=&#34;round&#34;&gt;
    &lt;line x1=&#34;4&#34; y1=&#34;9&#34; x2=&#34;20&#34; y2=&#34;9&#34;&gt;&lt;/line&gt;&lt;line x1=&#34;4&#34; y1=&#34;15&#34; x2=&#34;20&#34; y2=&#34;15&#34;&gt;&lt;/line&gt;&lt;line x1=&#34;10&#34; y1=&#34;3&#34; x2=&#34;8&#34; y2=&#34;21&#34;&gt;&lt;/line&gt;&lt;line x1=&#34;16&#34; y1=&#34;3&#34; x2=&#34;14&#34; y2=&#34;21&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;

&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;環境は下記のとおりです。
現在はTailscaleで中継器としてしか使用していません。&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;OS：Ubuntu 26.04 LTS
CPU：AMD EPYC Milan Processor
CPUコア数：4コア（4 vCPU）
メモリ：4GB（3.8GiB）
Swap：2GB
ストレージ：150GB
空きストレージ：約139GB
アーキテクチャ：x86_64
仮想化方式：KVM
&lt;/code&gt;&lt;/pre&gt;


&lt;h2 class=&#34;header-anchor-wrapper&#34;&gt;導入
  &lt;a href=&#34;#%e5%b0%8e%e5%85%a5&#34; class=&#34;header-anchor-link&#34;&gt;
&lt;svg
    xmlns=&#34;http://www.w3.org/2000/svg&#34;
    width=&#34;1rem&#34; height=&#34;1rem&#34; viewBox=&#34;0 0 24 24&#34; fill=&#34;none&#34;
    stroke=&#34;currentColor&#34; stroke-width=&#34;2&#34; stroke-linecap=&#34;round&#34;
    stroke-linejoin=&#34;round&#34;&gt;
    &lt;line x1=&#34;4&#34; y1=&#34;9&#34; x2=&#34;20&#34; y2=&#34;9&#34;&gt;&lt;/line&gt;&lt;line x1=&#34;4&#34; y1=&#34;15&#34; x2=&#34;20&#34; y2=&#34;15&#34;&gt;&lt;/line&gt;&lt;line x1=&#34;10&#34; y1=&#34;3&#34; x2=&#34;8&#34; y2=&#34;21&#34;&gt;&lt;/line&gt;&lt;line x1=&#34;16&#34; y1=&#34;3&#34; x2=&#34;14&#34; y2=&#34;21&#34;&gt;&lt;/line&gt;
&lt;/svg&gt;

&lt;/a&gt;
&lt;/h2&gt;

&lt;p&gt;導入を進めます。なぜかdockerすら入っていないのでそこからになります。&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>