Add hawser

This commit is contained in:
JuliusFreudenberger 2026-05-14 22:30:26 +02:00
parent 64674a411a
commit d6598776df
2 changed files with 19 additions and 0 deletions

11
hawser/README.me Normal file
View file

@ -0,0 +1,11 @@
# Hawser
The agent for Dockhand
## env file
```env
STACKS_DIR=/opt/hawser-stacks
DOCKHAND_SERVER_URL=wss://your-dockhand.example.com/api/hawser/connect
TOKEN=your-agent-token
AGENT_NAME=my-server
```