this post was submitted on 14 Mar 2024
30 points (94.1% liked)
Selfhosted
60482 readers
1241 users here now
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Fossil-scm.org is very lightweight (2mb ram) and does quite a lot. See if you like it.
That's pretty neat!
Fossil looks really cool ! To bad they don't approve a container setup ! They surely have their reason.
They don’t? They even ship a Dockerfile, the prebuilt image is just not published on a registry
https://fossil-scm.org/home/doc/trunk/www/containers.md
Wow, they really hate the idea that everyone could just spin up a Docker container with their wiki software.
Eh, they just don’t pre-build and publish the image themselves. Why assume malice? 🤷♂️
Btw, Fossil isn’t really a wiki software but a full on source control system a la git, with its own front end, that includes a wiki. It’s developed and used by the SQLite developers. It’s a single executable, so it’s pretty easy to run anywhere already, I assume they may just provide the Dockerfile for convenience…
Given this context it seems much more reasonable having such a complex and long instructions page on how to run it in Docker. This seems to be something you don't just try and run simply for checking it out.
I looked at the instructions it under the premise of "lightweight wiki server" and did not check in detail what this specific software is.
Hadn't heard of it before. Looks promising, thank you.