Skip to content

immateria/filen-web

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

498 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Filen Web

Web and Desktop Frontend for Filen.

Contributors Forks Stargazers Issues License

Installation and building

  1. Clone repository
git clone https://github.com/FilenCloudDienste/filen-web filen-web
  1. Update dependencies
cd filen-web && npm install
  1. Running a development build
npm run dev
  1. Build
npm run build

Drive aliases

The 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.

License

Distributed under the AGPL-3.0 License. See LICENSE for more information.

About

Web and Desktop Frontend for Filen

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • Less 1.6%
  • Other 1.3%