1
0
Fork 0
 
 
 
 
 
 
Go to file
q3k 5786d5245d third_party/java: actually commit
this unfucks master, whoops

Change-Id: I118b9d32aaf53e598333960b959bfb3c0fe33681
2020-05-18 23:48:49 +02:00
app
bgpwtf
bzl
cluster cluster: fix nuke's personal storage 2020-05-16 17:38:23 +02:00
dc
devtools Merge "doc: add getting-started/your-first-change" 2020-04-22 12:11:03 +00:00
doc doc: add getting-started/your-first-change 2020-04-13 10:19:38 +00:00
gcp
go
hswaw
kube kube/policies: implement mostlysecure 2020-05-11 20:17:11 +02:00
personal/q3k personal/q3k/minecraft: expose port 2137 (gRPC plugin) 2020-05-17 23:07:19 +00:00
third_party third_party/java: actually commit 2020-05-18 23:48:49 +02:00
tools
.bazelrc
.gitignore
BUILD
COPYING
OWNERS
README.md doc: add getting-started/your-first-change 2020-04-13 10:19:38 +00:00
WORKSPACE personal/q3k: add minecraft plugins 2020-05-17 23:06:42 +00: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 gerrit's gitiles.

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.