Agate

Agate

Application Docker from Selfhosters

Vue d'ensemble

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.

Exigences

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.

Arguments d'exécution

Coquille
sh
Privilégié
false

Configuration du modèle

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.

Cible
/gmi
Défaut
/mnt/user/appdata/agate/content
Valeur
/mnt/user/appdata/agate/content
GeminiPorttcp

The port to serve on. Gemini clients expect this to be 1965 when unspecified.

Cible
1965
Défaut
1965
Valeur
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.

Cible
/certs
Défaut
/mnt/user/appdata/agate/certs
Valeur
/mnt/user/appdata/agate/certs

Catégories

Détails

Référentiel
ghcr.io/mbrubeck/agate:latest
Dernière mise à jour2026-06-02
Première vue2024-12-02

Exécutez Agate sur Unraid.

Agate est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.