modified gitignore
This commit is contained in:
commit
68b659f87f
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@ -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
|
7
amd64/DEBIAN/control
Normal file
7
amd64/DEBIAN/control
Normal file
@ -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.
|
19
amd64/etc/systemd/system/gitea.service
Normal file
19
amd64/etc/systemd/system/gitea.service
Normal file
@ -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
|
BIN
amd64/opt/gitea/gitea.asc
Normal file
BIN
amd64/opt/gitea/gitea.asc
Normal file
Binary file not shown.
7
arm64/DEBIAN/control
Normal file
7
arm64/DEBIAN/control
Normal file
@ -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.
|
19
arm64/etc/systemd/system/gitea.service
Normal file
19
arm64/etc/systemd/system/gitea.service
Normal file
@ -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
|
BIN
arm64/opt/gitea/gitea.asc
Normal file
BIN
arm64/opt/gitea/gitea.asc
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user