Enhance media disk support and add WireGuard validation jobs#87
Merged
ExtraToast merged 7 commits intomainfrom Apr 15, 2026
Merged
Enhance media disk support and add WireGuard validation jobs#87ExtraToast merged 7 commits intomainfrom
ExtraToast merged 7 commits intomainfrom
Conversation
- Set `MEDIA_DISK_FS` default to `ntfs3` in setup.sh and README. - Add default mount options for NTFS and validation for /mnt/media mount. - Ensure media directories are created with correct permissions.
Create a standalone wireguard-check job with a Gluetun sidecar and a curl-based probe task for validating PIA custom WireGuard settings without changing the existing OpenVPN downloads stack.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a new WireGuard VPN health check job to the Nomad cluster, updates resource allocations for the downloads job, and changes the default filesystem for the media disk to
ntfs3. The main focus is on improving VPN reliability and increasing the performance of media-related jobs.New WireGuard VPN Health Check:
wireguard-checkthat runs a Gluetun container (for WireGuard VPN) and a sidecar curl task to periodically check public IP connectivity. This job is configured for secure secret injection and proper resource allocation. (infra/nomad/jobs/media/wireguard-check.nomad.hcl)infra/nomad/templates/gluetun-wireguard.env.tpl)Resource Allocation Improvements:
downloadsNomad job to improve performance for both main and auxiliary tasks. (infra/nomad/jobs/media/downloads.nomad.hcl) [1] [2]Filesystem Configuration:
ext4tontfs3in both the setup script and documentation, ensuring consistency and potentially better compatibility. (infra/home-node/README.md,infra/home-node/setup.sh) [1] [2]