-
-
Notifications
You must be signed in to change notification settings - Fork 227
Plugins
You can use the Admin-panel to manage your plugins and install new ones.
The plugins' "online directory" is GitHub. Each author is responsible for its own.
When installed, a plug-in is just a folder inside "plugins" folder.
Under the hood, installing a plugin just means copying its folder inside plugins
folder. Deleting that folder will uninstall it.
If the name of the folder ends with -disabled
, HFS will just ignore it.
This is where HFS finds plugins online: https://github.com/search?q=topic%3Ahfs-plugin&type=repositories
If you decide to download and install manually from there, the only thing you have to copy is the "dist" folder, but remember to rename it with the name of the plugin itself, otherwise HFS will present any plugin as "dist".
Authors will find all the info the need at https://github.com/rejetto/hfs/blob/main/dev-plugins.md