Na prática o sistema Debian da máquina virtual (LXC) da #lacraia usa 60% dos seus 8Gb no disco e está usando 71mb de RAM nesse instante.

Tanto o #WriteFreely como o #geomyidae (servidor gopher dedicado) poderiam rodar num OrangePi Zero de boa. Coloquei no #proxmox como sempre pela facilidade de backups e outras manutenções.

#SelfHosting #blambers

Introducing Momiji: a Gopher interface for Fediseer!

gopher://geidontei.chaotic.ninja/1/usr/mima/momiji/

Since the official web GUI of
#Fediseer requires JavaScript (seriously what's up with that, is this a Lemmy thing lol :P), I thought I'd write something that uses Fediseer's API, and the interface wouldn't need JavaScript to be loaded from the website and can be viewed by any plaintext-friendly client. So I settled with #Gopher!

Currently you can only lookup some basic information per instance, and see all domains which they have endorsed, censured, hesitated, and guaranteed (and vice-versa) in a pure plain text format. I might write an interface for the whitelisted, suspicious, censured, and hesitated lists of instances too, but I'm not promising anything. :P As it stands, this simple Gopher CGI fits my needs for now.


Logging in with your
#API key is not supported (probably a bad idea anyway due to Gopher typically being unencrypted ), so you won't be able to see some domain lists of instances that have restricted the viewing of endorsements/censures/hesitations they give, or modify anything in Fediseer.

It's all written in
#POSIX #shell script, with the dcgi currently written with #Geomyidae's gophermap format in mind. You can see the source code (which you can treat as being in the public domain) in the URL I've given. Warning: It's pure shell script cancer!

@[email protected]
Made the switch from #bucktooth to #geomyidae to serve my #gopher hole and man is it a nice, simple server.

In the meantime you can add a wttr.in plugin for #gopher in #geomyidae (.dcgi):

#!/bin/bashS=$(printf "$1" | tr -cd '[:alpha:]')A=$2H=$3P=$4curl -s "https://wttr.in/$S?Tmn" | grep -v '^Follow'

This is probably insecure, please educate me!