Automated documentation update (#90)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
github-actions[bot] 2022-08-11 19:20:11 +00:00 committed by GitHub
parent 44694d699f
commit f8396a6c35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 22 additions and 25 deletions

View file

@ -17,13 +17,13 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| install_Zsh | Install ZSH? | boolean | true |
| install_Oh_My_Zsh | Install Oh My Zsh!? | boolean | true |
| upgrade_packages | Upgrade OS packages? | boolean | true |
| installZsh | Install ZSH? | boolean | true |
| installOhMyZsh | Install Oh My Zsh!? | boolean | true |
| upgradePackages | Upgrade OS packages? | boolean | true |
| username | Enter name of non-root user to configure or none to skip | string | automatic |
| user_uid | Enter uid for non-root user | string | automatic |
| user_gid | Enter gid for non-root user | string | automatic |
| add_non_free_packages | Add packages from non-free Debian repository? | boolean | - |
| uid | Enter uid for non-root user | string | automatic |
| gid | Enter gid for non-root user | string | automatic |
| nonFreePackages | Add packages from non-free Debian repository? | boolean | - |
---

View file

@ -18,10 +18,10 @@ Adds a lightweight Fluxbox based desktop to the container that can be accessed u
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Currently Unused! | string | latest |
| novnc_version | NoVnc Version | string | 1.2.0 |
| vnc_password | Enter a password for desktop connections | string | vscode |
| novnc_port | Enter a port for the VNC web client | string | 6080 |
| vnc_port | Enter a port for the desktop VNC server | string | 5901 |
| noVncVersion | NoVnc Version | string | 1.2.0 |
| password | Enter a password for desktop connections | string | vscode |
| webPort | Enter a port for the VNC web client | string | 6080 |
| vncPort | Enter a port for the desktop VNC server | string | 5901 |
---

View file

@ -19,7 +19,7 @@
|-----|-----|-----|-----|
| version | Select or enter a Docker/Moby CLI version. (Availability can vary by OS version.) | string | latest |
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
| docker_dash_compose_version | Compose version to use for docker-compose (v1 or v2) | string | v1 |
| dockerDashComposeVersion | Compose version to use for docker-compose (v1 or v2) | string | v1 |
---

View file

@ -19,7 +19,7 @@ Create child containers *inside* a container, independent from the host's docker
|-----|-----|-----|-----|
| version | Select or enter a Docker/Moby Engine version. (Availability can vary by OS version.) | string | latest |
| moby | Install OSS Moby build instead of Docker CE | boolean | true |
| docker_dash_compose_version | Default version of Docker Compose (v1 or v2) | string | v1 |
| dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 |
---

View file

@ -18,9 +18,8 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) | string | latest |
| runtime_only | Install just the dotnet runtime if true, and sdk if false. | boolean | - |
| override_default_version | If true, overrides existing version (if any) of dotnet on the PATH | boolean | true |
| install_using_apt | If true, it installs using apt instead of the release URL | boolean | true |
| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | - |
| installUsingApt | If true, it installs using apt instead of the release URL | boolean | true |
---

View file

@ -18,8 +18,8 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Java version to install | string | latest |
| install_gradle | Install Gradle, a build automation tool for multi-language software development | boolean | - |
| install_maven | Install Maven, a management tool for Java | boolean | - |
| installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | - |
| installMaven | Install Maven, a management tool for Java | boolean | - |
---

View file

@ -18,8 +18,8 @@ Installs Node.js, nvm, yarn, and needed dependencies.
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a Node.js version to install | string | lts |
| install_tools_for_node_gyp | Install dependencies to compile native node modules (node-gyp)? | boolean | true |
| nvm_install_path | The path where NVM will be installed. | string | /usr/local/share/nvm |
| nodeGypDependencies | Install dependencies to compile native node modules (node-gyp)? | boolean | true |
| nvmInstallPath | The path where NVM will be installed. | string | /usr/local/share/nvm |
---

View file

@ -18,8 +18,7 @@
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select or enter a PHP version | string | latest |
| install_composer | Install PHP Composer? | boolean | true |
| override_default_version | If true, overrides existing version (if any) of dotnet on the PATH | boolean | true |
| installComposer | Install PHP Composer? | boolean | true |
---

View file

@ -18,12 +18,11 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho
| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select a Python version to install. | string | os-provided |
| install_python_tools | Install common Python tools like pylint | boolean | true |
| installTools | Install common Python tools like pylint | boolean | true |
| optimize | Optimize Python for performance when compiled (slow) | boolean | - |
| installPath | The path where python will be installed. | string | /usr/local/python |
| override_default_version | If true, overrides existing version (if any) of python on the PATH | boolean | true |
| install_jupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | - |
| configure_jupyterlab_allow_origin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - |
| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | - |
| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - |
---