| Name | Description | |
|---|---|---|
| Repositories | ||
| install-repo.sh |
Auto-detects your distro and sets up the right repository in one step.curl -fsSL https://packages.calagopus.com/install-repo.sh | sh
|
|
| deb/ |
APT repository for Debian, Ubuntu, and derivatives.
Download calagopus.list and place it in /etc/apt/sources.list.d/.
|
|
| rpm/ |
RPM repository for Fedora, RHEL, and derivatives.
Download calagopus.repo and place it in /etc/yum.repos.d/.
|
|
| apk/ |
Alpine Linux APK repository.
Install the key, then add the repo:wget -q -O /etc/apk/keys/calagopus.rsa.pub https://packages.calagopus.com/apk/calagopus.rsa.pubecho "https://packages.calagopus.com/apk" >> /etc/apk/repositories
|
|
| Packages | amd64 · arm64 · ppc64el · riscv64 | ||
| calagopus-wings | Game server node daemon. | |
| calagopus-panel | Web panel for managing game servers. | |
| calagopus-panel-aio | Panel, all-in-one variant with bundled wings. | |
| Software Bill of Materials | ||
| sbom/ |
CycloneDX SBOMs for all packages, browseable by package name and version. Each package directory contains versioned files and a latest.cyclonedx.json symlink.
|
|
| Signing Keys | ||
| pubring.gpg |
GPG public key (ASCII armored). Import with:curl -fsSL https://packages.calagopus.com/pubring.gpg | gpg --dearmor -o /usr/share/keyrings/calagopus.gpg
|
|
| pub.gpg | GPG public key (binary/dearmored). | |