No description
Find a file
2022-02-23 22:12:24 +11:00
.assets documentation (README): update project README 2019-04-16 15:57:42 +10:00
.github doc (github): issue template 2022-01-22 08:05:09 +11:00
client fix (build): editor saving mode 2022-02-22 08:25:50 +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 cleanup (samba): cleanup code in samba plugin 2022-02-23 22:12:24 +11:00
vendor improve (404): lighten up the 404 page 2022-02-01 08:59:02 +11:00
.babelrc test ci 2018-09-24 23:16:23 +10:00
.drone.yml fix (eslint): linting 2022-01-31 17:43:45 +11:00
.editorconfig maintenance (editorconfig): as per #107 2019-12-17 14:01:41 +11:00
.eslintrc.json fix (eslint): linting 2022-01-31 17:43:45 +11:00
.gitignore fix (zip): store error in error.log when zipping content 2022-01-21 01:50:19 +11:00
CONTRIBUTING.md doc (contribute): add Glib 2.0 in build dependencies. (#320) 2020-10-06 23:09:18 +11:00
go.mod improve (404): lighten up the 404 page 2022-02-01 08:59:02 +11:00
go.sum improve (404): lighten up the 404 page 2022-02-01 08:59:02 +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 maintain (eslint): linting on frontend 2021-12-21 01:32:37 +11:00
README.md doc (README): irc support info 2022-01-21 13:07:29 +11:00
webpack.config.js maintain (eslint): linting on frontend 2021-12-21 01:32:37 +11: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

Support

Documentation

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