this post was submitted on 09 Jan 2024
74 points (100.0% liked)

Selfhosted

39368 readers
547 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Pinry is like Pinterest, but open source and you can very easily self-host it. I just installed it a few days ago and it's really easy to learn; I've saved a few images in it that I wanted to keep. It's very handy, IMO.

This is the first self-hosted app I've installed that I think my family will want to use as well. Now, my SO and I can share pictures of things we want to work on around the house and such, and my kid can share pics of the dogs. Not exactly essential software but fun nonetheless!

The install via Docker was very easy. Just follow these steps. Just don't do what I did at first and follow the readme from a now out of date github repo. That doesn't work any more.

The source is here - https://github.com/pinry/pinry

Once you have it up, there's a bookmarklet visible from the home page that makes it very easy to "post" an image from any other site to your Pinry site in just a couple of clicks. There are Chrome and Firefox extensions instead, if you prefer. But wait - there's more! There's also an API included which would allow you to, for instance, post a Pin to your boards from the console via curl.

All in all, this is good stuff and I thank the team who are working on it very much.

you are viewing a single comment's thread
view the rest of the comments
[–] PhilipJFryJr@lemmy.ml 3 points 8 months ago

Sounds cool! Thanks for sharing!