This URL hosts a Git repository (ie. git clone https://steady.supply/git/conic.xyz will work). For your convenience, the file README.md from this repository is rendered below.

conic.xyz (git and chat)

once your desired username and ssh pubkey are added to the repo, set the required (if unorthodox) ports in ~/.ssh/config similar to

Host conic.xyz
Port 31000

Host chat
HostName conic.xyz
Port 31001

now you can shell in with ssh conic.xyz, clone with git clone conic.xyz:/opt/git/<repo> and chat with ssh chat. if you’re afraid you missed something vital, just ssh conic.xyz; chat logs are to be found in /opt/chat/log

that is all.

LICENSE

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004
 
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
 
           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.