Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .daemonless/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

---

Expand Down