All apps · 0 apps
Antigravity-CLI
Docker app from hovee's Repository
Overview
Install Antigravity-CLI on Unraid in a few clicks.
Find Antigravity-CLI 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 allLinks
Details
hovee/antigravity-cli:latestRuntime arguments
- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--restart unless-stopped
Template configuration
Container home directory. Stores persistent Google auth tokens (.gemini/), preferences, SSH keys, and shell history.
- Target
- /config
- Default
- /mnt/user/appdata/antigravity
Working directory where your code repositories and Unraid shares reside for the agent to access.
- Target
- /workspaces
- Default
- /mnt/user/projects
Mount host docker socket if you want Antigravity to be able to inspect or run docker containers.
- Target
- /var/run/docker.sock
- Default
- /var/run/docker.sock
User ID for file ownership inside container (default 99 matches Unraid nobody user).
- Default
- 99
Group ID for file ownership inside container (default 100 matches Unraid users group).
- Default
- 100
Instance name displayed when connecting via Antigravity Remote.
- Target
- ANTIGRAVITY_INSTANCE_NAME
- Default
- unraid-server
Automatically launch agy remote-control background daemon on container boot.
- Target
- AUTO_START_DAEMON
- Default
- true
Automatically query Google release manifests and update agy binary on container start and periodically.
- Target
- AUTO_UPDATE
- Default
- true
Container timezone for accurate log timestamps.
- Target
- TZ
- Default
- America/New_York