First commit
This commit is contained in:
commit
bc58399715
3
.idea/.gitignore
generated
vendored
Normal file
3
.idea/.gitignore
generated
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
8
.idea/KleinserverDocs.iml
generated
Normal file
8
.idea/KleinserverDocs.iml
generated
Normal 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
8
.idea/modules.xml
generated
Normal 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
6
.idea/vcs.xml
generated
Normal 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
6
Writerside/c.list
Normal 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>
|
||||||
12
Writerside/cfg/buildprofiles.xml
Normal file
12
Writerside/cfg/buildprofiles.xml
Normal 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>
|
||||||
BIN
Writerside/images/completion_procedure.png
Normal file
BIN
Writerside/images/completion_procedure.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 125 KiB |
BIN
Writerside/images/completion_procedure_dark.png
Normal file
BIN
Writerside/images/completion_procedure_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
Writerside/images/convert_table_to_xml.png
Normal file
BIN
Writerside/images/convert_table_to_xml.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 341 KiB |
BIN
Writerside/images/convert_table_to_xml_dark.png
Normal file
BIN
Writerside/images/convert_table_to_xml_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 119 KiB |
BIN
Writerside/images/new_topic_options.png
Normal file
BIN
Writerside/images/new_topic_options.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 306 KiB |
BIN
Writerside/images/new_topic_options_dark.png
Normal file
BIN
Writerside/images/new_topic_options_dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 274 KiB |
10
Writerside/in.tree
Normal file
10
Writerside/in.tree
Normal 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>
|
||||||
21
Writerside/redirection-rules.xml
Normal file
21
Writerside/redirection-rules.xml
Normal 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>
|
||||||
51
Writerside/topics/Overview.md
Normal file
51
Writerside/topics/Overview.md
Normal 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
5
Writerside/v.list
Normal 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
11
Writerside/writerside.cfg
Normal 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>
|
||||||
Loading…
x
Reference in New Issue
Block a user