-rw-r--r-- | .gitignore | 6L |
-rw-r--r-- | Caddyfile.example | 9L |
-rw-r--r-- | LICENSE | 661L |
-rw-r--r-- | README.md | 2454B |
-rw-r--r-- | admin.go | 162L |
-rw-r--r-- | auth.go | 14L |
-rw-r--r-- | config.go | 47L |
-rw-r--r-- | db.go | 301L |
-rw-r--r-- | example-config.toml | 39L |
-rw-r--r-- | finger.go | 68L |
-rw-r--r-- | flounder_test.go | 16L |
-rw-r--r-- | gemfeed.go | 130L |
-rw-r--r-- | gemini.go | 165L |
-rw-r--r-- | gmi2html.go | 140L |
-rw-r--r-- | go.mod | 18L |
-rw-r--r-- | go.sum | 59L |
-rw-r--r-- | http.go | 905L |
-rw-r--r-- | limit.go | 52L |
-rw-r--r-- | mail.go | 19L |
-rw-r--r-- | main.go | 73L |
-rw-r--r-- | sftp.go | 307L |
-rw-r--r-- | templates/admin.html | 37L |
-rw-r--r-- | templates/edit_file.html | 33L |
-rw-r--r-- | templates/emptyfolder.html | 18L |
-rw-r--r-- | templates/error.html | 7L |
-rw-r--r-- | templates/feed.html | 19L |
-rw-r--r-- | templates/fingerproxy.html | 35L |
-rw-r--r-- | templates/folder.gmi | 4L |
-rw-r--r-- | templates/footer.html | 5L |
-rw-r--r-- | templates/gemfeed.gmi | 6L |
-rw-r--r-- | templates/header.html | 14L |
-rw-r--r-- | templates/index.gmi | 15L |
-rw-r--r-- | templates/index.html | 23L |
-rw-r--r-- | templates/login.html | 27L |
-rw-r--r-- | templates/me.html | 57L |
-rw-r--r-- | templates/message.html | 5L |
-rw-r--r-- | templates/my_site.html | 78L |
-rw-r--r-- | templates/nav.html | 19L |
-rw-r--r-- | templates/proxy-robots.txt | 2L |
-rw-r--r-- | templates/register.html | 43L |
-rw-r--r-- | templates/reset_pass.html | 43L |
-rw-r--r-- | templates/static/favicon.ico | 0B |
-rw-r--r-- | templates/static/favicon.txt | 1L |
-rw-r--r-- | templates/static/robots.txt | 30L |
-rw-r--r-- | templates/static/style.css | 176L |
-rw-r--r-- | templates/updates.html | 19L |
-rw-r--r-- | templates/user_page.html | 39L |
-rw-r--r-- | utils.go | 265L |