

2·
13 days agoThat’s not included VAT kek
And for some reason it’s always been this pricy with serverpartdeals, other stuff from USA not so much
I like sysadmin, scripting, manga and football.
That’s not included VAT kek
And for some reason it’s always been this pricy with serverpartdeals, other stuff from USA not so much
Server part deals have great prices on the hardware.
But the shipping to my location for some reason is 120€, a 50% increase of the product wtf
is the warehouse in the moon or what!
The easiest way by far is downloading an existing dump from kiwix
Per example wikipedia_en_all_nopic_2024-06.zim is only 54GB since it only contains text. Then via docker you could use this compose file where you have your .zim files in the wikis volume:
services:
kiwix:
image: ghcr.io/kiwix/kiwix-serve
container_name: kiwix_app
command: '*'
ports:
- '8080:8080'
volumes:
- "/wikis:/data"
restart: always
Theorically you can actually one of the wikipedia database dumps with mediawiki but I don’t known of any easy plug and play guide
I always run headscale on my own server for my own network.