this post was submitted on 08 Nov 2025
35 points (97.3% liked)

Selfhosted

52824 readers
607 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 2 years ago
MODERATORS
 

My siblings and I are doing secret santa every christmas. I would like to self host a webapp, that will randomly appoint a secret santa for each of us. And each of us should be able to save some wishes to that app, which then only the secret santa of that person will see.

Is there something, that would fit this description? Thanks for your help

all 7 comments
sorted by: hot top controversial new old
[–] howlingecko@sh.itjust.works 16 points 1 day ago (1 children)

I was looking for a gift list app and recently found this. It also has a secret Santa feature.

https://github.com/icbestCA/giftmanager

[–] lucullus@discuss.tchncs.de 8 points 1 day ago

That looks promising. And I can contribute with a translation for another language

[–] youngGoku@lemmy.world 5 points 1 day ago (1 children)
[–] lucullus@discuss.tchncs.de 3 points 1 day ago

I will try it, when I'm home again. The commit history starts and ends about 5 months ago, so yeah, probably not fully finished. Thanks for the suggestion

[–] PriorityMotif@lemmy.world 2 points 1 day ago (1 children)

You could use a math trade software. Instead of putting in items just have everyone select each other's names. Or you could just do a math trade where everyone enters an item and then everything gets randomly traded somewhat like a white elephant but anonymized.

github.com/chrisokasaki/TradeMaximizer

[–] lucullus@discuss.tchncs.de 1 points 23 hours ago* (last edited 23 hours ago)

Wow, thats one kind of a project. I'm impressed. Though it doesn't really fit my problem. It has to be something webbased, where everyone of us can use it without an app, without seeing each others information. From the github page it looks like a local tool. And also focused trading similar items. The presents in our secret santa are highly individualized, so randomly trading does not make much sense. And if the interface is too clunky, my non-tech siblings will just reject using it. I want to keep them from deciding for some free privacy nightmare app.

But I thank you for the suggestion. Its an interesting project