[–] 4 points 6 days ago

Maybe I missed it, but I didn’t notice anyone elaborate on what I think is the simplest way to handle this.

You can port your existing number to a VOIP provider (I’ve had good experience with voip.ms and Flowroute). Then you get an ATA (analog telephone adapter), connect to the VOIP service and plug your existing landline phone into it. Secure hand ATAs are pretty reasonable priced. I like the Grandstream HT802.

  • source
  • [–] 3 points 3 weeks ago

    It sounds like you do want to set the default route to the LXC’s address. Then set individual routes for the local LAN and cluster traffic. The routing table will prefer the more specific route (e.g., if you’re trying to get to 192.168.0.14, it will prefer the route you set for 192.168.0.0/24 instead of the default, which is equivalent to 0.0.0.0/0).

  • source
  • [–] 4 points 2 months ago

    I like @pgo_lemmy’s answer best, but instead of rebuilding the original system, (assuming you did the default ZFS installation) you can add the bigger device as part of a mirror, let it resilver, install the boot loader, and then detach the smaller device from the mirror. It should automatically grow to the bigger size once the smaller device is removed and the only downtime you’d have is from installing the bigger device. Check the PVE wiki and you should find some details on this method.

  • source
  • [–] 4 points 2 months ago (2 children)

    Michael Lucas released a stellar book on the subject not long ago (https://www.tiltedwindmillpress.com/product/ryoms/). It’s pretty thorough, relatively up-to-date, and (like all his stuff) a fun read. It does a great job of demystifying the mechanics. As far as the implementation goes, I’ll put in another vote for Mailcow, which combines all of the components into a very usable docker stack.

  • source
  • [–] 4 points 4 months ago

    I don’t have a real preference, but one more advantage to the plugin route is that if you need something that’s not available, cobbling together a plugin is much simpler than modify most projects directly.

    I recently spent a lot of time doing this with Odoo and I was very grateful for the modularity.

    By the way, in case you haven’t found it, there is a pretty decent wysiwyg editor plugin for DokuWiki. I use it at work and it’s been pretty simple for my users.

  • source
  • view more: next ›