

If I interpret this toot correctly, there wasn’t a direct commit from a sanctioned region, but one developer was in one of those regions for a short while quite some time ago. And he may have been flagged because of this.
If I interpret this toot correctly, there wasn’t a direct commit from a sanctioned region, but one developer was in one of those regions for a short while quite some time ago. And he may have been flagged because of this.
I might rename them. So, e.g. if I’d add another Pi5, the existing one would become rpi5-1
and the new one rpi5-2
.
Wait until I tell you about all the small issues this zoo of devices brings with it… haha.
That one was called just rpi.domain.com
, but didn’t stand the test of time…
MacBook Pro: mbp.domain.com
Raspberry Pi 2: rpi2.domain.com
Raspberry Pi 3: rpi3.domain.com
Raspberry Pi 4: rpi4.domain.com
Raspberry Pi 5: rpi5.domain.com
(Yes, I have one of each.)
Synology DS415+: ds415.domain.com
Phone: iphone.domain.com
Watch: watch.domain.com
AppleTV: appletv.domain.com
Nintendo Switch: switch.domain.com
Unless you’re using outdated server software, there’s nothing inherently insecure with exposing ports to the Internet. Be it port 80 or 443. Just keep everything up to date and maybe add fail2ban to stop people poking around.
+1 for INWX
Zabbix. It has native HTTP items and can do JavaScript and JSON processing on whatever comes back. All configurable via GUI.
The xxx3 seems to be a slightly upgraded version that adds a colour LCD and USB charging ports. Apart from that, it seems to have the same features as the one without the 3
. And the -R
seems to indicate a “restored”/“refurbished” model.
Did you configure NAT to the service(s) and/or DMZ to your internal server in your ISP’s router?
Not allowing even ping seems like it is against any sane networking configuration.
Hmm… I remember buying the license for ST2 back in the days and it specifically saying it’s for ST2.x only. However, it also worked for early ST3 versions but stopped working at some point. Which was when I’ve switched to something else.
After having been shafted by sublime text I will never believe anything called a “lifetime subscription” is such.
Care to elaborate?
AFAIR SublimeText licenses are always only for a specific major version. And they sometimes might work for the next major version. So, I guess you’ve just installed a newer version for which your lifetime license isn’t valid anymore.
I’ve got the same Geekworm cases for all my Raspberries. Added some extra thermal pads in some strategic places and have them all without any active cooling at room temperature (20-21℃). They barely go over 55℃:
The 3B+ has soft-throttling (can be disabled) starting at 60℃, full throttling at 70°C. The 4 starts throttling at 80℃ and the 5 at 85℃. So, with that completely passive cooling I’m still far away from these margins. No need for any moving parts that will make noise at some point in the future.
Also, since the cases have ribs on both sides, I have my Pis standing upright to hopefully make use of the stack effect - which might contribute to the slightly lower than OP’s values.
Even if you pay they have no incentive to get you to stop paying (i.e. find a partner).
You can even use it to do the SSL part for a local non-SSL IMAP server. And, there’s a CrowdSec middleware as well, that will block blacklisted IPs.
it seems easier to manage stuff not in docker
Read into Traefik’s dynamic configuration. Adding something outside of Docker is as easy as adding a new config file in the dynamic configuration folder. E.g. jellyfin.yml
:
http:
routers:
jellyfin:
rule: Host(`jellyfin.example.org`)
entrypoints: websecure
tls:
certResolver: le
service: jellyfin
services:
jellyfin:
loadbalancer:
servers:
- url: "http://192.168.1.5:8096/"
The moment you save that file it will be active and working in Traefik.
You can configure it to make your author page also your ActivityPub profile (compatible with Mastodon). Once people subscribe to that author account, they will get notified of new posts and see them in their timeline. But IIRC there’s no support for historic entries, i.e. people will only see new entries from the moment they subscribed onwards.
E.g. my blog is available as @mbirth@blog.mbirth.uk within the fediverse. If you go there, you’ll most probably see an empty profile. Only when you follow that account, you’ll see future entries pop up in your timeline.
Feedle seems to be a normal RSS directory, but they make lots of noise on Mastodon - so I guess a lot of the blogs listed there will have some Fediverse representation as well…
Panic Nova on macOS, VSCode on Windows, neovim in the Shell.
Be aware that some countries make you liable for what people post on your forum.
Also, have you looked at Discourse? There are some nice apps that work with it and make the experience on mobile slightly better.