| Protocol | Directory | Public address |
|---|---|---|
| HTTPS | ~/public_html/ | https://atl.sh/~your-username |
| Gemini | ~/public_gemini/ | gemini://atl.sh/~your-username |
| Gopher | ~/public_gopher/ | gopher://atl.sh/~your-username |
| FTP/S | ~/ (home root) | ftp://atl.sh (port 21) |
Web (HTTPS)
Drop files into~/public_html/ and they’re live at https://atl.sh/~your-username.
- TLS: Handled automatically via Let’s Encrypt with auto-renewal.
- Directory listing: If there’s no
index.html, nginx shows a file listing. - Any static content works: HTML, CSS, JavaScript, images, text files.
CGI scripts
Files ending in.cgi in ~/public_html/ are executed as CGI scripts via fcgiwrap. The script can be written in any language installed on the server.
https://atl.sh/~your-username/hello.cgi.
The SCRIPT_FILENAME, QUERY_STRING, REQUEST_METHOD, and other standard FastCGI params are available in the environment.
Gemini
Gemini is a lightweight protocol — simpler than the web, more capable than Gopher. Edit files in~/public_gemini/ with the .gmi extension.
Your capsule is served by Molly Brown on port 1965 with a Let’s Encrypt certificate.
Gemtext format
Gemtext is a simple line-oriented format. Each line has a type determined by its prefix:Directory listing
If a directory has noindex.gmi, Molly Brown generates a directory listing automatically.
CGI in Gemini
Scripts placed in~/public_gemini/cgi-bin/ are executed as Gemini CGI. The script must output a valid Gemini response (status line + content):
Clients
amfora— already installed, run it from the shell- Lagrange — graphical client
- Kristall — multi-protocol browser
Gopher
Gopher is the internet before the web — a hierarchical menu system from 1991. Edit~/public_gopher/gophermap to define your hole’s menu.
Your hole is served by Gophernicus on port 70.
Gophermap format
Each line is a tab-separated entry:| Type | Meaning |
|---|---|
i | Informational text (no link) |
0 | Text file |
1 | Directory/submenu |
7 | Search |
h | HTML (external URL) |
9 | Binary file |
g | GIF image |
I | Image |
Clients
lynx— already installed (lynx gopher://atl.sh/~your-username)- Firefox with OverbiteNX extension
FTP/S
You can upload files to your home directory using FTP with Explicit TLS (FTPS). Anonymous access is disabled — log in with your shell username and password. Connection details:| Setting | Value |
|---|---|
| Host | atl.sh |
| Port | 21 |
| Encryption | Explicit FTP over TLS (FTPS) |
| Username | your shell username |
| Password | your shell password |
| Passive ports | 40000–40100 |
~/ on connect.
FileZilla setup
- Open Site Manager → New Site
- Protocol: FTP - File Transfer Protocol
- Encryption: Require explicit FTP over TLS
- Host:
atl.sh, Port:21 - Logon Type: Normal, enter username and password