💾 Archived View for gem.benscraft.info › gemcaps › configuration.gmi captured on 2021-12-17 at 13:26:06. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

Configuration

There are several configuration files used with gemcaps. They all use yaml formatting.

┐/etc/gemcaps
│  gemcaps.yml
├─┐handlers/
│ └  myhandler.yml
└─┐capsules/
  └  mycapsule.yml

Each config file has a specific purpose. The main gemcaps.yml file is for global settings regarding gemcaps. The handlers folder holds all of the configurations for custom handlers. The capsules folder holds all the configs for each capsule rule.

gemcaps.yml

Handler settings

Capsule settings

Each handler has different settings that are available to a capsule, but each capsule can have the following settings:

For more information on handler specific settings:

Internal Handlers