This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
v0.3.0
Introducing Google Drive monitoring! Woohoo! 🥳
Breaking changes
- Added
removed
column to Autoscan's datastore. To upgrade to 0.3.0, make sure you delete theautoscan.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.