Skip to main content
Version: 2.8.1

โš™๏ธ Enable Alchemies

๐Ÿ”ง Configuration & Setup

Enable and configure the Alchemies feature to start using dynamic recipe detection rules.

๐Ÿš€ Enabling the Alchemies Featureโ€‹

To use the alchemies feature, add it to your config.yaml file:

features:
- alchemies

feature_options:
alchemies:
builtin:
enabled: true
private:
enabled: false
paths:
- /etc/jibril/alchemies/private
public:
enabled: false
paths:
- /etc/jibril/alchemies/public
tests:
enabled: false
paths:
- /etc/jibril/alchemies/tests

๐Ÿ’ก Note: The directory path must be a valid path to a directory and is not recursive.