The list is getting bigger and bigger. That is a good thing. But it now gets harder and harder to explore. More details on the list would help a lot.
- 3 Posts
- 36 Comments
dragnucs@lemmy.mlto
Selfhosted@lemmy.world•What indexers do you use in Prowlarr, Radarr, SonarrEnglish
61·6 months agoYou will always get errors at some point. You could just perform simple searches until you find one that works for you.
Rytgmbox does not do your feature number 3, my personal workaround is to, before closing the app, add the current song to the play queue, so it will be picked up next time you start the application.
dragnucs@lemmy.mlto
Programmer Humor@programming.dev•we did a little bit of branch fuckery
42·7 months agoThis in fact is vert good d’or large trams that work on 3 to 7 featyres or bug fixes in thé aame tome. Simple, ans vert easy to trace.
I’ve se en much much worse where you can’t keep track of where branches come from and where they go, and even if you do, you cannot predict what they can contain.
How does this work? Aren’t mesages meant to be encrypted? Or does is just work on the message you want to send? Even like that it would send all messages making a parallel clear version of all messages.
dragnucs@lemmy.mlto
Selfhosted@lemmy.world•[Solved] How do I debug network issues, regarding caddy in podman?English
2·1 year agoThe only two important columns are “Local address: port” and “process”. The later is what process is listening whille the former is the interface that process is listening on and the port.
So you see that I don’t have any process listening on any port other than 80 and 443 iin the host and the regular ones.
That said, you containers will still listen on the ports you want but only on a virtual network interface.
Basically you only need to publish ports 80 amd 443 on the container or pod you have your reverse proxy on. Other containers need to only be attached to the same network as you already did.
dragnucs@lemmy.mlto
Selfhosted@lemmy.world•[Solved] How do I debug network issues, regarding caddy in podman?English
3·1 year agoIt is good you have solved you initial issue. However, as you say, your rules are too permissive. You should not publish ports from containers to the host. Your container ports should only be accessible over reverse-proxy network. Said otherwise <my domain>:3000 should not resolve to anything.
This can be simply acheive by not publishing any port on your service containers.
Here is an example of my VPS:
Exposed ports:
$ ss -ntlp State Recv-Q Send-Q Local Address:Port Peer Address:Port Process LISTEN 0 128 0.0.0.0:22 0.0.0.0:* users:(("sshd",pid=4084094,fd=3)) LISTEN 0 4096 0.0.0.0:443 0.0.0.0:* users:(("conmon",pid=3436659,fd=6)) LISTEN 0 4096 0.0.0.0:5355 0.0.0.0:* users:(("systemd-resolve",pid=723,fd=11)) LISTEN 0 4096 0.0.0.0:80 0.0.0.0:* users:(("conmon",pid=3436659,fd=5)) LISTEN 0 4096 127.0.0.54:53 0.0.0.0:* users:(("systemd-resolve",pid=723,fd=19)) LISTEN 0 4096 127.0.0.53%lo:53 0.0.0.0:* users:(("systemd-resolve",pid=723,fd=17))Redacted list of containers:
$ podman container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES [...] docker.io/tootsuite/mastodon-streaming:v4.3 node ./streaming 2 months ago Up 2 months (healthy) social_streaming docker.io/eqalpha/keydb:alpine keydb-server /etc... 2 months ago Up 2 months (healthy) cloud_cache localhost/podman-pause:4.4.1-1111111111 2 months ago Up 2 months 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp 1111111111-infra docker.io/library/traefik:3.2 traefik 2 months ago Up 2 months 0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp traefik docker.io/library/nginx:1.27-alpine nginx -g daemon o... 3 weeks ago Up 3 weeks cloud_web docker.io/library/nginx:1.27-alpine nginx -g daemon o... 3 weeks ago Up 3 weeks social_front [...]
dragnucs@lemmy.mlto
Open Source@lemmy.ml•So after all this time, what is the established Redis alternative? Is is valkey? Keydb? Or something else?
2·1 year agoGreat to hear it is a good drop-in replacement. I’ve been using KeyDB, but seeing valkey is more actif, I may endup using it too.
They now he is sick of it and wants to switch career completely.
Participants need to find the right balance of information. I noticed it is productive when developers give just enough information for other to understand but not too much to confuse them and loose time. This is not easy to achieve…
Why is your scrum 1 hour long?
Not really weired. For example, a keyboard has a firmware. 99% of keyboards have no way of it being updated or changed. It is part of its electronics. So not a big deal. But, if a keyboard has a way to update the firmware or install another one, then it should be FOSS.
dragnucs@lemmy.mlOPto
Selfhosted@lemmy.world•Full open source and private camera monitoring systemEnglish
1·2 years agoI tried this in the past and it does not seem a good option. Letting a smartphone record 24/7 would make it melt maybe.
dragnucs@lemmy.mlOPto
Selfhosted@lemmy.world•Full open source and private camera monitoring systemEnglish
3·2 years agoTheir code repository is still active. So worth giving a look.
dragnucs@lemmy.mlOPto
Selfhosted@lemmy.world•Full open source and private camera monitoring systemEnglish
2·2 years agoThanks. this opens up more devices to choose from. So products like hikvison are a candidate for me now.
dragnucs@lemmy.mlOPto
Selfhosted@lemmy.world•Full open source and private camera monitoring systemEnglish
1·2 years agoWhat hardware is it compatible with?
dragnucs@lemmy.mlOPto
Selfhosted@lemmy.world•Full open source and private camera monitoring systemEnglish
1·2 years agoYes I may, I don’t have it setup now, but I do have an ultra PC that might run it.
dragnucs@lemmy.mlOPto
Selfhosted@lemmy.world•Full open source and private camera monitoring systemEnglish
2·2 years agoIt would be best if I don’t have to create an account or install a proprietary app to perform the initial setup.
I still haven’t found any AMCrest camera being sold near me. I found some Hikvison.
dragnucs@lemmy.mlOPto
Selfhosted@lemmy.world•Full open source and private camera monitoring systemEnglish
4·2 years agoI made some reasearch for avalable hardawar near me and found this one Hikvison DS-2CD1053G0-I
I’ll keep looking for ones that are more inside friendly.
Many thanks!




Thanks for letting us discover a ton of new things. Especially SwayFx. Nice rice.