# files_confidential **Repository Path**: mirrors_nextcloud/files_confidential ## Basic Information - **Project Name**: files_confidential - **Description**: Workflows for handling and classifying confidential files in Nextcloud - **Primary Language**: Unknown - **License**: AGPL-3.0 - **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 # Confidential Files [![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/files_confidential)](https://api.reuse.software/info/github.com/nextcloud/files_confidential) This app allows administrators to define a set of classification labels that will be assigned to files as Nextcloud tags. For each classification label you can define a set of rules that govern when it will be assigned to a file, based on text content or TSCP/BAILS classification metadata. The assigned tags can then be used with the files_accesscontrol app to restrict access to specific groups of users. ## Install * Place this app in **nextcloud/apps/** or * Install from the Nextcloud appstore ## Building the app The app can be built by using the provided Makefile by running: make This requires the following things to be present: * make * which * tar: for building the archive * curl: used if phpunit and composer are not installed to fetch them from the web * npm: for building and testing everything JS, only required if a package.json is placed inside the **js/** folder