mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
Rename add-on to Studio Code Server (#349)
This commit is contained in:
parent
2b46cca6cb
commit
645fdbbe16
12 changed files with 25 additions and 29 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Visual Studio Code
|
||||
# Home Assistant Community Add-on: Studio Code Server
|
||||
# Sets up code-server.
|
||||
# ==============================================================================
|
||||
declare config_path
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Visual Studio Code
|
||||
# Home Assistant Community Add-on: Studio Code Server
|
||||
# Pre-configures the Mosquitto clients, if the service is available
|
||||
# ==============================================================================
|
||||
declare host
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Visual Studio Code
|
||||
# Home Assistant Community Add-on: Studio Code Server
|
||||
# Pre-configures the MySQL clients, if the service is available
|
||||
# ==============================================================================
|
||||
declare host
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Visual Studio Code
|
||||
# Home Assistant Community Add-on: Studio Code Server
|
||||
# Persists user settings and installs custom user packages.
|
||||
# ==============================================================================
|
||||
readonly -a DIRECTORIES=(addons backup config media share ssl)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/execlineb -S0
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Visual Studio Code
|
||||
# Home Assistant Community Add-on: Studio Code Server
|
||||
# Take down the S6 supervision tree when the code server fails
|
||||
# ==============================================================================
|
||||
if { s6-test ${1} -ne 0 }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/with-contenv bashio
|
||||
# ==============================================================================
|
||||
# Home Assistant Community Add-on: Visual Studio Code
|
||||
# Home Assistant Community Add-on: Studio Code Server
|
||||
# Runs the code server
|
||||
# ==============================================================================
|
||||
declare -a options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue