# files_automatedtagging **Repository Path**: mirrors_nextcloud/files_automatedtagging ## Basic Information - **Project Name**: files_automatedtagging - **Description**: :bookmark: An app for Nextcloud that assigns tags to newly uploaded files based on some conditions - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-08 - **Last Updated**: 2026-01-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nextcloud Files Automated Tagging App [![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/files_automatedtagging)](https://api.reuse.software/info/github.com/nextcloud/files_automatedtagging) 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](docs/screenshot.png) ## 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.