Web and Desktop Frontend for Filen.
- Clone repository
git clone https://github.com/FilenCloudDienste/filen-web filen-web- Update dependencies
cd filen-web && npm install- Running a development build
npm run dev- Build
npm run buildThe web client now includes a local alias system. Using the useDriveAliases
hook you can create alias categories, assign drive items to them and remove
them again. Alias information is persisted through the worker using
IndexedDB so it survives reloads.
From a drive item's context menu you can add or remove aliases or create new ones. The item information dialog lists all aliases assigned to the item.
Distributed under the AGPL-3.0 License. See LICENSE for more information.