Files
Joachim Schlöffel b6a87a3f2e
Build Alpine Packages / build-and-publish (v3.24, 3.24) (pull_request) Successful in 30m26s
upgrade seaweedfs to 4.41 and patch gitea's new checksum
2026-08-13 12:31:27 +02:00
..
2026-07-16 11:01:59 +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