←back to thread

122 points sks147 | 8 comments | | HN request time: 0.001s | source | bottom
1. snozolli ◴[] No.42165882[source]
you’ll need to increase the resources to atleast

"Atleast" isn't a word.

I looked at wiki.js and I don't understand why you wouldn't just install Mediawiki. It only takes a few minutes and wiki.js doesn't look any more sophisticated at a glance.

replies(2): >>42167221 #>>42167619 #
2. movedx ◴[] No.42167221[source]
I agree. MediaWiki is a solid solution and is very easy to setup. You can one-click deploy on DigitalOcean for $10/month and just enable daily snapshots. You can even use a managed DB if you want.
replies(1): >>42168757 #
3. crabmusket ◴[] No.42167619[source]
You seem to be copping alot of flak for that comment
4. snozolli ◴[] No.42168757[source]
You can one-click deploy on DigitalOcean for $10/month

Am I the only person left who simply has a web server? Untar Mediawiki, edit a few config variables, run an established database script, and off you go. Maybe I'm wildly out of touch, but I don't see why everything has to be a container or a monthly paid service around here.

I get it for something like an email server, where misconfiguration could lead to your server being a zombie, but I don't get it for something like a wiki.

replies(4): >>42169283 #>>42169541 #>>42171906 #>>42202669 #
5. Arrowmaster ◴[] No.42169283{3}[source]
Container makes it easy to update. I don't need to go read the instructions about which files I need to replace or what to do about modified files. If it's built properly to run from a container and uses sane version numbering, all I need to do is pull the new image and restart the container.

There are still plenty of not sane container builds that don't make it easy. If I need to checkout a git repo and mount a path into the container it's not sane. Pulling an image and starting a docker-compose should be all that's needed.

6. ◴[] No.42169541{3}[source]
7. 1oooqooq ◴[] No.42171906{3}[source]
and subscribe to yet another security announce email, i hope
8. movedx ◴[] No.42202669{3}[source]
Actually I’m on your side there. I have three servers in the garage on a 250mbit private fibre link… that I never use. I want to get my backside in gear and get the ProxMox cluster running a bit of web infrastructure and then forward to it on the Mikrotik that terminates the fibre.

The only reason I recommended DO is it’s just simple and not too expensive. But your point is fair.