deja vu
  • Go 72.3%
  • HTML 27.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-30 05:36:06 +10:00
deploy make deployable with docker, make the "listening" message actually say the port and copy all the members from the temp repo 2026-08-30 05:32:57 +10:00
.gitignore make deployable with docker, make the "listening" message actually say the port and copy all the members from the temp repo 2026-08-30 05:32:57 +10:00
docker-compose.yml make deployable with docker, make the "listening" message actually say the port and copy all the members from the temp repo 2026-08-30 05:32:57 +10:00
go.mod base functionality, missing index 2026-08-12 17:13:37 +10:00
main.go make deployable with docker, make the "listening" message actually say the port and copy all the members from the temp repo 2026-08-30 05:32:57 +10:00
README.md Add readme 2026-08-20 19:25:54 +10:00

How to use

  1. Create a pr adding yourself to members.json. Member entries should be of the form:
{
  "name": "<Choose a name>",
  "url": "<Your site's URL>"
}
  1. Add links to your website pointing to
  • https://webring.compute.red/next?from=<Your site's URL>
  • https://webring.compute.red/previous?from=<Your site's URL>
  • https://webring.compute.red/random

Note

The 'from' parameter is not strictly necessary: for most clients, the webring can infer the source of the query based on the 'referer' header. However, some don't so it's best practice to include the parameter for maximum compatibility.

Once the pr is accepted the webring will need to be re-booted, and then your buttons should work ! Don't be concerned if this takes a bit; it's a human action, not automatic.

Welcome to compute.webring ^•^