1
0
Fork 0
 
 
 
 
 
 
Go to file
q3k 35d437883b kube/policies: implement mostlysecure
This now allows to run apt and should allow to run most upstream docker
images. In return, we prohibit some mildly sketchy stuff. But this is
safe enough for project namespaces with limited administrative access.

We should still get gvisor sooner than later...

Change-Id: Ida5ccfae440bacb6f3fd55dcc34ca0addfddd5ae
2020-08-23 11:32:44 +00:00
app app/matrix: move appservice-irc to bc01n03 2020-08-23 01:03:00 +02:00
bgpwtf
bzl
cluster cluster/clustercfg: fix BUILD 2020-08-22 20:33:37 +00:00
dc
devtools devtools: fix sourcegraph 2020-08-23 11:05:57 +00:00
doc
games/factorio/modproxy games/factorio: add modproxy 2020-08-14 13:03:46 +02:00
gcp
go go/mirko: fix trace logging 2020-08-16 13:25:40 +00:00
hswaw hswaw/ldapweb: bump 2020-08-15 18:43:46 +00:00
kube kube/policies: implement mostlysecure 2020-08-23 11:32:44 +00:00
ops/monitoring
personal games/factorio: add modproxy 2020-08-14 13:03:46 +02:00
third_party
tools
.bazelrc
.gitignore
BUILD
COPYING
OWNERS
README.md
WORKSPACE
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.