a gemini server with social wiki features
...written in uxntal 😈
roadmap
- host sunshinegardens.org wiki-based tildes w/ document-centric ux
- literate wiki infrastructure
- develop gemini-social functions
- limited web proxy / ui
- gemini proxy w/ cache
utils
- web-feed→gemfeed (sub)
- follow-request/private-logs-exchange
getting started
- install plan9port
fossil clone https://heropunch.io/_/quetzal
cd quetzal
mk
secure socket setup
could be done with stunnel or socat..
#example basic stunnel.conf configuration
cert = /usr/local/etc/certs/$my_domain.crt
key = /usr/local/etc/certs/$my_domain.key
setuid = stunnel
setgid = stunnel
[quetzal]
exec = /usr/local/quetzal/wrapper.sh
accept = 1965