MediaWiki’s probably overkill for basic wiki functionality, but I use it for the sake of Semantic MediaWiki and associated extensions. But SMW has more of a learning curve, so it might not be worth it for a casual-use wiki.
- 0 Posts
- 40 Comments
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Is Home Assistant the recommended default for smart homes?English
58·4 months agoIn terms of software, yes. But HA can be run on nearly anything—there’s no need to buy their hardware to use it.
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Any way to make nextcloud more like Google Photos? (Solved!)English
5·4 months agoHaving a world map that has pins on it based on location EXIF data in photos
Don’t you get that in NC already, if you go to Maps > My Photos ?
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Why do I need a domain to access my Funkwhale library but not SyncThing?English
24·7 months agoSyncthing uses a centralized discovery server to connect device IDs to IP addresses (although you can change this to point to your own discovery server, too).
I don’t know if Funkwhale has a similar option.
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Anyone automate anything with smart thermostats and outdoor temp?English
9·9 months agoI don’t have a thermostat, but I have indoor and outdoor temp and humidity sensors, and a window position sensor. HA notifies me (via lighting color) if I should open the window because the outdoor conditions are better than indoors, or vice versa.
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Why all docker compose files use the managed docker volumes instead of directly mounting a custom directory?English
63·1 year agoI assume it’s because it reduces the possibility of other processes outside of the linked containers accessing the files (so security and stability).
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Battle of the noobs: CasaOS X Yunohost X TrueNAS ScaleEnglish
0·1 year agoCasaOS is not an operating system and more like a GUI for Docker
So it’s more like Portainer?
Internal server (Home Assistant etc.): domus
External server (Nextcloud etc.): nimbus
Router/firewall: murus
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•can you boot a server if someone tries to connectEnglish
20·1 year agoI believe so—see Wake-on-LAN.
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•What is your self-hosting setup for home thermostat?English
11·1 year agodeleted by creator
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•What skills are needed to self host without too many headaches?English
4·1 year agoOne under-appreciated aspect of Docker is that it forces you to document all your setup steps in your dockerfile and docker-config files.
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Experiences with zfs deduplication?English
31·1 year agoI haven’t tried it because I’ve read a lot of negative discussions of it—and because (by my understanding) the only reasonable use case would be if there were a large number of users and each user is likely to have copies of the same files but don’t want to expose their files to each other (so you can’t just manually de-dupe).
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Self-Hosting Isn't a Solution; It's A PatchEnglish
9·2 years agothe tech community keeps waiting for everyday people to take the baton of self-hosting. They never will—because the effort and cost of maintaining self-hosted services far exceeds the skill and interest of the audience.
The same argument could have been used a century ago to claim that everyday people would never switch from trains to private cars, because the effort and cost of maintaining a car exceeds the skill and interest of most travelers. That may have been true at one point, and may be true again in the future—but it’s contingent on changing circumstances, not a categorical truth.
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Is it possible to run a reverse proxy only on a specific service or port?English
3·2 years agoA typical use case is to forward a single port to the proxy, then set the proxy to map different subdomains to different machines/ports on your internal network. Anything not explicitly mapped by the reverse proxy isn’t visible externally.
AbouBenAdhem@lemmy.worldto
Canvas@toast.ooo•Suggestions for Canvas and future events!English
6·2 years agoOr scale up the canvas periodically instead of adding blank space, so each old pixel becomes four new pixels.
AbouBenAdhem@lemmy.worldto
Canvas@toast.ooo•Suggestions for Canvas and future events!English
11·2 years agoHave the cooldown time vary incrementally across the canvas—so there’s a “hot” end where people can make things quickly (and get overwritten quickly), and a “cool” end where designs take longer to draw but are more permanent.
I’ve been helping to fill in background areas with the green labyrinth pattern toward the middle of the canvas.
Does it need to be accessible via API (e.g. SQL) or just a spreadsheet-style web interface?
You can use any port for SSH—or you can use something like Cockpit with a browser-based terminal instead of SSH.
RSS feeds seem like the obvious replacement—how is your vibe-coded solution better?