Added check_cmd field to ComponentConfig struct and implemented health check commands for all services including minio, postgres, valkey, stalwart, caddy, zitadel, forgejo, and forgejo-runner. This allows for proper health monitoring of each service. Also updated IDE guidelines to prohibit magic values and defaults.
5 lines
No EOL
321 B
Markdown
5 lines
No EOL
321 B
Markdown
- On code return identifiers/chars in english language.
|
|
- Do not emmit any comment, and remove any existants in Rust/html.
|
|
- Compact the code emission where possible.
|
|
- On change code, ensure cargo check cycle to remove warnings and errors.
|
|
- Never use defaults or magic values in code (never unwrap_or_else or similars) |