From 8dbe10c45f6ecc648aee00fc4d6d0ae2ccdb97ce Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Sun, 12 Jul 2026 18:18:59 -0400 Subject: [PATCH] fix: drop forgejo 14 variant (EOL, removed from FreeBSD latest) --- .daemonless/config.yaml | 8 -------- README.md | 5 +---- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.daemonless/config.yaml b/.daemonless/config.yaml index 5005e41..ce999b2 100644 --- a/.daemonless/config.yaml +++ b/.daemonless/config.yaml @@ -36,11 +36,3 @@ build: aliases: ["lts-pkg-latest"] args: BASE_VERSION: "15-latest" -# - tag: 14-pkg -# pkg_name: forgejo14 -# containerfile: Containerfile.pkg - - tag: 14-pkg-latest - pkg_name: forgejo14 - containerfile: Containerfile.pkg - args: - BASE_VERSION: "15-latest" diff --git a/README.md b/README.md index c9ec001..5c9847e 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,13 @@ Forgejo is a self-hosted lightweight software forge | **Website** | [https://forgejo.org/](https://forgejo.org/) | ## Version Tags - | Tag | Description | Best For | | :--- | :--- | :--- | | `15` / `lts` | Built from latest upstream source release of the v15 branch. | Alternative build. | | `15-latest` / `lts-latest` | Built from latest upstream source release of the v15 branch with latest FreeBSD packages. | Most users. Matches Linux Docker behavior. | | `15-pkg-latest` / `lts-pkg-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. | -| `14-pkg-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. | ## Prerequisites - Before deploying, ensure your host environment is ready. See the [Quick Start Guide](https://daemonless.io/guides/quick-start) for host setup instructions. ## Deployment @@ -143,7 +140,7 @@ section of `/config/custom/conf/app.ini`. **Architectures:** amd64 **User:** `bsd` (UID/GID via PUID/PGID, defaults to 1000:1000) -**Base:** FreeBSD 15.0 +**Base:** FreeBSD 15 ---