Gossa alternatives and similar software solutions
Based on the "Web based file managers" category.
Alternatively, view Gossa alternatives based on common mentions on social networks and blogs.
-
Filestash
๐ฆ A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ... -
DirectoryLister
๐ Directory Lister is the easiest way to expose the contents of any web-accessible folder for browsing and sharing. -
Encode Explorer
Encode Explorer is a single page file browser, it is simple and functional. -
Monsta FTP
Open source PHP/Ajax cloudware that puts FTP file management right in your browser, anywhere, any time. -
s3server
Server to index & view files in a s3 or Google Cloud Storage bucket. -
explorer
Explore and share. Highly-configurable directory listing made with nodejs. -
Surfer
Simple static file server with cli and webinterface. This is just a mirror repo
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Gossa or a related project?
Popular Comparisons
README
gossa
a fast and simple webserver for your files, that's dependency-free and with under 250 lines of code, easy to review.
a simple UI comes as default, featuring :
- ๐ files/directories browser & handler
- ๐ฉ drag-and-drop uploader
- ๐ฅ fast golang static server
- ๐พ 90s web UI that prints in milliseconds
- ๐ธ video streaming & picture browser
- โ๏ธ simple note editor
- โจ๏ธ keyboard navigation
- ๐ lightweight and dependency free codebase
- ๐ >95% test coverage and reproducible builds
- ๐ easy multi account setup, read-only mode
- โจ PWA enabled
build
built blobs are available on the release page - or simply make build
this repo.
all builds are reproducible, checkout the hashes on the release page.
arch linux users can also install through the user repos - e.g. yay -S gossa
automatic boot-time startup can be handled with a user systemd service - see support
usage
% ./gossa --help
% ./gossa -h 192.168.100.33 ~/storage
shortcuts
press Ctrl/Cmd + h
to see all the UI/keyboard shortcuts.
fancier setups
release images are pushed to dockerhub, e.g. :
# pull from dockerhub and run
% sudo docker run -v ~/LocalDirToShare:/shared -p 8001:8001 pldubouilh/gossa
in a do-one-thing-well mindset, HTTPS and authentication has been left to middlewares and proxies. sample caddy configs are available to quickly setup multi users setups along with https.