Install Garage Web UI without Docker
mainDownload the appropriate binary for your architecture, make it executable, and move it to your system path.
$ wget -O garage-webui https://github.com/khairul169/garage-webui/releases/download/1.1.0/garage-webui-v1.1.0-linux-amd64
$ chmod +x garage-webui
$ sudo cp garage-webui /usr/local/binTo run the binary with a specific configuration file:
$ CONFIG_PATH=./garage.toml garage-webui$ wget -O garage-webui https://github.com/khairul169/garage-web-ui/releases/download/1.1.0/garage-webui-v1.1.0-linux-amd64
$ chmod +x garage-webui
$ sudo cp garage-webui /usr/local/bin
$ CONFIG_PATH=./garage.toml garage-webui