feat: added readme
This commit is contained in:
parent
3c8fa73ce6
commit
61cdbe1bb2
1 changed files with 29 additions and 0 deletions
29
arr_stack/README.md
Normal file
29
arr_stack/README.md
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# APP_STACK
|
||||||
|
|
||||||
|
- [APP\_STACK](#app_stack)
|
||||||
|
- [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
|
||||||
|
```
|
Loading…
Add table
Add a link
Reference in a new issue