Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .vitepress/data/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies:
home: https://github.com/ansible/ansible-lint
license: MIT
tool: true
version: 26.4.0
version: 26.6.0

bat:
cmd: bat --version
Expand Down Expand Up @@ -70,7 +70,7 @@ dependencies:
home: https://github.com/anthropics/claude-code
license: Anthropic PBC
package: anthropics/claude-code
version: 2.1.186
version: 2.1.195

community.docker:
datasource: galaxy-collection
Expand Down Expand Up @@ -453,7 +453,7 @@ dependencies:
home: https://nodejs.org
license: MIT
package: nodejs
version: 24.17.0
version: 24.18.0

npm:
cmd: npm --version
Expand All @@ -462,7 +462,7 @@ dependencies:
home: https://github.com/npm/cli
license: Artistic 2
package: npm/cli
version: 11.13.0
version: 11.16.0

oauth2-proxy:
cmd: oauth2-proxy --version
Expand Down Expand Up @@ -528,7 +528,7 @@ dependencies:
home: https://github.com/pnpm/pnpm
license: MIT
package: pnpm
version: 11.8.0
version: 11.9.0

podman:
cmd: podman --version
Expand Down Expand Up @@ -600,7 +600,7 @@ dependencies:
home: https://github.com/astral-sh/ruff
license: MIT
tool: true
version: 0.15.18
version: 0.15.20

ShellCheck:
cmd: shellcheck --version
Expand Down Expand Up @@ -688,7 +688,7 @@ dependencies:
home: https://github.com/astral-sh/uv
package: astral-sh/uv
license: MIT
version: 0.11.23
version: 0.11.25

vim:
cmd: vim --version
Expand All @@ -712,7 +712,7 @@ dependencies:
home: https://github.com/kloudkit/ws-cli
license: MIT
package: github.com/kloudkit/ws-cli
version: 0.0.65
version: 0.0.69

yamllint:
cmd: yamllint --version
Expand Down
30 changes: 11 additions & 19 deletions .vitepress/data/env.reference.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -816,9 +816,9 @@ envs:
secret: true
example: dGhpcyBpcyBhIHNlY3JldCBrZXkgZXhhbXBsZQ==
since: 0.1.1
description: Master encryption key for secrets vault.
description: Master encryption key for seed secrets.
longDescription: |
Used to encrypt and decrypt secrets in the vault.
Used to encrypt and decrypt secrets projected by the seed engine.
Can be provided as:

- A base64-encoded string.
Expand All @@ -835,26 +835,18 @@ envs:

seed:
properties:
allow_system:
type: boolean
default: false
since: 0.4.1
reference: /tools/seed
description: Allows seeding bare files onto system directories.
longDescription: |
Requires password-less `sudo` *(`WS_AUTH_DISABLE_SUDO=false`)*.
The `.seed.yaml` task tier and the deny-set are never affected.

source:
type: path
default: ~/.ws/seed.d
since: 0.4.1
example: /mnt/seed
reference: /tools/seed
description: Projects this directory onto the filesystem at startup.
reference: /settings/seed
description: Directory projected onto the filesystem at startup.
longDescription: |
Bare files mirror the filesystem tree, a hidden `.seed.yaml` runs as
Ansible tasks. Re-projected on every boot; empty or absent is a no-op.
Bare files mirror the filesystem tree; a hidden `.seed.yaml` manifest
overlays declarative behaviors (merge/append/prepend/block,
templating, whole-file secrets). Re-projected on every boot; empty or
absent is a no-op.

server:
properties:
Expand Down Expand Up @@ -1287,9 +1279,9 @@ deprecated:
since: 0.3.0
removed: 0.3.0
message: |
Place your vault manifest at `~/.ws/vault/secrets.yaml`;
it is auto-discovered at boot. No environment variable
is required.
The secrets vault has been removed. Declare secrets in the seed
manifest at `<seed.source>/.seed.yaml` (the `secrets:` map and
`secret: true` entries); see /tools/seed.

WS_ZSH_EXTRA_PLUGINS:
use: WS_ZSH_ADDITIONAL_PLUGINS
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/data/extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extensions:
name: Ruff
license: MIT
home: https://github.com/astral-sh/ruff-vscode
version: 2026.46.0
version: 2026.56.0

DavidAnson.vscode-markdownlint:
name: markdownlint
Expand Down
Loading