All apps · 0 apps
DeployCat
Docker app from meowsers' Repository
Overview
Install DeployCat on Unraid in a few clicks.
Find DeployCat in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Related apps
Explore more like this
Explore allDetails
meowsers/deploycat:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8732]/- Network
host- Shell
sh- Privileged
- false
- Extra Params
--stop-timeout=40 --device=/dev/net/tun --cap-add=NET_ADMIN
Template configuration
Where DeployCat stores ALL data (servers, config, backups, SteamCMD, Java runtimes, logs). This is the only required mount.
- Target
- /data
- Default
- /mnt/user/appdata/DeployCat
- Value
- /mnt/user/appdata/DeployCat
Second drive for installing game servers. Useful if your primary drive is small or you want servers on an SSD.
- Target
- /mnt/drive2
Another location for backups. DeployCat can write backups here so they survive a drive failure.
- Target
- /mnt/backupdrive
Port for the DeployCat web interface. Access the UI at http://your-ip:PORT.
- Target
- PORT
- Default
- 8732
- Value
- 8732
User ID for file ownership. Default 99 (nobody) matches Unraid convention. Run 'id -u' on your host to find yours.
- Default
- 99
- Value
- 99
Group ID for file ownership. Default 100 (users) matches Unraid convention. Run 'id -g' on your host to find yours.
- Default
- 100
- Value
- 100
Timezone for scheduling (backup schedules, start/stop schedules). Use IANA format e.g. America/New_York, Europe/London. Without this, all schedules run in UTC.
- Default
- UTC
- Value
- UTC
Optional: Your Unraid server's LAN IP. Shown in DeployCat so you know what IP players use to connect. Auto-detected if not set.
- Target
- HOST_IP
If your Unraid host runs Tailscale, map its socket directory here so DeployCat uses the host's daemon instead of spawning a conflicting one. Leave default if unsure. Only needed when host networking is enabled AND the host runs Tailscale.
- Target
- /var/run/tailscale
- Default
- /var/run/tailscale
Path to the host's Tailscale daemon socket. Only used when Host Tailscale Socket is mapped. This lets DeployCat control the host's Tailscale (auth, status, connect) without running a duplicate daemon.
- Default
- /var/run/tailscale/tailscaled.sock