Skip to content

nextcloud/files_automatedtagging

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 17, 2020 10:47
lib
April 15, 2023 17:16
June 21, 2021 10:16
April 4, 2022 16:40
June 21, 2021 10:16
April 12, 2022 15:18
August 7, 2023 10:31
June 21, 2021 10:16
June 21, 2021 10:16
June 21, 2021 10:16

Nextcloud Files Automated Tagging App

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.