• 6 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 18th, 2023

help-circle






  • That might be the ticket. I might just try to expose the ui off the box itself and configure a systemd unit or something to run it on boot.

    Will probably set up a throwaway VM tomorrow to test it out. Thank you.

    Edit: So I didn’t quite understand the entire process (and to some degree with the ACL, still don’t yet) but this is what I know now.

    The two binaries are kopia and kopia-ui. The latter is to be used on a desktop (or something with a window manager) for easy config of the snapshots, etc. The normal kopia binary is CLI only and suitable for servers.

    But with the kopia binary (and the ui one presumably) you can start a server with it and then access that from any machine, firewalling dependent of course.

    I started that with kopia server start --address 0.0.0.0:51515 --server-username= --server-password= --tls-cert-file /root/my.cert --tls-key-file /root/my.key after having generated a cert and key. You can also just pass --insecure if you don’t care about https (ie. testing.)

    From there it lists the configured snapshots, etc. This might be exactly what I need and a systemd unit file would be easy enough to create to have this started on boot.

















  • Abortion is the big ticket item and the headline isn’t wrong but it’s also more than that- it would’ve basically given the Ohio Republican Party power for decades. They already illegally gerrymander, etc. and this would’ve made them even more unaccountable.

    • Current rules- 44 counties to get signatures, 10 day cure period to gather more if you fall short, 50+% to pass.
    • Proposed rules- 5% from ALL 88 counties, no cure period, 60% to pass.

    Essentially, grassroots initiatives already have a high hurdle and this would’ve made them effectively impossible. Only big moneyed interests could ever get anything on the ballot again.

    Very, very happy it failed.




  • I went with dokuwiki forever ago. Super stupid simple single container to run (no DB) and writes down to plain text files. I sync it with git every now and then.

    My only gripe about it is the dokuwiki syntax and not using normal markdown. I do now have a plugin for that but it’s still just ok. But at this point I might be too engrossed in it to ever really switch. But other than that it works well, is lightweight, has other plugins (email, mermaid flow charts, etc. etc.) and really is pretty maintenance-free.

    If there is some better one that is accessible via a browser and doesn’t require a DB then I’d be interested.