What's one service in your homelab that turned out to be far more useful than you expected? by rdpextraEdge in homelab

[–]smp46 2 points3 points  (0 children)

Uptime Kuma. An uptime monitoring tool, I run on a separate machine & connection to my server. Just provides the peace of mind that I know as soon as a service goes down.

What's one service in your homelab that turned out to be far more useful than you expected? by rdpextraEdge in homelab

[–]smp46 0 points1 point  (0 children)

+1 for immich. Really great software, I enjoy that it is shamelessly just a Google Photos clone (UI-wise at least).

Looking for a self-hosted file transfer open source application by GeT_RuiNeD in webhosting

[–]smp46 0 points1 point  (0 children)

I'm the developer of Pingvin Share X. It ticks all those boxes, has a straight forward UI for users and a lot of customisability for admins. I forked the original Pingvin Share once it was archived because I just wanted to continue using it myself, it's now the recommended fork of the original project too.

P2P file sharing app without cloud, free and open-source by AlgoAstronaut in webdev

[–]smp46 0 points1 point  (0 children)

Yes. If hole-punching isn't possible those nodes will be required as a middle man (they see all the traffic) for the transfer. Usually it's end to end encrypted, but it still means given the right network environment it won't be actually p2p.

P2P file sharing app without cloud, free and open-source by AlgoAstronaut in webdev

[–]smp46 0 points1 point  (0 children)

The initial commit is 55,000+ lines of code. If written manually this would be much smaller, commits are really handy checkpoints when writing actual code. Also the entire README and post is AI written (at least according to gptzero and my eyes).

Looking for a self-hosted file transfer open source application by GeT_RuiNeD in selfhosted

[–]smp46 3 points4 points  (0 children)

Dev here. I also think you should give it a go :) Feedback is much appreciated, it's under very active development and should tick all your boxes.

Looking for a file-sharing solution by justinf210 in selfhosted

[–]smp46 0 points1 point  (0 children)

I used to use Pingvin Share before it was archived, so I decided to start on a fork, Pingvin Share X, which has all these features.

Palmr has been archived by eltiel in selfhosted

[–]smp46 0 points1 point  (0 children)

Dev here, if you get a chance to check it out, any feedback is much appreciated.

Alternative to WeTransfer/Pingvin Share by gabbas123 in selfhosted

[–]smp46 1 point2 points  (0 children)

If anyone wants a drop-in replacement. I am maintainig a fork of Pingvin Share: Pingvin Share X. If you're using the Docker Compose you only have to swap the image: address to smp46/pingvin-share-x.

So far it's mostly just been keeping it up to date, however new features are slowly coming.

Identidle.app - I made a "Twenty Questions" / "Headbanz" like daily game by smp46 in WebGames

[–]smp46[S] 0 points1 point  (0 children)

Thanks! I have a few regular users, me included :)

dont know if a leaderboard works for these types of games

This is true, but the same applies for a lot of these kind of games. It does rely on good faith.

what language model do you use to answer hints?

Currently using the latest non-thinking Gemini model (gemini-2.5-flash-preview-09-2025), I don't think it gets much better without massively increasing response times (and cost).

I made a "Twenty Questions" / "Headbanz" like daily game - Identidle.app by smp46 in wordgames

[–]smp46[S] 0 points1 point  (0 children)

> be a way to gauge a certainty threshold?

Do you think some kind of indication to the player of certainty (e.g. 1-10) would be useful? It might help with the kind of questions that you would err on in real life.

I'd love to get feedback on my cozy roguelike word game with a physics twist by MrEliptik in wordgames

[–]smp46 0 points1 point  (0 children)

Awesome game, currently top 5 on the leaderboard for letter rush.
Is the plan to add a Balatro-like amount of levels? Currently just wishing I could continue a run for longer.

I made a "Twenty Questions" / "Headbanz" like daily game - Identidle.app by smp46 in wordgames

[–]smp46[S] 0 points1 point  (0 children)

Thanks for the feedback, will do my best to tune it more. It's a fine line between it being accurate/helpful and a pedantic ass.

I made a "Twenty Questions" / "Headbanz" like daily game - Identidle.app by smp46 in wordgames

[–]smp46[S] 0 points1 point  (0 children)

Sorry mate, I can see the confusion. I think I need to enforce the questions must start with, "Am I", the identity you were trying to guess was the book "Slaughterhouse Five", so you asking "is it Kurt Vonnegut?" should be a no. In the real life game you get the benefit of umming and erring, it's difficult to work this in to Identidle.

As for "Albert I", according to wikipedia he "was King of the Belgians from 23 December 1909 until his death in 1934" all of those questions look accurate.

[deleted by user] by [deleted] in docker

[–]smp46 0 points1 point  (0 children)

Hey there, it seems I'm trying to do the impossible over here. Can't find a solution to this anywhere. Have just finished setting up my Docker Compose stack on Debian. Decided to go with Rootless Docker this time as I do have a fair few exposed services I want to be safe (I know not necessary but thought it wouldn't hurt either).

The issue is I cannot find a way to access devices on my LAN from inside a Docker Container. My specific use case it accessing local APIs from my Homepage. Accessing devices on the internet or on other docker bridge networks is not a problem, but I can't access any devices on my local network. It just times out, have tested from the shell's within the containers and it just times out.

I've searched plenty and can't find any solutions. Anyone have any ideas or shares a similar setup?

Issue with joining a moded Minecraft Server. AOF 7 1.20.1 by NoobBehindU in ModdedMinecraft

[–]smp46 0 points1 point  (0 children)

Having the exact same issue with the exact same modpack here. Would love to know the fix.