docker-compose/arr_stack/README.md

30 lines
573 B
Markdown
Raw 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
```
curl -sS https://am.i.mullvad.net/json | jq
# or
curl -sS https://am.i.mullvad.net/connected
```