Leafwiki website looks like ai slop
Comment on My selfhosting setup so far
carlnewton@feddit.uk 1 day ago
Awesome! I have a very similar setup to you. I recommend installing pi-hole regardless and putting at least Hagezi’s normal block list on it, just for a sane web browsing experience.
Home Assistant is also really good, because it includes a bunch of stuff that you probably wouldn’t first think of. For instance, I’m using its API to request the indoor temperature from my home thermostat and the outdoor temperature from a weather module that it has built in, and I’ve programmed it to let me know when it’s too hot to walk the dog, and when to open/close the windows in the house to keep it as cool as possible in this heatwave.
I’m using LeafWiki for home documentation. A list of things I intend to try hosting, my backup strategy which I’m bound to otherwise forget. I’m thinking about putting all of our meals on there so that we when we get tired of a particular meal for a while, we can return to it when we’re at a loose end with the shopping.
GraveyardOrbit@lemmy.zip 1 day ago
innocentz3r0@programming.dev 1 day ago
Oh wow! I didn’t know home-assistant can work in a closed network, but now it makes sense
What does leafwiki do exactly?
I also read your backup strategy below and that seems pretty interesting. My strategy differs. Have nothing in the volumes, unless it’s like docs or whatever lol. I do think that’ll change with things like Paperless, since I’d want to persist and carry over the tagging strategy or whatever.
carlnewton@feddit.uk 1 day ago
It just allows you to quickly make pages of content, like Wikipedia. It has a tree navigation and search. Here’s a demo site: demo.leafwiki.com/home
innocentz3r0@programming.dev 1 day ago
Ah, it seems that gollum would cover this, although I’d keep an eye on this as well.
kalapala@sopuli.xyz 1 day ago
How do you do backups and what’s the codeberg service?
carlnewton@feddit.uk 1 day ago
I keep my container volumes in sub-directory of that of the docker compose file and tar them up and put them somewhere safe. I spent ages trying to figure out how to back up a container, because I thought that the state of a database was in memory, which I suppose it is, but when you stop it, it’s just a bunch of files like everything else, so I elected to keep it simple. I’ve been thinking of creating a cron job to do it routinely. I’m not sure what you mean regarding the codeberg question.
kalapala@sopuli.xyz 2 hours ago
Picture has title services and under it there’s Codeberg and GitHub. Is it just the state of the public service or do you have some repos monitored there or something? I just wonder why are those there as you probably have no source for… Okay well maybe you could have codeberg source code but GitHub?
specialseaweed@sh.itjust.works 1 day ago
I’m checking out LeafWiki. Thanks for that.