First commit

This commit is contained in:
Darius 2024-06-28 11:56:57 +02:00
commit bc58399715
17 changed files with 141 additions and 0 deletions

3
.idea/.gitignore generated vendored Normal file
View File

@ -0,0 +1,3 @@
# Default ignored files
/shelf/
/workspace.xml

8
.idea/KleinserverDocs.iml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="EMPTY_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml generated Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/KleinserverDocs.iml" filepath="$PROJECT_DIR$/.idea/KleinserverDocs.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

6
Writerside/c.list Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE categories
SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
<categories>
<category id="wrs" name="Writerside documentation" order="1"/>
</categories>

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<variables></variables>
<build-profile instance="in">
<variables>
<noindex-content>true</noindex-content>
</variables>
</build-profile>
</buildprofiles>

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB

10
Writerside/in.tree Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE instance-profile
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
<instance-profile id="in"
name="Instance Name"
start-page="Overview.md">
<toc-element topic="Overview.md"/>
</instance-profile>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE rules SYSTEM "https://resources.jetbrains.com/writerside/1.0/redirection-rules.dtd">
<rules>
<!-- format is as follows
<rule id="<unique id>">
<accepts>page.html</accepts>
</rule>
-->
<rule id="6c7fb7b">
<description>Created after removal of "Starter" from Instance Name</description>
<accepts>starter.html</accepts>
</rule>
<rule id="1aa10d5b">
<description>Created after removal of "How to" from Instance Name</description>
<accepts>How-to.html</accepts>
</rule>
<rule id="210aecf2">
<description>Created after removal of "Tutorial" from Instance Name</description>
<accepts>Tutorial.html</accepts>
</rule>
</rules>

View File

@ -0,0 +1,51 @@
# Kleinserver
## Users
- Darius
```Persoonlijke services```
- Rudi
```Persoonlijke services```
- Infra
```Services gerelateerd aan netwerk infrasctructuur```
- Games + specific users for specific games
```Game servers```
## Port ranges
- Misc standalone services
```3000 -> 3099```
- Public Websites
```4000 -> 4099```
- Backend
```4100 -> 4199```
- Databases
```5000 -> 5099```
- Internal web gui
```8000 -> 8099```
## Containers
### Programs
- portfolio website + backend ```Port 4000->4001```
- OpenSpeedTest ```Port 3001, 3009, 8080```
- Grafana ```Port 3011```
- Kleincord ```Port ADD LATER```
- Docker registry ```Port 5000```
- Netboot ```Port 69, 3008, 8080```
### Databases
- Portfolio Database postress ```Port 5432```
- DB-DB-1 ```Port 3306```
- DB-DB-1 ```Port 3307```
### Docs
- portfolio Docs ```Port 4002```
- Wazuh notifier docs ```Port 9091```
- Kleincord docs ```Port 9090```
## Services
- Wazuh
- Jetbrain remote IDE (multiple)
- Github actions (need more info)
- ...
## Games

5
Writerside/v.list Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="product" value="Writerside"/>
</vars>

11
Writerside/writerside.cfg Normal file
View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ihp SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd">
<ihp version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/writerside-cfg.xsd">
<topics dir="topics"/>
<images dir="images" web-path="images"/>
<categories src="c.list"/>
<vars src="v.list"/>
<instance src="in.tree"/>
</ihp>