Skip to content

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:

  1. 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
  1. unpack it in the ./plugins directory.
cd plugins
unzip https://framagit.org/les/gancio-plugin-telegram-bridge/-/archive/v0.2.0/gancio-plugin-telegram-bridge-v0.2.0.zip
  1. install the dependencies with yarn
cd plugins/gancio-plugin-telegram-bridge
yarn
  1. restart gancio
    with debian
sudo sytemctl restart gancio

with docker

docker-compose restart

List of embedded plugins

Feed

Import events from a specified ICS/iCal feed with a custom frequency.