Docker config for @recaptime.dev's Knot server on Hack Club Nest. knot.hackclub.community
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update links in README and update gitignore for the pubkeys

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+12 -4
+1
.gitignore
··· 1 1 .DS_Store 2 2 keys/ 3 + !keys/*.pub 3 4 repositories/ 4 5 server/
+11 -4
readme.md
··· 1 1 # RecapTime.dev Knot Server on Nest 2 2 3 - [![pipeline status](https://gitlab.com/recaptime-dev/infra/knot-server-docker/badges/main/pipeline.svg)](https://gitlab.com/recaptime-dev/infra/knot-server-docker/pipelines) 3 + [![pipeline status](https://gitlab.com/recaptime-dev/infra/knot-server-docker/badges/recaptime-dev/main/pipeline.svg)](https://gitlab.com/recaptime-dev/infra/knot-server-docker/-/commits/recaptime-dev/main) 4 4 [![Hack Club](https://badges.api.lorebooks.wiki/badges/hackclub/hackclub)](https://hackclub.com) 5 5 6 6 This is a knot server that Recap Time Squad uses to host our Git repositories on ··· 13 13 When cloning or adding/updating remote URLs, use the following SSH Git URLs below as documented: 14 14 15 15 ```bash 16 + # on its custom domain 16 17 git remote add origin ssh://git@knot.hackclub.community:33939/handle.host.tld/repo 17 18 18 19 # directly with Nest's hostname (since it's just a CNAME DNS record) ··· 37 38 [via DMs](https://hackclub.slack.com/team/U07CAPBB9B5) or at the 38 39 [main `#recaptime-dev` Slack channel](https://hackclub.slack.com/archives/C07H1R2PW9W). 39 40 40 - ## Upstream docs 41 + ## Docs 41 42 42 - * Knot hosting guide: https://tangled.org/tangled.org/core/blob/main/docs/knot-hosting.md 43 - * Docker-based setup: https://tangled.org/tangled.org/knot-docker/blob/main/readme.md 43 + * [Usage terms](./docs/terms.md) 44 + * [Donate to keep this running](./docs/donate.md) 45 + * [Knot hosting guide](https://tangled.org/tangled.org/core/blob/main/docs/knot-hosting.md) 46 + * [Upstream repository README](https://tangled.org/tangled.org/knot-docker/blob/main/readme.md) 47 + 48 + ## License 49 + 50 + MIT