Contributing to Plundarr π΄ββ οΈ¶
Ahoy, improbable contributor. Plundarr is a Docker Compose fleet for media services, PIA WireGuard, PIA port forwarding, Privateerr, and Gluetun, so changes should arrive shipshape and easy to sail on Synology.
Before Ye Start β¶
- Read the repository README.
- Read the security policy before sharing logs or generated config.
- Keep to the Code.
- Check existing issues before opening a duplicate treasure map.
What Belongs Here π§¶
Good contributions include:
- Clear bug fixes.
- Docker Compose improvements that keep Synology DSM Container Manager, PIA WireGuard, and port forwarding in mind.
- Documentation that helps real humans avoid setup mistakes.
- Test and workflow improvements for the Plundarr stack.
- Security hardening that stays free, open, and maintainable.
Questionable cargo includes:
- Huge rewrites without an issue first.
- Paid-only services, subscription gates, or magic hosted scanners.
- Vendoring upstream PIA manual connection scripts into this repo.
- Anything that requires committing secrets, live
wg0.conf, realprivateerr.envdata, or private logs.
Local Setup π οΈ¶
Edit .env with yer own values. Keep that file private.
Useful commands:
make check-env
make config
make env
make test-maraudarr
make up
make test-vpn
make test-e2e
make test-stack
make reset-config
pre-commit run --all-files
[!IMPORTANT] π§ͺ VPN and port-forwarding testing uses real PIA credentials from
.env. That voyage should happen locally, not with secrets flung into public waters.
Style Rules π¶
- Public Markdown and user-facing command output may speak fluent pirate.
- Code comments should use plain English.
- Shell scripts written for host use should use
#!/bin/shwhere possible. - Shell scripts should use four spaces for indentation.
- Docker Compose values should come from
.envinstead of inline fallback soup. - Keep service config directories aligned with service names.
- Let Privateerr own the upstream PIA manual connection scripts.
Pull Requests πͺ¶
Before opening a pull request:
- Run relevant
maketargets. - Run
make config. - Run
pre-commit run --all-filesif hooks are installed. - Confirm no secrets, live VPN configs, or logs slipped into the hold.
- Explain what changed and why.
Tiny pull requests be easier to review than a kraken-sized rewrite with six unrelated tentacles.
Security Reports π‘οΈ¶
Do not report security problems in public issues or pull requests. Use the security policy, or hail the captain in π₯HADESπ₯ Discord for a safer channel.
Fair winds, clean diffs, and may yer YAML indent on the first try. β οΈ