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
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 1 addition & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@ winget

# Other
assets
audit.toml
deny.toml
_typos.toml
.config
rustfmt.toml
component-registry.json
policy.yaml
install.sh
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

1 change: 1 addition & 0 deletions .github/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
workflows/*.lock.yml linguist-generated=true merge=ours
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
# Run cargo audit - fail only on actual vulnerabilities, not warnings
cargo audit
- name: Run cargo deny check
run: cargo deny check advisories licenses bans sources
run: cargo deny check --config .config/deny.toml advisories licenses bans sources

coverage:
name: test coverage
Expand Down Expand Up @@ -168,6 +168,8 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Spell Check Repo
uses: crate-ci/typos@80c8a4945eec0f6d464eaf9e65ed98ef085283d1 # v1.38.1
with:
config: .config/_typos.toml

linkChecker:
name: link checker
Expand All @@ -183,4 +185,4 @@ jobs:
fail: false # don't fail the build on broken links
format: markdown
jobSummary: true
args: '--config lychee.toml .'
args: '--config .config/lychee.toml .'
1 change: 0 additions & 1 deletion Claude.md

This file was deleted.

16 changes: 0 additions & 16 deletions audit.toml

This file was deleted.

File renamed without changes.
4 changes: 3 additions & 1 deletion docs/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ LOG_LEVEL = "info"

## Docker Compose

For more complex setups, use Docker Compose:
For more complex setups, use Docker Compose. A fully annotated template is available at
[`docker-compose.example.yml`](./docker-compose.example.yml) — copy it to `docker-compose.yml`
and customize it for your needs.

```yaml
# docker-compose.yml
Expand Down
10 changes: 0 additions & 10 deletions policy.yaml

This file was deleted.

Loading