No description
Find a file
2020-06-18 00:16:42 +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 improve (admin): loading indicator 2020-06-16 15:18:10 +10:00
config improve (config): common issue on install problems 2020-06-18 00:16:42 +10:00
docker fix (persistance): change path of config folders - #183 2020-03-05 22:14:08 +11:00
server improve (config): common issue on install problems 2020-06-18 00:16:42 +10:00
vendor test (sftp): fix broken tests for 4266f26649 2020-05-24 22:54:22 +10:00
.babelrc test ci 2018-09-24 23:16:23 +10:00
.drone.yml improve (config): common issue on install problems 2020-06-18 00:16:42 +10: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 test (sftp): fix broken tests for 4266f26649 2020-05-24 22:54:22 +10:00
go.sum fix (sftp): openssh private key format with passphrase 2020-05-24 21:41:36 +10: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 (client): maintain project dependencies and relevant upgrade 2020-01-06 23:52:20 +11:00
README.md doc (README): update links 2020-05-04 23:09:35 +10:00
webpack.config.js feature (translation): first step towards i18n #248 2020-05-26 02:02:34 +10: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