Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jpbnetley/truenas-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbnetley committed Jun 14, 2024
2 parents 5eed8f9 + f4eb4be commit 03c2c40
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions plugins/sonar-&-radar.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,45 @@ radarr.db-wal
radarr.db-shm
radarr.pid
```

## Jail properties

### Radarr
#### Confirm Jail config
- Basic properties
The following properties are checked
- NAT
- VNET
- Jail Properties
The following properties are checked
- allow_set_hostname
- allow_raw_sockets
- allow_mlock
- Network Properties
The following properties are checked
- ipv4.saddrsel
- ipv6.saddrsel
- Nat port forwarding (jail :7878; host 7878)
- Custom properties
The following properties are checked
- host_time

### Sonarr
#### Confirm Jail config
- Basic properties
The following properties are checked
- NAT
- VNET
- Jail Properties
The following properties are checked
- allow_set_hostname
- allow_sysvipc
- allow_mlock
- Network Properties
The following properties are checked
- ipv4.saddrsel
- ipv6.saddrsel
- Nat port forwarding (jail :8989; host :8989)



0 comments on commit 03c2c40

Please sign in to comment.