github Cloudbox/autoscan v0.3.0

latest releases: v1.4.0, v1.3.0, v1.2.0...
5 years ago

Introducing Google Drive monitoring! Woohoo! 🥳

Breaking changes

  • Added removed column to Autoscan's datastore. To upgrade to 0.3.0, make sure you delete the autoscan.db file.
  • The rewrite field in the config now accepts multiple rewriting rules. To upgrade to 0.3.0, make sure you write these rewrite rules in a list instead of a single item.
# 0.2.1
rewrite:
  from: /Media/*
  to: /mnt/unionfs/Media/$1

# 0.3.0
rewrite:
  - from: /Media/*
    to: /mnt/unionfs/Media/$1

New features

  • Autoscan can now monitor your Google Drive for changes!
    Note: only Shared Drives are supported with authentication being done through Service Accounts.

Don't miss a new autoscan release

NewReleases is sending notifications on new releases.