From 68b659f87f1aa0b017d30f15ebb2996b9ef2e5e4 Mon Sep 17 00:00:00 2001
From: tracer <tracer@24unix.net>
Date: Sat, 22 Feb 2025 14:41:51 +0100
Subject: [PATCH] modified gitignore

---
 .gitignore                             |  12 ++++++++++++
 amd64/DEBIAN/control                   |   7 +++++++
 amd64/etc/systemd/system/gitea.service |  19 +++++++++++++++++++
 amd64/opt/gitea/gitea.asc              | Bin 0 -> 566 bytes
 arm64/DEBIAN/control                   |   7 +++++++
 arm64/etc/systemd/system/gitea.service |  19 +++++++++++++++++++
 arm64/opt/gitea/gitea.asc              | Bin 0 -> 566 bytes
 7 files changed, 64 insertions(+)
 create mode 100644 .gitignore
 create mode 100644 amd64/DEBIAN/control
 create mode 100644 amd64/etc/systemd/system/gitea.service
 create mode 100644 amd64/opt/gitea/gitea.asc
 create mode 100644 arm64/DEBIAN/control
 create mode 100644 arm64/etc/systemd/system/gitea.service
 create mode 100644 arm64/opt/gitea/gitea.asc

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..82c975f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,12 @@
+# Ignore downloaded binaries and verification files
+amd64/gitea-*
+arm64/gitea-*
+
+# Ignore build artifacts
+*.deb
+build/
+tmp/
+
+# Ignore common system files
+.DS_Store
+*.swp
diff --git a/amd64/DEBIAN/control b/amd64/DEBIAN/control
new file mode 100644
index 0000000..b291007
--- /dev/null
+++ b/amd64/DEBIAN/control
@@ -0,0 +1,7 @@
+Package: gitea
+Version: 1.23.4-1
+Architecture: amd64
+Maintainer: Micha Espey <tracer@24unix.net>
+Depends: adduser, ca-certificates, git, openssh-server, gpg, jq
+Description: Gitea - Git with a cup of tea
+ A painless self-hosted Git service.
diff --git a/amd64/etc/systemd/system/gitea.service b/amd64/etc/systemd/system/gitea.service
new file mode 100644
index 0000000..65796d7
--- /dev/null
+++ b/amd64/etc/systemd/system/gitea.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=Gitea (Git with a cup of tea)
+After=syslog.target
+After=network.target
+Requires=mariadb.service
+
+[Service]
+RestartSec=2s
+Type=simple
+User=gitea
+Group=gitea
+WorkingDirectory=/opt/gitea/
+ExecStart=/opt/gitea/bin/gitea web --config /etc/gitea/app.ini
+Restart=always
+Environment="GITEA_WORK_DIR=/opt/gitea/gitea"
+Environment="GITEA_CUSTOM=/opt/gitea/custom"
+
+[Install]
+WantedBy=multi-user.target
diff --git a/amd64/opt/gitea/gitea.asc b/amd64/opt/gitea/gitea.asc
new file mode 100644
index 0000000000000000000000000000000000000000..99d858a7fc8086311cb98263924765a8d06bc7f0
GIT binary patch
literal 566
zcmV-60?GY}0y6{v0SW*e79j-8WU<?4tG?{3B(_Cg!$vZfQ}nO}0%x^4EC31#5MRSa
zGM7{IurQer0GE^*6o<vq*6P`S?PL|FD_Msxs_`DrH}f8}^2P1jY`gsakYAANW7S$o
zp_zPu!mSySSZHtbxT)9<BJpmu<cH%xHyB>eHH~qqtIXdtk{G_>&BS!n^6Z9m*<P$z
zZh2)P_iM4ikoYJiggcUg=fvS$j&0VKf`}wkF)a`R=FIR0`FxJER0L#TIm0qj&fpn?
zSt~G%HXfs~&S&~KDWGS_N@Wl_7)?8<1gSfUb)r%#atpKbS^P+u^ej1~RW9xE{59QZ
z#)-NqTqAM0?j#$E#B~|)N`J2U<|}|zV4CqEk*e@`&sGvPdzZun>cwP@xXN1Hr-j5I
zGQold9RPer-H`4j-<hP8Ksym`ou&{T>x%lMw!Qh_@)rG4w~y-jn=0$P6z@&^7y!Ky
z7CgiCLnT4WYNGl9pLR^x3+xKt(6Fu!jrAO(>STz6j?3#@NL3wyte8#Dt*|1t4RiOW
zToijY6zhM7=&n}o&dEP$<xFFeu9zLM^(>Gb>uE7^P_ri2uf*`YX{BX@!;Yoj)v{L=
zxlqS`^m0$2{)f~Di_dXq`~mJlXR|<bQ0JT&+hDjE2eg*sy~)ZNIW~9CsWuBK3pu(G
zH$tTU?if_Ssi@6IPN19;QQsP$!C6|lVpvUR4{v$`P-46?>tWN1{(9t!b%*?`aaO8A
Ec*%?%vH$=8

literal 0
HcmV?d00001

diff --git a/arm64/DEBIAN/control b/arm64/DEBIAN/control
new file mode 100644
index 0000000..65e7837
--- /dev/null
+++ b/arm64/DEBIAN/control
@@ -0,0 +1,7 @@
+Package: gitea
+Version: 1.23.4-1
+Architecture: arm64
+Maintainer: Micha Espey <tracer@24unix.net>
+Depends: adduser, ca-certificates, git, openssh-server, gpg, jq
+Description: Gitea - Git with a cup of tea
+ A painless self-hosted Git service.
diff --git a/arm64/etc/systemd/system/gitea.service b/arm64/etc/systemd/system/gitea.service
new file mode 100644
index 0000000..65796d7
--- /dev/null
+++ b/arm64/etc/systemd/system/gitea.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=Gitea (Git with a cup of tea)
+After=syslog.target
+After=network.target
+Requires=mariadb.service
+
+[Service]
+RestartSec=2s
+Type=simple
+User=gitea
+Group=gitea
+WorkingDirectory=/opt/gitea/
+ExecStart=/opt/gitea/bin/gitea web --config /etc/gitea/app.ini
+Restart=always
+Environment="GITEA_WORK_DIR=/opt/gitea/gitea"
+Environment="GITEA_CUSTOM=/opt/gitea/custom"
+
+[Install]
+WantedBy=multi-user.target
diff --git a/arm64/opt/gitea/gitea.asc b/arm64/opt/gitea/gitea.asc
new file mode 100644
index 0000000000000000000000000000000000000000..a83fdb15a174bdc814c92621b14ec5727f5c2ef6
GIT binary patch
literal 566
zcmV-60?GY}0y6{v0SW*e79j-8WU<?4tG?{3B(_Cg!$vZfQ}nO}0%x^4F#rk)5MRSa
zGM7{Iu;7jm0IE&QYoXBua|Zr4a%;7?c+Tb7+9<8Xb&G$J?8Q(}c?bt6(p*{@8T$wI
zR&CAwk2=f~gxuP8at+Gg=9BvvVttb{?EI$QSn=S$r9sz<OT~dR4SHha%AsJ|wl6LY
z`v2>KB5<or;Pi(3SnV2Ve1<euapOs%cHRYWA&;j#Rxh98bmT@X@)(O7A0ba0S?(PR
zw!3ZeR71)PMHv>VnBb=s96C7wQjk2_PBsOD^01{;cjD6<9a}*#QzZ+Gt6(;|MOa>g
z$)!a%jM*IDjm2%c&wmkw7<bL6?la6Xmfvf?<(`grAJrw?!Nxq?ys#pJs@ii<Rn!}~
z`H;S^4yOaEple@U3yv*OCASlGou}ZCYIHiqklDcjCbHE9arpEJJHnlLxkC!##uNc?
z?c$PqbHZ(yUWCs{63u==vfRLhw%G1Yj&C8_#`2@0e^6mXYX_i8DZ(bq9v+oF6hor*
z=2Q{DhifM<9k~sT%9+jTZ5YBJv!3B7Quy5PVpGsT-0UXgy<raS&es^kM&x700GR8d
zo4w(##2Afyj(r-pp(cijY*UDCL6E*^rDXBRm7H{Mu(pP8hlhs-Vk$A`0Ws!l5MQSI
zFgZy#n7!O4aBrM5fKN9t8wz<S427o~srW+BP9v4Q_FqjSm2MC$>#5cyPc{F9oUsL`
EW#z^a?EnA(

literal 0
HcmV?d00001