Skip to content

An app for Nextcloud that assigns system tags to existing files based on the file's metadata tags

Notifications You must be signed in to change notification settings

alexberaut/metadata_tags_to_systemtags

 
 

Repository files navigation

Nextcloud Files Automated Tagging App

REUSE status

An app for Nextcloud that automatically assigns tags to newly uploaded files based on some conditions.

The tags can later be used to control retention, file access, automatic script execution and more.

screenshot

How it works

To define tags, administrators can create and manage a set of rule groups. Each rule group consists of one or more rules combined through operators. Rules can include criteria like file type, size, time and more. A request matches a group if all rules evaluate to true. On uploading a file all defined groups are evaluated and when matching, the given tags are assigned to the file.

About

An app for Nextcloud that assigns system tags to existing files based on the file's metadata tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.3%
  • PHP 40.7%
  • Makefile 3.6%
  • Vue 1.4%