Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update racks, server pages, add Janet, more info on firewall, etc. #29

Merged
merged 13 commits into from
Feb 13, 2024
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# build
FROM rust:latest as builder

RUN apt update && apt upgrade -y && apt install graphviz -y

ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse
RUN cargo install --no-default-features --features search mdbook
RUN cargo install mdbook-graphviz

WORKDIR /book
COPY . .
Expand Down
4 changes: 3 additions & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ NED = "NED"
extend-ignore-identifiers-re = [
# Ignore mirror hard disk names
"2RW103_ZL2*",
]
# Ignore "typos" in nftables config
"iif", "oif",
]
4 changes: 0 additions & 4 deletions book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ title = "COSI Documentation"
[output.html]
git-repository-url = "https://github.com/COSI-Lab/book"
edit-url-template = "https://github.com/COSI-Lab/book/edit/main/{path}"
additional-css = ["local.css"]

[output.html.print]
enable = false

[preprocessor.graphviz]
command = "mdbook-graphviz"
Binary file removed cloud.gif
Binary file not shown.
Binary file removed cloud.xcf
Binary file not shown.
23 changes: 0 additions & 23 deletions local.css

This file was deleted.

1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- [Elephant](./infrastructure/servers/elephant.md)
- [Eldwyn](./infrastructure/servers/eldwyn.md)
- [Hydra](./infrastructure/servers/hydra.md)
- [Janet](./infrastructure/servers/janet.md)
- [Kasper](./infrastructure/servers/kasper.md)
- [Talos](./infrastructure/servers/talos.md)
- [TalDos](./infrastructure/servers/taldos.md)
Expand Down
1 change: 0 additions & 1 deletion src/infrastructure/network/cloud.gif

This file was deleted.

1 change: 1 addition & 0 deletions src/infrastructure/network/ip_allocations.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ _updated: December 15, 2023_
| 4 | [Talos](../servers/talos.md) |
| 41 | [Tiamat](../servers/tiamat.md) |
| 42 | [Hydra](../servers/hydra.md) |
| 42 | [Janet](../servers/janet.md) |
| 53 | [TalDos](../servers/taldos.md) |
| 179 | [hbox](../servers/hbox.md) |

Expand Down
Loading
Loading