forked from snxraven/autoinstallers
first commit
This commit is contained in:
4
install/code-server/config.yaml
Normal file
4
install/code-server/config.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
bind-addr: 127.0.0.1:8080
|
||||
auth: password
|
||||
password: replaceme
|
||||
cert: false
|
9
install/code-server/startCodeServer.json
Normal file
9
install/code-server/startCodeServer.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"apps": [
|
||||
{
|
||||
"name": "Code-Server",
|
||||
"script": "/var/tools/startCodeServer.sh",
|
||||
"args" : ""
|
||||
}
|
||||
]
|
||||
}
|
2
install/code-server/startCodeServer.sh
Normal file
2
install/code-server/startCodeServer.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
code-server
|
Reference in New Issue
Block a user