mirror of
https://github.com/casjaysdevdocker/tools
synced 2025-09-18 09:57:44 -04:00
🗃️ Committing everything that changed 🗃️
applications/ configs/ lists/ wwwroot/
This commit is contained in:
9
applications/gohttpserver/scripts/commands.sh
Normal file
9
applications/gohttpserver/scripts/commands.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
EXEC_CMD_BIN="gohttpserver" # command to execute
|
||||
EXEC_CMD_ARGS="--title=DevSystem --cors --xheaders --theme=black " # command arguments
|
||||
EXEC_CMD_ARGS+="--addr=0.0.0.0 --port=$SERVICE_PORT --root=$WWW_DIR " #
|
||||
|
||||
user_name="${GOHTTPSERVER_USER_NAME:-}" # normal user name
|
||||
root_user_name="${GOHTTPSERVER_ROOT_USER_NAME:-}" # root user name
|
||||
|
||||
user_pass="${GOHTTPSERVER_USER_PASS_WORD:-}" # normal user password
|
||||
root_user_pass="${GOHTTPSERVER_ROOT_PASS_WORD:-}" # root user password
|
0
applications/gohttpserver/scripts/install.sh
Normal file
0
applications/gohttpserver/scripts/install.sh
Normal file
0
applications/gohttpserver/scripts/packages.sh
Normal file
0
applications/gohttpserver/scripts/packages.sh
Normal file
Reference in New Issue
Block a user