docker-compose/arr_stack/README.md

31 lines
615 B
Markdown
Raw Permalink Normal View History

2024-05-18 23:05:18 +02:00
# arr_stack
2024-05-18 23:03:41 +02:00
2024-05-18 23:05:18 +02:00
- [arr\_stack](#arr_stack)
2024-05-18 23:03:41 +02:00
- [Directory structure](#directory-structure)
- [Connection check](#connection-check)
## Directory structure
```
/opt/docker/arr_stack
.
├── docker-compose.yml
├── docker-compose.yml_old
└── volumes
├── downloads
│   ├── complete
│   ├── incomplete
│   └── renamed
├── filebot
├── gluetun
└── sabnzbd
```
## Connection check
```
2024-05-18 23:10:24 +02:00
docker-compose exec -it sabnzbd /bin/bash
2024-05-18 23:03:41 +02:00
curl -sS https://am.i.mullvad.net/json | jq
# or
curl -sS https://am.i.mullvad.net/connected
```