Skip to content

Commit 556f12d

Browse files
authored
Update multiple-instances.md
1 parent 69a021d commit 556f12d

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

docs/reference/multiple-instances.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,38 +14,51 @@ Apps that used to be supported by the "ArrX" system which allowed the user to de
1414

1515
The general idea is to move all the configuration into the `/srv/git/saltbox/inventories/host_vars/localhost.yml` along with [other customizations](../saltbox/inventory/index.md).
1616

17-
As of 01-24-2023 the roles supported are:
17+
**As of 11-14-2023** the roles supported are:
1818

1919
```yaml
20+
alternatrr
2021
autoscan
2122
bazarr
23+
calibre
2224
deluge
2325
emby
26+
gluetun
2427
jellyfin
2528
jellyseerr
2629
lidarr
30+
mariadb
2731
mcrouter
2832
minecraft
33+
mongodb
2934
nginx
3035
node_red
36+
ombi
3137
overseerr
3238
plex
39+
postgres
3340
qbittorrent
3441
qbittorrentvpn
3542
radarr
3643
readarr
44+
redis
45+
requestrr
46+
rflood
3747
sonarr
3848
tautulli
39-
mariadb
40-
postgres
41-
mongodb
42-
redis
4349
traktarr
50+
transmission
51+
watchstate
52+
watchtower
4453
whisparr
4554
```
4655

56+
IMPORTANT: if you ware reading this after the date mentioned above, this list may not be complete.
57+
4758
There is a command at the end of this page you can use to get an updated list of roles that support this method.
4859

60+
Again, that list shows what roles supported this system as of the date shown above; if you are reading this after that date, there is a non-zero chance that additional roles have been added.
61+
4962
## Overview
5063

5164
Define a list of all the instances of the container you want to create; if you don't want to customize them beyond that, this is all that's required.

0 commit comments

Comments
 (0)