From 2a965b05d5187114a1f538c559618ad55f71af82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Schl=C3=B6ffel?= Date: Tue, 9 Jun 2026 10:51:04 +0200 Subject: [PATCH] Update README package repository URL --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6f86bcd..24cd3c5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository builds signed `x86_64` and `aarch64` APKs and publishes them to the Gitea Alpine package registry under: ```text -https://code.factoring.digital/api/packages/fsp-ops/alpine/v3.23/seaweedfs-alpine +https://code.factoring.digital/api/packages/public/alpine/v3.23/alpine-packages ``` ## Use In Production @@ -16,25 +16,25 @@ https://code.factoring.digital/api/packages/fsp-ops/alpine/v3.23/seaweedfs-alpin Install the registry signing key on each Alpine node: ```sh -curl -fsSLo /etc/apk/keys/fsp-ops-alpine.rsa.pub \ - https://code.factoring.digital/api/packages/fsp-ops/alpine/key +curl -fsSLo /etc/apk/keys/public-alpine.rsa.pub \ + https://code.factoring.digital/api/packages/public/alpine/key ``` Add the package repository: ```sh printf '%s\n' \ - 'https://code.factoring.digital/api/packages/fsp-ops/alpine/v3.23/seaweedfs-alpine' \ + 'https://code.factoring.digital/api/packages/public/alpine/v3.23/alpine-packages' \ >> /etc/apk/repositories apk update ``` -If the registry is private, include a Gitea user and package token in the +If a forked or future registry is private, include a Gitea user and package token in the repository URL: ```text -https://:@code.factoring.digital/api/packages/fsp-ops/alpine/v3.23/seaweedfs-alpine +https://:@code.factoring.digital/api/packages/public/alpine/v3.23/alpine-packages ``` ### Install SeaweedFS Node Roles