No description
Find a file
2020-05-04 17:52:16 +10: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 fix (upload): remove loading objects in case of batch operation fails (#243) 2020-03-11 23:26:55 +11:00
config feature (transcoding): live transcoding 2019-12-18 02:18:58 +11:00
docker fix (persistance): change path of config folders - #183 2020-03-05 22:14:08 +11:00
server fix (image): disable image resizing for gif 2020-04-29 00:44:59 +10:00
vendor maintain (go): vendor dependencies 2020-01-20 17:12:09 +11:00
.babelrc test ci 2018-09-24 23:16:23 +10:00
.drone.yml maintain (go): vendor dependencies 2020-01-20 17:12:09 +11:00
.editorconfig maintenance (editorconfig): as per #107 2019-12-17 14:01:41 +11:00
.gitignore maintenance (module): make use of go modules 2020-01-14 01:45:35 +11:00
CONTRIBUTING.md doc (contributing): update build instructions 2020-02-06 12:52:13 +11:00
go.mod maintain (go): vendor dependencies 2020-01-20 17:12:09 +11:00
go.sum maintain (go): vendor dependencies 2020-01-20 17:12:09 +11:00
LICENSE Initial commit 2017-06-13 15:34:14 +10:00
Makefile maintain (go): vendor dependencies 2020-01-20 17:12:09 +11:00
package.json maintain (client): maintain project dependencies and relevant upgrade 2020-01-06 23:52:20 +11:00
README.md doc (README): update credit to comply with LGPL 2020-01-21 14:51:36 +11:00
webpack.config.js feature (transcoding): live transcoding 2019-12-18 02:18:58 +11:00

screenshot


A Dropbox-like file manager that let you manage your data anywhere it is located:
FTP • FTPS • SFTP • WebDAV • 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

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

Support the project

If you use Filestash, contributing to my coffee bill would go a long way as I have spent countless hours in the last 3 years working on this project from my local coffee shop.

Credits