first commit

This commit is contained in:
Raven Scott
2022-05-31 18:28:17 -05:00
commit 754955ce15
119 changed files with 5925 additions and 0 deletions

View File

@ -0,0 +1,4 @@
bind-addr: 127.0.0.1:8080
auth: password
password: replaceme
cert: false

View File

@ -0,0 +1,9 @@
{
"apps": [
{
"name": "Code-Server",
"script": "/var/tools/startCodeServer.sh",
"args" : ""
}
]
}

View File

@ -0,0 +1,2 @@
#!/bin/bash
code-server