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

Example

An example plugin to show how to create a plugin for Gancio
lesion

Feed

Get events from a specified ICS feed: you can specify only a single feed, images are not imported from ics, event location are taken as is as are not structured in ICS
lesion