rest-server VS PhotoPrism

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

rest-server

Rest Server is a high performance HTTP server that implements restic's REST backend API. (by restic)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
rest-server PhotoPrism
8 510
846 32,590
5.0% 2.8%
7.4 9.9
19 days ago 3 days ago
Go Go
BSD 2-clause "Simplified" License GNU General Public License v3.0 or later
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.

PhotoPrism

Posts with mentions or reviews of PhotoPrism. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-21.
  • Show HN: Memories, FOSS Google Photos alternative built for high performance
    11 projects | news.ycombinator.com | 21 Mar 2024
    I have been using https://www.photoprism.app for a couple of years, and it works better than expected, with the latest updates it's actually quite fast and the face tagging works reasonably well.
  • Ente: Open-Source, E2E Encrypted, Google Photos Alternative
    23 projects | news.ycombinator.com | 1 Mar 2024
    For self-hosting, there's Photoprism[1] as well.

    Ente's strength lies in end-to-end encryption[2] and its cloud[3] offering so you don't have to worry about reliability.

    So if self-hosting is what you're after, Immich, Photoprism and Damselfly (TIL!) are perhaps better designed to serve your needs.

    [1]: https://github.com/photoprism/photoprism

    [2]: https://ente.io/architecture

    [3]: https://ente.io/reliability

  • Switching to Android Was Easy
    1 project | news.ycombinator.com | 26 Feb 2024
    For quite a while I'm also in search for a solution which allows me to share galleries with my family, without having to ask them to jump through hoops in order to access them.

    After some searching I'm now testing photoprism [1] which is a fantastic application, especially for self-hosting of photos. There's no mobile app for it (yet) and user-management is just starting to get implemented, but it shows alot of promise. Unfortunately not yet enough for putting it on the tablet of my granny but one can hope (and donate!)

    Either way, I'm afraid that building a good mobile gallery app is an equally large task, after all the best solution would be to replace the users' native gallery-app with an equivalent that also supports custom Online-Galleries...

    [1]: https://www.photoprism.app/

  • I write HTTP services in Go after 13 years (Mat Ryer, 2024)
    12 projects | news.ycombinator.com | 9 Feb 2024
    out of curiosity, why no sort-of-established pkg and internal dirs? What do you think of https://github.com/photoprism/photoprism structure?
  • Escaping Surveillance Capitalism, at Scale
    7 projects | news.ycombinator.com | 18 Jan 2024
    Thank you!

    Ente was first a piece of hardware, then a self-host-able project, but we had a hard time monetizing both, which lead to the E2EE pivot.

    TIL about TagSpaces, thanks!

    Our server can be open-sourced, but we're unsure of the value E2EE will provide, with services like Photoprism[1] and Immich[2] already doing a good job of serving customers who prefer to self host. In this context E2EE might become a constraint, rather than a feature.

    [1]: https://github.com/photoprism/photoprism

    [2]: https://github.com/immich-app/immich

  • Google Photos alternative with OCR
    3 projects | /r/selfhosted | 10 Dec 2023
    Ive seen github issues like this one https://github.com/photoprism/photoprism/issues/907 in which it is implied that this is very very difficult.
  • New Release 231128-f48ff16ef βš™οΈπŸŒˆ
    1 project | /r/photoprism | 30 Nov 2023
  • Photo gallery frontend with encryption and search
    3 projects | /r/selfhosted | 27 Nov 2023
    Hi. I want to implement an image server similar to Photoprism using ImageAI to tag images based on objects and context. However I don't want to spend to much time working on the frontend, at first I were thinking about using Danbooru and use Flexbooru or the web interface on my phone. But it doesn't have any encryption or password protection (since the purpose of it is to be used as a public image board).
  • Suche Fotoverwaltungssoftware
    1 project | /r/de_EDV | 10 Oct 2023
    https://www.photoprism.app in Docker.
  • Ask HN: How do you manage photos, philosophically?
    5 projects | news.ycombinator.com | 27 Sep 2023
    PhotoPrism[0] and some ugly plumbing[1] to semantically tag all images in the gallery.

    0: https://github.com/photoprism/photoprism

What are some alternatives?

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

restic - Fast, secure, efficient backup program

Piwigo - Manage your photos with Piwigo, a full featured open source photo gallery application for the web. Star us on Github! More than 200 plugins and themes available. Join us and contribute!

Burp - burp - backup and restore program

immich - High performance self-hosted photo and video management solution.

BorgBackup - Deduplicating archiver with compression and authenticated encryption.

librephotos - A self-hosted open source photo management service. This is the repository of the backend.

filemanager - πŸ“‚ Web File Browser

Lychee - A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.

Invidious - Invidious is an alternative front-end to YouTube

Photonix - A modern, web-based photo management server. Run it on your home server and it will let you find the right photo from your collection on any device. Smart filtering is made possible by object recognition, face recognition, location awareness, color analysis and other ML algorithms.

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

Photoview - Photo gallery for self-hosted personal servers [Moved to: https://github.com/photoview/photoview]