Setup folder and topic structure
This commit is contained in:
parent
39d7bfc260
commit
96fbe30ca0
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
@ -12,6 +12,7 @@
|
|||||||
<toc-element topic="HomeAssistant.md"/>
|
<toc-element topic="HomeAssistant.md"/>
|
||||||
</toc-element>
|
</toc-element>
|
||||||
<toc-element topic="Network.md">
|
<toc-element topic="Network.md">
|
||||||
|
<toc-element topic="Switches.md"/>
|
||||||
<toc-element topic="Endpoints.md"/>
|
<toc-element topic="Endpoints.md"/>
|
||||||
<toc-element topic="Routers.md"/>
|
<toc-element topic="Routers.md"/>
|
||||||
</toc-element>
|
</toc-element>
|
||||||
|
|||||||
@ -1,3 +1,19 @@
|
|||||||
# Documents
|
# Documents
|
||||||
|
|
||||||
Start typing here...
|
## _____________
|
||||||
|
|
||||||
|
### Eigendomspapieren huis
|
||||||
|
``` ```
|
||||||
|
### Levenstestament Rudi
|
||||||
|
``` ```
|
||||||
|
### Levenstestament Rolien
|
||||||
|
``` ```
|
||||||
|
### Hypotheekgegevens
|
||||||
|
``` ```
|
||||||
|
### Bankrekeningen
|
||||||
|
``` ```
|
||||||
|
### Privatelease
|
||||||
|
``` ```
|
||||||
|
### Medicatie Rudi
|
||||||
|
``` ```
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,18 @@
|
|||||||
# KleinSense
|
# KleinSense
|
||||||
|
|
||||||
Start typing here...
|
## __________________
|
||||||
|
|
||||||
|
### Ports
|
||||||
|
|
||||||
|
| Config name | IP | Dev port | Phy port | OS name |
|
||||||
|
|-------------|-----|----------|----------|---------|
|
||||||
|
| WAN | 0 | igc0 | 1 | WAN |
|
||||||
|
| LAN | 178 | igc1 | 3 | LAN |
|
||||||
|
| SERVER | 1 | igc2 | 2 | OPT1 |
|
||||||
|
| UPSTAIRS | 3 | igc3 | 4 | OPT2 |
|
||||||
|
|
||||||
|
### Drawings
|
||||||
|
```
|
||||||
|
https://domain/location/filename
|
||||||
|
```
|
||||||
|
|
||||||
|
|||||||
@ -1,50 +1,53 @@
|
|||||||
# KleinServer
|
# KleinServer
|
||||||
|
## General
|
||||||
|
### Users
|
||||||
|
|
||||||
## Users
|
| User | Purpose |
|
||||||
- **Darius**
|
|--------|--------------------------------------------------|
|
||||||
```Persoonlijke services```
|
| Darius | Personal services |
|
||||||
- **Rudi**
|
| Rudi | Personal services |
|
||||||
```Persoonlijke services```
|
| Infra | Network infrastructure services |
|
||||||
- **Infra**
|
| Games | Game servers (specific users for specific games) |
|
||||||
```Services gerelateerd aan netwerk infrasctructuur```
|
|
||||||
- **Games** + specific users for specific games
|
### Port ranges
|
||||||
```Game servers```
|
|
||||||
|
| Purpose | From | To |
|
||||||
|
|--------------------------|------|------|
|
||||||
|
| Misc standalone services | 3000 | 3099 |
|
||||||
|
| Public Websites | 4000 | 4099 |
|
||||||
|
| Backend | 4100 | 4199 |
|
||||||
|
| Databases | 5000 | 5099 |
|
||||||
|
| Internal web GUI | 8000 | 8099 |
|
||||||
|
|
||||||
## Port ranges
|
|
||||||
- Misc standalone services
|
|
||||||
```3000 -> 3099```
|
|
||||||
- Public Websites
|
|
||||||
```4000 -> 4099```
|
|
||||||
- Backend
|
|
||||||
```4100 -> 4199```
|
|
||||||
- Databases
|
|
||||||
```5000 -> 5099```
|
|
||||||
- Internal web gui
|
|
||||||
```8000 -> 8099```
|
|
||||||
|
|
||||||
|
|
||||||
## Containers
|
## Containers
|
||||||
|
|
||||||
### Programs
|
### Programs
|
||||||
- portfolio website + backend ```Port 4000->4001```
|
|
||||||
- OpenSpeedTest ```Port 3001, 3009, 8080```
|
| Name | External port | Internal port | Remarks |
|
||||||
- Grafana ```Port 3011```
|
|-----------------|------------------|---------------|-----------------|
|
||||||
- Kleincord ```Port ADD LATER```
|
| Portfolio | 4000, 4001 | | Web and backend |
|
||||||
- Docker registry ```Port 5000```
|
| OpenSpeedTest | 3001, 3009, 8080 | | |
|
||||||
- Netboot ```Port 69, 3008, 8080```
|
| Grafana | 3011 | | |
|
||||||
|
| KleinCord | To be added | | |
|
||||||
|
| Docker registry | 5000 | | |
|
||||||
|
| Netboot | 69, 3008, 8080 | | |
|
||||||
|
|
||||||
|
|
||||||
### Databases
|
### Databases
|
||||||
- Portfolio Database postress ```Port 5432```
|
- Portfolio Database Postgres ```Port 5432```
|
||||||
- DB-DB-1 ```Port 3306```
|
- DB-DB-1 ```Port 3306```
|
||||||
- DB-DB-1 ```Port 3307```
|
- DB-DB-1 ```Port 3307```
|
||||||
### Docs
|
### Docs
|
||||||
- portfolio Docs ```Port 4002```
|
- portfolio Docs ```Port 4002```
|
||||||
- Kleincord docs ```Port 9090```
|
- KleinCord docs ```Port 9090```
|
||||||
- Wazuh notifier docs ```Port 9091```
|
- Wazuh notifier docs ```Port 9091```
|
||||||
- Kleinserver docs ```Port 9092```
|
- KleinServer docs ```Port 9092```
|
||||||
## Services
|
## Services
|
||||||
- Wazuh
|
- Wazuh
|
||||||
- Jetbrain remote IDE (multiple)
|
- Jetbrains remote IDE (multiple)
|
||||||
- Github actions (need more info)
|
- GitHub actions (need more info)
|
||||||
- ...
|
- ...
|
||||||
|
|
||||||
## Games
|
## Games
|
||||||
|
|||||||
39
topics/Switches.md
Normal file
39
topics/Switches.md
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
# Switches
|
||||||
|
## ___________________
|
||||||
|
|
||||||
|
### KleinSwitch-1 (UPSTAIRS)
|
||||||
|
```
|
||||||
|
http://kleinswitch-1.kleinnet
|
||||||
|
http://192.168.3.8
|
||||||
|
cc:40:d0:4c:4f:21
|
||||||
|
```
|
||||||
|
### KleinSwitch-2 (UPSTAIRS, Julius)
|
||||||
|
```
|
||||||
|
http://kleinswitch-2.kleinnet
|
||||||
|
http://192.168.3.7
|
||||||
|
bc:a5:11:c4:73:be
|
||||||
|
```
|
||||||
|
### KleinSwitch-3 (LAN)
|
||||||
|
```
|
||||||
|
http://kleinswitch-3.kleinnet
|
||||||
|
http://192.168.178.5
|
||||||
|
08:02:8e:97:fe:e9
|
||||||
|
```
|
||||||
|
### KleinSwitch-4 (UPSTAIRS, Darius)
|
||||||
|
```
|
||||||
|
http://kleinswitch-4.kleinnet
|
||||||
|
http://192.168.3.6
|
||||||
|
bc:a5:11:c4:73:a5
|
||||||
|
```
|
||||||
|
### KleinSwitch-5 (LAN)
|
||||||
|
```
|
||||||
|
http://kleinswitch-5.kleinnet
|
||||||
|
http://192.168.178.4
|
||||||
|
94:18:65:7c:03:11
|
||||||
|
```
|
||||||
|
### KleinSwitch-6 (LAN, Rudi)
|
||||||
|
```
|
||||||
|
http://kleinswitch-6.kleinnet
|
||||||
|
http://192.168.178.6
|
||||||
|
94:18:65:7a:5c:56
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user