Plugins
Plugins allow you to extend Gancio features and integrate it with other services. This page is a guide to install plugins, if you want to develop one instead look here.
Please note that some plugins are officially supported and distributed along with the release
Install
To install a plugin you have to:
- download the .zip archive (look for the url on the plugin list below)
wget https://framagit.org/les/gancio-plugin-telegram-bridge/-/archive/v0.2.0/gancio-plugin-telegram-bridge-v0.2.0.zip- unpack it in the
./pluginsdirectory.
cd plugins
unzip https://framagit.org/les/gancio-plugin-telegram-bridge/-/archive/v0.2.0/gancio-plugin-telegram-bridge-v0.2.0.zip- install the dependencies with
yarn
cd plugins/gancio-plugin-telegram-bridge
yarn- restart gancio
with debian
sudo sytemctl restart ganciowith docker
docker-compose restartList of embedded plugins
Feed
Import events from a specified ICS/iCal feed with a custom frequency.