eskuero

joined 2 years ago
[–] eskuero@lemmy.fromshado.ws 2 points 1 week ago

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

[–] eskuero@lemmy.fromshado.ws 7 points 1 week ago* (last edited 1 week ago) (3 children)

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!

[–] eskuero@lemmy.fromshado.ws 1 points 2 months ago

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

[–] eskuero@lemmy.fromshado.ws 2 points 3 months ago

Note that using headscale transfers the anxiety of contril from tailscale as a company to whatever vps you would be hosting the headscale on

[–] eskuero@lemmy.fromshado.ws 1 points 3 months ago

I used to run a mastodon bot in termux on a galaxy s3 mini many years ago.