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
- 29 Comments
AbouBenAdhem@lemmy.worldto
Selfhosted@lemmy.world•Is Home Assistant the recommended default for smart homes?English
58·5 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·5 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
23·9 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
10·11 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
52·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
4·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
Open Source@lemmy.ml•WikiTimeline: Transform Wikipedia articles into interactive timelines where you can compare historical figures/events and discover surprising connections.English
16·1 year agoIf anyone’s interested in adding similar functionality to their own MediaWiki installation, you can use the ModernTimeline and SemanticMW extensions without the need for an AI to parse the pages for dates.
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·2 years 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·2 years 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
10·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
Open Source@lemmy.ml•What's your favorite FOSS tools for image editing?English
10·2 years agoYou can install and run Stable Diffusion locally (Pinokio is a versatile installer that can run SD and many other open-source AI tools as well). With SD you can build your own upscalers that are better than Upscayl, and do things like background removal too (in addition to prompt-based generation and such).
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.
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.
If you didn’t map a local config file into the container, it’s using the default version inside the container at /app/public/conf.yml (and any changes will get overwritten when you rebuild the container). If you want to make changes to the configuration for the widget, you’ll want to use the -v option with a local config file so the changes you make will persist.
RSS feeds seem like the obvious replacement—how is your vibe-coded solution better?