Add notes to fix jellyfin and nextcloud admin
All checks were successful
/ build (push) Successful in 3m41s
All checks were successful
/ build (push) Successful in 3m41s
This commit is contained in:
parent
033b5e4fac
commit
ee2ed84b6e
3 changed files with 64 additions and 6 deletions
|
@ -1,10 +1,21 @@
|
|||
# Physical Network
|
||||
|
||||
``` mermaid
|
||||
graph LR
|
||||
A[Start] --> B{Error?};
|
||||
B -->|Yes| C[Hmm...];
|
||||
C --> D[Debug];
|
||||
D --> B;
|
||||
B ---->|No| E[Yay!];
|
||||
graph TB
|
||||
C(Opnsense) --> A;
|
||||
D(laundry AP) --> A;
|
||||
E(Loft AP) --> A;
|
||||
A[Laundry Switch] <-->|Outside| B[Garage Switch];
|
||||
B --> F(Microserver)
|
||||
B --> G(kubemaster)
|
||||
B --> H(agent0)
|
||||
B --> I(agent1)
|
||||
B --> J(agent2)
|
||||
P[bedroom] <--> B
|
||||
L(TV) --> K
|
||||
M(Kodi) --> K
|
||||
N(OrangeTV) --> K
|
||||
O(Retropie) --> K
|
||||
K[lounge switch] <--> B
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue