โ๏ธ 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.