mr_jaaay

joined 2 months ago
[–] [email protected] 4 points 3 weeks ago (2 children)

Why not use Joplin? Open-source, very flexible, I run it on a bunch of devices and sync it via a EU cloud provider over S3 in an encrypted bucket…

[–] [email protected] 7 points 3 weeks ago

I’m imagining Data from Star Trek being deleted…

Captain, this is most illogical.

[–] [email protected] 5 points 3 weeks ago

Seconding Hetzner. I recently went on a bibge and moved as many services away from US based companies over to EU based ones, Hetzner being my choice for webhosting, S3 storage and VPS (which I rarely need thanks to my homelab).

[–] [email protected] 2 points 4 weeks ago

Yeah, there are quite a few Hall effect controllers on the market, from what I’ve read they’re quite good…

[–] [email protected] 1 points 1 month ago

I can understand that. Maybe check the list I noted above, I’m pretty sure quite a few can do handwriting recognition (doesn’t the iPad’s native handwriting recognition work with Obsidian?). Though I understand the ‘don’t fix it if it ain’t broke’ inclination as well…

[–] [email protected] 3 points 1 month ago

To follow up on this, I'd look to network segmentation as another useful security barrier. I've just started playing around with VLANs, but the way I plan on setting things up is to have individual VLANs for services, management and IoT, with the LAN for all other user-land devices. On top of this you add strict firewall rules to what can talk to what, on which ports, etc. So all devices on the network can do DNS queries to my two DNS servers, for instance, but things from my services VLAN can't reach anything outside of this VLAN...

[–] [email protected] 5 points 1 month ago (3 children)

There are boatloads of various note-taking apps, both open-source and not, that are much better than OneNote. Take a look at https://noteapps.info/features, where you can browse by specific features you're interested in. I've just recently switched from running DokuWiki for my homelab documentation to Joplin and I'm really loving it so far (I've setup sync to Hetzner's S3 service).

[–] [email protected] 1 points 1 month ago

Seconding this, I'm currently running Proxmox on 3 small NUC-type PCs (two Dell Optiplexes and a Topton from AliExpress). The Topton has a slower Celeron, the two Dells have a i5-6500 and i3-8100t and are both very snappy running a few different containers and VMs (including HomeAssistant).

[–] [email protected] 1 points 2 months ago

I used to spend tons of time on forums 20 or so years ago. Social media killed many of those off, but there’s no reason that something else can’t do the same thing - be it Lemmy communities or something else.

[–] [email protected] 11 points 2 months ago (2 children)

Here’s Active Directory, you’ll figure it out.

[–] [email protected] 2 points 2 months ago

Of course :-)

I think the main thing here is to use your own domain, which means you can point it at whatever host you want, whenever you want. Inbox.eu has worked well for me, it’s simple but also cheap and from the EU :-)

[–] [email protected] 1 points 2 months ago (2 children)

It's one domain per mailbox with 5 aliases per mailbox.

 

I run a small server with Proxmox, and I'm wondering what are your opinions on running Docker in separate LXC containers vs. running a specific VM for all Docker containers?

I started with LXC containers because I was more familiar with installing services the classic Linux way. I later added a VM specifically for running Docker containers. I'm thinking if I should continue this strategy and just add some more resources to the docker VM.

On one hand, backups seem to be easier with individual LXCs (I've had situations where I tried to update a Docker container but the new container broke the existing configuration and found it easiest just to restore the entire VM from backup). On the otherhand, it seems like more overhead to install Docker in each individual LXC.

view more: next ›