Add NewServer.sh
This commit is contained in:
4
NewServer.sh
Normal file
4
NewServer.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
docker run --rm --network stoat_default curlimages/curl -X POST http://api:14702/servers/create \
|
||||
-H "x-session-token: YOUR_TOKEN_HERE" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{"name": "My Private Server"}'
|
||||
Reference in New Issue
Block a user