That’s is not a lot by any means, specially with video in the mix.
- 24 Posts
- 50 Comments
Unless you are adding hundreds of pictures to immich every day and you are planning on using their machine learning stuff a lot, I’d say you don’t need any new hardware. The services you want should run easily even on machines with 4GB of RAM. If I were you, I’d just get one 2TB hard disk, put it in an external case and connect to the laptop via USB and keep this setup until this bubble pops.
I’ve done it with Authelia, but take a look at https://www.navidrome.org/docs/getting-started/extauth-quickstart/ and you will can find out more options. If all you want is to have a password-protected page, maybe you can go by with just basic digest authentication on Apache (or Nginx, or Caddy) standing as a proxy .
For music playing: navidrome is pretty straightforward.
rglullis@communick.newsMto
Home Networking•Advice on first home router(possible modem?)English
2·8 months agoBy your description, it seems you are on DSL. Is that the case? Likely you will need a DSL modem.
rglullis@communick.newstoData Hoarder•travel info wanted (blablacar, flixbus, trains, etc)English
2·8 months agoIs there any type of browser extension that could help people crowdsource data? It’s the only way I see how to build this dataset.
rglullis@communick.newstoData Hoarder•travel info wanted (blablacar, flixbus, trains, etc)English
2·8 months agoI think the issue here is that pricing for trips is heavily dependent on the user profiling and segmentation. It will be hard to find “public” datasets because a query about trips from point A or to point B will vary simply by matter of who is asking.
rglullis@communick.newsMto
Home Networking•Microsoft Teams and their seemingly bizarre routingEnglish
1·1 year agoYeah, that would be a possibility.
Another thing could be that some of packets are routed out of the optimal path to avoid getting “stuck” in some local maxima? Just a guess, it’s been a while since I played with routing tables.
rglullis@communick.newsMto
Home Networking•Microsoft Teams and their seemingly bizarre routingEnglish
1·1 year agoWere you talking with anyone in Europe, by any chance?
IPFS for your site?
Use the wordpress AP plugin to federate the posts directly?
I mean, I don’t mean to discourage you from posting. I was just curious for your reasons, and was wondering if you’d also consider these other possibilities.
Ok, then I’m confused… why would you be interested in doing that? Wouldn’t it be better to just post a (short) summary in the body of the post and let people check things out in your blog?
Hey, a bit off-topic, but how did you get the whole blog post here? Are you using the Wordpress plugin, or did you copy the source into your Lemmy client UI?
rglullis@communick.newsMto
Home Networking•U.S. lawmakers request probe into Chinese router manufacturer TP-Link — letter cites cybersecurity vulnerabilities with TP-Link routersEnglish
2·2 years agoAll the more reason to try to keep it on-topic. If things are still just starting, it’s quite easy to derail it by trying to push content that is not necessarily the main focus of the community.
Edit: I updated the rules to be more specific about it.
rglullis@communick.newsMto
Home Networking•U.S. lawmakers request probe into Chinese router manufacturer TP-Link — letter cites cybersecurity vulnerabilities with TP-Link routersEnglish
23·2 years agoThanks for the submission, but it feels a bit off-topic for this community, no?
Communities on selfhosted.forum are meant for community support and exchange of information, and less about general news.
Are you familiar with Traefik in any way? It will really pay off if you do.
Redundancy seems always a good idea. The only question which server you’d use for failover and is whether you are okay with the idea of your traffic going there.
Are you building it with any of configuration files or credentials inside?
But why would you want it to be private? Specially for headphones, having it available for the community would be fantastic!
Very nice. Every victory should be celebrated. What image/project were you working on?












That looks really interesting! Congrats on shipping. I’m glad to see more people implementing “headless” AP servers.
The one piece of feedback I have: your outbox seems to have no pagination and it’s only showing updates for your actor profile. So there is no way for someone to use browse through your posts or use the outbox as a “RSS feed” of sorts. It’s also embedding the whole object, all the time. If you are just serving static files (which are easy to cache), perhaps it would be better to just provide a stable URL for the objects, and then just return the document id in the “object” field?