Let's get this thing working

This commit is contained in:
2024-12-20 23:21:31 -05:00
parent c1b79c4cf6
commit 2234f3df40
7 changed files with 1418 additions and 0 deletions

11
config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"web": {
"ip": "0.0.0.0",
"port": 80
},
"ssh": {
"host": "host.docker.internal",
"port": 22,
"username": "gibby"
}
}