syncovery_collector

command module
v0.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2022 License: AGPL-3.0 Imports: 11 Imported by: 0

README

Syncovery prometheus exporter

Prometheus exporter for Syncovery backup software: https://www.syncovery.com/

Quick start

# docker-compose.yml
version: "3.9"
services:
  syncovery-exporter:
    image: ghcr.io/andrzejressel/syncovery-exporter:0.0.2
    command:
      - --url=SYNCOVERY_URL

Setup Syncovery

Exporter using endpoint /profile.json which is available after adding SkipProfileListAuth=1 to Syncovery config file. Because of latest changes related to encryption it has to be added a following way.

  1. Create local file syncovery.ini with content SkipProfileListAuth=1
  2. Login to Syncovery instance. Go to Program Settings
  3. Select Import Config Lines (INI Style)... and choose created file.

You can limit IPs that endpoint is available to by using SkipProfileListAuthForIP option.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL