this post was submitted on 06 Jul 2023
37 points (97.4% liked)

Selfhosted

39226 readers
609 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
 

I built a simple node js/docker app that uses the unofficial api to fetch photos in a selected timeframe, then send an email with working web links to those photos.

For example, you'll get a daily/weekly/or monthly email with links to any photo in the past within that given day/week/month.

I've only tested it on my NAS (using quickconnect), so I'd love any feedback/suggestions.

The memories feature was the only thing I missed after switching from google photos, so I figured this would be an easy to implement solution.

The docker image is in the docker hub registry, so it's pretty easy to get up running by hosting it on your NAS. You'll just need to add the environment variables. Instructions are in the github readme.

I started building it just as a solution for myself, but figured others might find it useful. Let me know if there are any mistakes or features you'd like to see added! Feel free to open a github issue and make a PR.

Github: https://github.com/treyg/synology-photos-memories

Dockerhub: https://hub.docker.com/repository/docker/treygordon/synology-photos-memories/general

top 3 comments
sorted by: hot top controversial new old
[–] tenebrisnox@feddit.uk 2 points 1 year ago (1 children)

This looks great. I’ll have a go and let you know how it goes.

[–] TreyG@lemmy.world 1 points 1 year ago

Thank you! Let me know if you run into any issues, or see anything that could be improved. This was my first time building a docker image

[–] CoachDom@lemmy.blahaj.zone 1 points 1 year ago

Interesting! I will try it later and will let you know how it works :)