Is this about the straight werewolves author?
- 4 Posts
- 222 Comments
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Do bots/scrapers check uncommon ports?English2·6 days agoTBH, it sounds like you have nothing to worry about then! Open ports aren’t really an issue in-and-on itself, they are problematic because the software listening on them might be vulnerable, and the (standard-) ports can provide knowledge about the nature pf the application, making it easier to target specific software with an exploit.
Since a bot has no way of finding out what services you are running, they could only attack caddy - which I’d put down as a negligible danger.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Do bots/scrapers check uncommon ports?English3·6 days agoMy ISP blocks incoming data to common ports unless you get a business account.
Oof, sorry, that sucks. I think you could still go the route I described though: For your domain
example.com
and example servicemyservice
, listen on port:12345
and drop everything that isn’t requestingmyservice.example.com:12345
. Then forward the matching requests to your service’s actual port, e.g.23456
, which is closed to the internet.Edit: and just to clarify, for service
otherservice
, you do not need to open a second port; stick with the one, but in addition tomyservice.example.com:12345
, also accept requests forotherservice.example.com:12345
, but proxy that to the (again, closed-to-the-internet) port:34567
.The advantage here is that bots cannot guess from your ports what software you are running, and since caddy (or any of the mature reverse proxies) can be expected to be reasonably secure, I would not worry about bots being able to exploit the reverse proxy’s port. Bots also no longer have a direct line of communication to your services. In short, the routine of “let’s scan ports; ah, port x is open indicating use of service y; try automated exploit z” gets prevented.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Do bots/scrapers check uncommon ports?English9·6 days agoI am scratching my head here: why open up ports at all? It it just to avoid having to pay for a domain? The usual way to go about this is to only proxy 443 traffic to the intended host/vm/port based on the (sub) domain, and just drop everything else, including requests on 443 that do not match your subdomains.
Granted, there are some services actually requiring open ports, but the majority don’t (and you mention a webserver, where we’re definitely back to: why open anything beyond 443?).
Client side, under advanced:
That’s a setting
Alright, thanks for the info, that’s good to know. Trying to make the jump becomes more enticing every day.
Thanks for sharing! Sounds about as good/bad as I was expecting. How’s the browser experience? Also, are there any features/tweaks you are aware of that you could not get through Nix, that the more “commercial” Linux device manufacturers have developed for their devices?
Holy crap! A NixOS-on-phone user in the wild! You are rocking my dream setup. How’s your experience been with it? Is it remotely daily drivable for phone things?
InfCloud. Works well with Radicale, and does contacts, too.
It’s not pretty, but works very well for the 5/100 times I want to check through a browser instead of Calendar app / Thunderbird.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Have you tried self-hosting your own email recently?English2·21 days agoYes. Using simple-nixos-mailserver as the foundation.
Really great experience, and have had no deliverability issues.
smiletolerantly@awful.systemsto Linux@lemmy.ml•Linux phones are more important now than ever51·1 month agoHow exactly does Free, non-open-source software prevent that?
smiletolerantly@awful.systemsto Asklemmy@lemmy.ml•What are the three most visited sites in your web browser?4·1 month agoGithub, Lemmy, my blog.
I miss the Be Like Bill memes
smiletolerantly@awful.systemsto Asklemmy@lemmy.ml•what questions do you have but don't feel you can ask trans people?5·1 month agoI just started working at a new place, and my closest coworker has my deadname. Threw me for like half a second, but hasn’t been an issue at all otherwise.
Hey, thanks! It’s a photo I took almost a decade ago in New Zealand. Here’s a link.
I also have a second “swipe” to the homescreen (with about as many apps), but I make a point to keep apps installed to a minimum, and everything else is not used commonly enough to justify a place on the homescreen. 95% of my app opens are probably Firefox, haha.
I kinda like it, but fuck Xiaomi for disabling gestures unless you use their launcher.
Used Kvaesitso previously.
smiletolerantly@awful.systemsto Selfhosted@lemmy.world•Is there a selfhosted eBooks app that can do this?English3·2 months agoYes, in supported apps / protocols. Koreader, for example, should have 2-way sync for eBooks, and Mihon has 2-way sync for Manga.
+1 for kavita. It also has a nice webreader ui.
Do not