Files
fspjo 53f2a988de
Build Alpine Packages / build-and-publish (v3.24, 3.24) (push) Successful in 30m29s
upgrade seaweedfs to 4.41 (#5)
---------
Reviewed-on: #5
2026-08-13 16:42:23 +02:00
..
2026-07-16 11:01:59 +02:00
2026-08-13 16:42:23 +02:00
2026-07-08 18:18:04 +02:00
2026-07-08 18:18:04 +02:00
2026-07-16 11:01:59 +02:00

Gitea Alpine Package

Repackages upstream Gitea 1.27.0 Linux release binaries for x86_64 and aarch64.

The package follows Alpine's Gitea runtime layout:

  • /usr/bin/gitea
  • /etc/gitea/app.ini
  • /var/lib/gitea
  • /var/log/gitea
  • /usr/share/webapps/gitea

Install the OpenRC service with:

apk add gitea gitea-openrc
rc-update add gitea default
rc-service gitea start

Refresh checksums:

ALPINE_PACKAGE=gitea mise run apk:checksum

Build:

ALPINE_PACKAGE=gitea mise run apk:build

Install-test local build:

ALPINE_PACKAGE=gitea SKIP_BUILD=1 mise run apk:test-install