fix: add missing Rallly environment variables #33

Merged
pwarder merged 1 commit from chore/template-audit into main 2026-06-22 01:12:21 +00:00
Owner

Pull Request Checklist

Summary

Describe what this pull request changes and why.

Change Type

Select all that apply:

  • Add a new stack
  • Update an existing stack
  • Fix a Compose or configuration issue
  • Update documentation
  • Update repository automation or validation
  • Renovate dependency update
  • Other

Stack Changes

List affected stack paths:

apps/
media/
monitoring/
networking/
templates/

Validation

Confirm the following were completed:

  • docker compose --env-file .env.example -f docker-compose.yml config was reviewed for each changed stack where applicable.
  • .env.example includes all required variables.
  • No real credentials, tokens, domains, internal addresses, usernames, or private paths were added.
  • Persistent storage paths are documented.
  • Required networks and dependencies are documented.
  • README content was updated when behavior, ports, configuration, security, backups, or upgrades changed.
  • CATALOG.md was regenerated if stack folders were added, removed, or moved.
  • Forgejo validation passed.

Security Review

  • No secrets are included in tracked files.
  • No deployment-specific values were added.
  • New ports, host networking, privileged mode, Docker socket mounts, or elevated capabilities are documented and justified.
  • External service integrations use placeholders only.

Notes for Reviewers

Add anything that needs special attention, such as:

  • Upstream breaking changes.
  • Database or storage compatibility.
  • Required migrations.
  • Optional integrations.
  • Image tag changes.
  • CI or Renovate behavior.
  • Known limitations.
# Pull Request Checklist ## Summary Describe what this pull request changes and why. ## Change Type Select all that apply: * [ ] Add a new stack * [ ] Update an existing stack * [ ] Fix a Compose or configuration issue * [ ] Update documentation * [ ] Update repository automation or validation * [ ] Renovate dependency update * [ ] Other ## Stack Changes List affected stack paths: ``` apps/ media/ monitoring/ networking/ templates/ ``` ## Validation Confirm the following were completed: * [ ] `docker compose --env-file .env.example -f docker-compose.yml config` was reviewed for each changed stack where applicable. * [ ] `.env.example` includes all required variables. * [ ] No real credentials, tokens, domains, internal addresses, usernames, or private paths were added. * [ ] Persistent storage paths are documented. * [ ] Required networks and dependencies are documented. * [ ] README content was updated when behavior, ports, configuration, security, backups, or upgrades changed. * [ ] `CATALOG.md` was regenerated if stack folders were added, removed, or moved. * [ ] Forgejo validation passed. ## Security Review * [ ] No secrets are included in tracked files. * [ ] No deployment-specific values were added. * [ ] New ports, host networking, privileged mode, Docker socket mounts, or elevated capabilities are documented and justified. * [ ] External service integrations use placeholders only. ## Notes for Reviewers Add anything that needs special attention, such as: * Upstream breaking changes. * Database or storage compatibility. * Required migrations. * Optional integrations. * Image tag changes. * CI or Renovate behavior. * Known limitations.
fix: add missing Rallly environment variables
All checks were successful
Markdown Link Check / links (push) Successful in 4s
Secret Scan / gitleaks (push) Successful in 6s
Validate Homelab Compose Repository / validate (push) Successful in 22s
Markdown Link Check / links (pull_request) Successful in 4s
Secret Scan / gitleaks (pull_request) Successful in 6s
Validate Homelab Compose Repository / validate (pull_request) Successful in 22s
56e8fcb92d
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
warderhomelab/homelab-compose!33
No description provided.