No description
Find a file
2021-11-25 08:28:11 +11:00
.assets documentation (README): update project README 2019-04-16 15:57:42 +10:00
.github maintain (github): install stalebot 2020-05-04 17:52:16 +10:00
client feature (viewer): support wave file 2021-11-24 23:31:30 +11:00
config fix (mime): typo in mime format 2021-06-24 01:26:52 +10:00
docker cleanup (emacs): Use No-X11 version of emacs - currently GTK - #402 2021-08-22 13:05:09 +10:00
server feature (letsencrypt): new starter plugin with automatic ssl 2021-11-25 08:28:11 +11:00
vendor feature (letsencrypt): new starter plugin with automatic ssl 2021-11-25 08:28:11 +11:00
.babelrc test ci 2018-09-24 23:16:23 +10:00
.drone.yml fix (ci): broken ci 2021-11-09 00:00:25 +11:00
.editorconfig maintenance (editorconfig): as per #107 2019-12-17 14:01:41 +11:00
.eslintrc.json clean (eslint): enable eslint 2020-12-22 19:43:22 +11:00
.gitignore maintain (ci): update CI and gitignore 2021-07-10 17:58:15 +10:00
CONTRIBUTING.md doc (contribute): add Glib 2.0 in build dependencies. (#320) 2020-10-06 23:09:18 +11:00
go.mod feature (letsencrypt): new starter plugin with automatic ssl 2021-11-25 08:28:11 +11:00
go.sum feature (letsencrypt): new starter plugin with automatic ssl 2021-11-25 08:28:11 +11:00
LICENSE Initial commit 2017-06-13 15:34:14 +10:00
Makefile improve (config): common issue on install problems 2020-06-18 00:16:42 +10:00
package.json fix (deps): dependabot warnings 2021-09-29 20:33:18 +10:00
README.md doc (readme): update readme 2021-11-21 18:31:25 +11:00
webpack.config.js fix (pdf): pdf viewer in firefox 2021-07-16 19:35:54 +10:00

screenshot


A Dropbox-like file manager that let you manage your data anywhere it is located:
FTP • FTPS • SFTPWebDAV • Git • S3LDAP • Mysql
CardDAV • CalDAV • Backblaze B2 • Minio
Dropbox • Google Drive

demo button

Features

  • Manage your files from a browser
  • Full org mode client (documentation)
  • Flexible Share mechanism
  • Video player
  • Video transcoding (mov, mkv, avi, mpeg, and more)
  • Image viewer
  • Image transcoding (raw images from Nikon, Canon, and more)
  • Photo management
  • Audio player
  • Full Text Search
  • Shared links are full fledge network drive
  • Office documents (docx, xlsx and more)
  • User friendly
  • Mobile friendly
  • Customisable
  • Super fast
  • Upload files and folders
  • Multiple cloud providers and protocols, easily extensible
  • Nyan cat loader
  • Quick access: frequently access folders are pin to the homepage
  • Emacs, VIM or Sublime keybindings ;)

Screenshots

user experience on navigation

user experience on medias

Documentation

Support

Support is only available to people who financially contribute to the project either via:

The core idea

Filestash aims to solve the Dropbox problem by abstracting the storage aspect. This makes it possible to bring your own backend or create your own by implementing a simple interface. The power of that model makes it possible for non nerds to easily interact with complex systems without prior training (assuming they are familiar with Dropbox). As an example of that superpower, see our LDAP backend and the Mysql one that emulate a file system where first level folder are the databases, tables are represented as subfolders and each row is represented as a file:

infographic

Credits