rest-server VS filemanager

Compare rest-server vs filemanager and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
rest-server filemanager
8 304
846 23,702
5.0% 3.8%
7.4 8.8
19 days ago 1 day ago
Go Go
BSD 2-clause "Simplified" License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

rest-server

Posts with mentions or reviews of rest-server. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-25.
  • Ask HN: Has anyone successfully recovered photos from a broken Android phone?
    3 projects | news.ycombinator.com | 25 Dec 2022
    Similar here. Termux with restic, so it does deduplication and encryption and such (also compression since a few months but haven't turned it on yet).

    On local laptop: run https://github.com/restic/rest-server/ to accept the incoming data, then (if 1234 is the port that rest-server runs on):

        user@laptop:~$ ssh -R 1234:localhost:1234 root@phone
  • How do you guys do backups?
    2 projects | /r/synology | 3 Sep 2022
    I use restic to a cloud storage provider and restic-server to another nas. I used hyperbackup for a long time but proved to not be flexible enough and I wanted to get away from a proprietary backup that could only be restored on another Synology.
  • Need help by choosing the right backup-solution... Is there one recommended central tool that can backup the data from my servers?
    2 projects | /r/selfhosted | 2 Sep 2022
    Have a look at restic and restic-rest-server.
  • Onpremise cluster backup microk8s
    1 project | /r/kubernetes | 12 Apr 2022
    Min.io is just one of the supported storage backends. If you prefer, the restic rest server seems to be supported and might be easier to host. https://github.com/restic/rest-server
  • Self-hosted service to backup physical machine, Vms and docker
    4 projects | /r/selfhosted | 31 Mar 2022
    restic with rest-server
  • Restic 0.13.0
    9 projects | news.ycombinator.com | 27 Mar 2022
    This one is quite unclear:

    > We have added checksums for various backends so data uploaded to a backend can be checked there.

    What do you mean checksums? All data is already stored in files with as filename the sha256sum of the contents, so clearly it's all already checksummed and can be verified right?

    Looking into the changelog entry[1], this is about verifying the integrity upon uploading:

    > The verification works by informing the backend about the expected hash of the uploaded file. The backend then verifies the upload and thereby rules out any data corruption during upload. \n\n [...] besides integrity checking for uploads [this] also means that restic can now be used to store backups in S3 buckets which have Object Lock enabled.

    Object lock is mentioned in passing (and only in this more detailed info) but this is a big one. S3 docs:

    > Object Lock can help prevent objects from being deleted or overwritten for a fixed amount of time or indefinitely.

    i.e. ransomware protection. Good luck wiping backups if your backup host refuses to overwrite or delete the files. And you know the files are good because they match their hash.

    Extortion is still a thing, but if people would use this, it more-or-less wipes out the attack vector of ransomware. The only risk is if the attacker is in your systems long enough to outlast your retention period. Did anyone say "test your backups"?

    For self-hosting, restic has a custom back-end called rest-server[2] for that which supports a so-called "append-only mode" (no overwriting or deleting). I worked on the docs for this[3] together with rawtaz and MichaelEischer to make this more secure, because eventually, of course, your disks are full or you want to stop paying for legacy data on S3, and an attacker could have added dummy backups to fool your automatic removal script into thinking it needs to leave only the dummy backups. Using the right retention options, this attack cannot happen.

    Others are doing some pretty cool stuff in the backup sphere as well, e.g. bupstash[4] has public key encryption so you don't need to have the decryption keys as a backup client.

    [1] https://github.com/restic/restic/releases/v0.13.0

    [2] https://github.com/restic/rest-server/

    [3] https://restic.readthedocs.io/en/latest/060_forget.html#secu...

    [4] https://github.com/andrewchambers/bupstash/

  • Restic: Backups Done Right
    31 projects | news.ycombinator.com | 13 Nov 2021
    The append-only mode can be implemented using https://github.com/restic/rest-server or services like rsync.net that offer read-only zfs snapshots. Doesn’t solve the asymmetric crypto of course.
  • What's something self hosted everyone needs to run ?
    33 projects | /r/selfhosted | 2 Sep 2021
    But how is that better than running the REST server which is also an HTTP-based API? Or is it? I suspect the answer is going to be system dependent but I am curious.

filemanager

Posts with mentions or reviews of filemanager. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-22.
  • Homelab Adventures: Crafting a Personal Tech Playground
    7 projects | dev.to | 22 Apr 2024
    File Browser
  • h5ai – modern HTTP web server index
    4 projects | news.ycombinator.com | 19 Apr 2024
    Thanks for sharing. I wasn't aware of dufs and it looks very solid. Fileserver[0] is another popular choice, though it's more GUI-oriented for file operations.

    [0]: https://filebrowser.org/

  • Ask HN: Spreadsheets like Google Sheets but not from Google?
    5 projects | news.ycombinator.com | 27 Jan 2024
    The OnlyOfffice desktop app is a pretty good and free alternative to Microsoft Office Suite. You can simply install it on your local machine for offline access.

    OnlyOfffice is also self-hostable as a web app for a cloud alternative to Google Sheets.

    Filebrowser is a self-hostable alternative to Google Drive.

    There's a pull request open to integrate OnlyOffice with Filebrowser for self-hosted google-drive + google docs.

    https://github.com/filebrowser/filebrowser/pull/1420

  • Ask HN: What is the best FOSS file sharing protocol/app?
    2 projects | news.ycombinator.com | 5 Jan 2024
    For strictly local use, Google's Nearby share is technically FOSS but the documentation is basically non-existent and a proper Linux implementation is not here yet. Alternatives aren't hard to find though, with Mint's Warpinator or KDE Connect having worked well for me.

    For non-local use (everything out of Bluetooth range), you almost have to trust a third party and it really depends on your use case. Want to send your friend a file or host pictures of your birthday for multiple people to download? For the former magic wormhole works great, for the later you could almost spin up a nextcloud or similar (personally I like https://github.com/filebrowser/filebrowser ). Want to regularly send files from device 1 to device 2? Now classic sync solutions like syncthing become really viable.

    If everything else fails, FTP always has your back

  • Finally a decent file browser in Game mode
    1 project | /r/SteamDeck | 8 Dec 2023
    I have been looking for a file browser which can run in game mode and is reasonably user friendly for simple file operations (copy/delete/rename, etc). Most people recommend Dolphin. it does work but there are issues: the color scheme looks really weird in game mode. context menu does not like game mode, either. Got file browser working (https://github.com/filebrowser/filebrowser) in game mode, which essentially an Edge app accessing a web server on localhost (running as user service). It took some time to set up but the end result is exactly what I would like to have.
  • List of your reverse proxied services
    29 projects | /r/selfhosted | 5 Dec 2023
    File Browser - For access to the files on my NAS
  • Self Hosted File upload service
    1 project | /r/selfhosted | 3 Oct 2023
    filebrowser has user management plus sharing capabilities
  • Folder/File sharing with multiple links
    1 project | /r/selfhosted | 9 Aug 2023
    Filebrowser suppports multiple shares with different expiration dates. It also offers file previews and generates QR Codes for the shares.
  • I need help creating a diy nas for under $1000
    1 project | /r/HomeNAS | 11 Jul 2023
    NextCloud is great for this, but if we're talking sharing files from your sync'd project collection, I'd probably instead recommend Filebrowser. You can point it to the same data store that syncthing is using and it'll make it easy to share the projects. Note that in order to do this you'll need to open up and expose filebrowser publicly. The simplest way to do this would probably be a cloudflare tunnel and for sharing files like this ad-hoc I don't see any issues with their TOS. For things like SyncThing though you'll still wanna do conventional port forwarding. the DIY approach instead of CloudFlare tunnel would be to port forward, set up a dynamic dns record, and set up letsencrypt certs
  • Does FileBrowser have a log of downloaded files ?
    2 projects | /r/selfhosted | 5 Jul 2023

What are some alternatives?

When comparing rest-server and filemanager you can also consider the following projects:

restic - Fast, secure, efficient backup program

Nextcloud - ☁️ Nextcloud server, a safe home for all your data

Burp - burp - backup and restore program

Filestash - πŸ¦„ A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...

BorgBackup - Deduplicating archiver with compression and authenticated encryption.

filegator - Powerful Multi-User File Manager

PhotoPrism - AI-Powered Photos App for the Decentralized Web πŸŒˆπŸ’Žβœ¨

OpenMediaVault - openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in home environments or small home offices.

Invidious - Invidious is an alternative front-end to YouTube

h5ai - HTTP web server index for Apache httpd, lighttpd and nginx.

ERPNext - Free and Open Source Enterprise Resource Planning (ERP)

tinyfilemanager - Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager