Agate
Docker-Anwendung from Selfhosters
Übersicht
Agate is a server for the Gemini network protocol, built with the Rust programming language. Agate has very few features, and can only serve static files. It uses async I/O, and should be quite efficient even when running on low-end hardware and serving many concurrent requests.
Anforderungen
To get your server going you should:
- Mount your gemini content under /gmi (make a directory for each hostname if you specify more than one later)
- Mount your certificates directory under /certs (if this is empty then new ones will be generated)
- Change the Post Arguments to include your hostname(s) eg: `--hostname example.org`
- Note: If you specify more than one hostname then your contents directory must have one directory for each
There is more configuration information in the Github README: https://github.com/mbrubeck/agate . Add any additional config to the "Post Arguments" below.
- Mount your gemini content under /gmi (make a directory for each hostname if you specify more than one later)
- Mount your certificates directory under /certs (if this is empty then new ones will be generated)
- Change the Post Arguments to include your hostname(s) eg: `--hostname example.org`
- Note: If you specify more than one hostname then your contents directory must have one directory for each
There is more configuration information in the Github README: https://github.com/mbrubeck/agate . Add any additional config to the "Post Arguments" below.
Laufzeit-Argumente
- Shell
sh- Privilegiert
- false
Konfiguration der Vorlage
Data directoryPathro
Your gemini content. This directory should contain your .gmi files, but must contain one directory for each hostname if you specify more than one hostname.
- Ziel
- /gmi
- Standard
- /mnt/user/appdata/agate/content
- Wert
- /mnt/user/appdata/agate/content
GeminiPorttcp
The port to serve on. Gemini clients expect this to be 1965 when unspecified.
- Ziel
- 1965
- Standard
- 1965
- Wert
- 1965
CertificatesPathrw
The certificates for your gemini capsules. A `/cert.der` and `/key.der` for each hostname. These will be generated automatically if not present.
- Ziel
- /certs
- Standard
- /mnt/user/appdata/agate/certs
- Wert
- /mnt/user/appdata/agate/certs
Kategorien
Einzelheiten
Repository
ghcr.io/mbrubeck/agate:latestZuletzt aktualisiert2026-06-02
Erstmals gesehen2024-12-02
Führen Sie Agate auf Unraid aus.
Agate ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.