Skip to content

Commit

Permalink
chore: Automated documentation update [skip ci] (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 6, 2024
1 parent b934a6e commit f40397c
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/burp-suite/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Burp Suite (burp-suite)
# Burp Suite (via Portswigger CDN) (burp-suite)

A feature that installs Burp Suite

Expand Down
24 changes: 24 additions & 0 deletions src/coder/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@

# Coder (via installation script) (coder)

A feature that installs Coder

## Example Usage

```json
"features": {
"ghcr.io/phorcys420/devcontainer-features/coder:1": {}
}
```

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| version | Select the Coder version | string | latest |



---

_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/phorcys420/devcontainer-features/blob/main/src/coder/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
10 changes: 7 additions & 3 deletions src/cutter/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Cutter (cutter)
# Cutter (via GitHub Releases) (cutter)

A feature that installs Cutter

Expand All @@ -17,9 +17,13 @@ A feature that installs Cutter
|-----|-----|-----|-----|
| version | Select the Cutter version (either 'latest' or a GitHub release tag) | string | latest |
| repository | Define the repository to grab releases from | string | rizinorg/cutter |
| extractAppImage | Whether or not to extract the AppImage's contents | boolean | true |

> [!WARNING]
> AppImages require FUSE to run by default, you can either run `cutter --appimage-extract-and-run` to extract the AppImage instead of using FUSE.
> [!NOTE]
> Cutter only provides AppImages for Linux, and AppImages require FUSE to run.
> By default, this feature extracts the contents of the AppImage.
> If for some reason, you don't want this behavior, you can set `extractAppImage` to `false`.
> To run cutter, run `cutter --appimage-extract-and-run` to extract the AppImage instead of using FUSE.
> Otherwise, you'll have to grant more privileges to your container, either by adding `SYS_ADMIN` to `capAdd` or by setting `privileged` to `true` in your `devcontainer.json` file.
---
Expand Down
5 changes: 3 additions & 2 deletions src/ghidra/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Ghidra (ghidra)
# Ghidra (via GitHub Releases) (ghidra)

A feature that installs Ghidra

Expand All @@ -18,7 +18,8 @@ A feature that installs Ghidra
| version | Select the Ghidra version (either 'latest' or a GitHub release tag) | string | latest |
| repository | Define the repository to grab releases from | string | NationalSecurityAgency/ghidra |


> [!NOTE]
> This feature installs it's own JDK following the [official requirements](https://ghidra-sre.org/InstallationGuide.html#Requirements) using the [`java` feature](https://github.com/devcontainers/features/tree/main/src/java)
---

Expand Down
3 changes: 2 additions & 1 deletion src/lib-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ A feature that contains the commonly used functions in devcontainer features to
|-----|-----|-----|-----|
| baseDir | Select the base directory where the library should be installed | string | /usr/share/phorcys-devcontainer-libraries |


> [!NOTE]
> This feature is meant to be used by other features as a library, not directly in a devcontainer template.
---

Expand Down
3 changes: 2 additions & 1 deletion src/lib-github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ A feature that contains utilities to fetch releases from GitHub
|-----|-----|-----|-----|
| baseDir | Select the base directory where the library should be installed | string | /usr/share/phorcys-devcontainer-libraries |


> [!NOTE]
> This feature is meant to be used by other features as a library, not directly in a devcontainer template.
---

Expand Down

0 comments on commit f40397c

Please sign in to comment.