1
0
Fork 0
 
 
 
 
 
 
Go to file
Norbert Szulc 2117416052 app/matrix: fix typo in secret in matrix.0x3c.pl
it looks like I have missed a typo

Change-Id: I5cdf06d44d23ab678f239c19d78170d3f1125b9c
2020-11-11 18:37:46 +01:00
app app/matrix: fix typo in secret in matrix.0x3c.pl 2020-11-11 18:37:46 +01:00
bgpwtf bgpwtf: widen hswaw prefix 2020-11-08 16:31:11 +01:00
bzl third_party/go/kubernetes: fix version reported in kubectl 2020-11-03 21:15:41 +01:00
cluster k0: add woju's personal s3 user 2020-10-27 20:50:50 +01:00
dc
devtools
doc
games/factorio/modproxy
gcp
go go/statusz: do not crash on failure to resolve uid 2020-10-30 14:05:07 +01:00
hswaw laserproxy: add nix build 2020-10-29 00:43:43 +01:00
kube
nix
ops
personal
third_party third_party/go: pay off some technical debt and hide the bodies 2020-11-03 21:15:41 +01:00
tools
.bazelrc
.gitignore
BUILD
COPYING
OWNERS
README.md
WORKSPACE third_party/go: pay off some technical debt and hide the bodies 2020-11-03 21:15:41 +01:00
ci_presubmit.sh
default.nix laserproxy: add nix build 2020-10-29 00:43:43 +01:00
env.fish
env.sh
hackdoc.toml

README.md

hscloud is the main monorepo of the Warsaw Hackerspace infrastructure code.

Any time you see a //path/like/this, it refers to the root of hscloud, ie. the path path/like/this in this repository. Perforce and/or Bazel users should feel right at home.

Viewing this documentation

For a pleaseant web viewing experience, see this documentation in hackdoc. This will allow you to read this markdown file (and others) in a pretty, linkable view.

Getting started

See //doc/codelabs for tutorials on how to use hscloud.

If you want to browse the source of hscloud in a web browser, use cs.hackerspace.pl.

If you want some other help, talk to q3k, informatic or your therapist.

Directory Structure

Directories you should care about:

  • app: external services that we host that are somewhat universal: matrix, covid-formity, etc.
  • bgpwtf: code related to our little ISP
  • cluster: code related to our Kubernetes cluster (k0.hswaw.net)
  • dc: code related to datacenter automation
  • devtools: code related to developer tooling, like gerrit or hackdoc
  • doc: high-level documentation that doesn't fit anywhere else, ie. codelabs
  • hswaw: Warsaw Hackerspace specific/internal services. The line between this and app is unfortunately blurry.
  • personal: user's personal (experimental) directories
  • kube, go: code specific to languages but general to the whole of hscloud

Licensing

Unless noted otherwise, code in hscloud is licensed under the BSD 0-clause license - see COPYING.