🎉 live server seems to be working now

This commit is contained in:
2026-05-14 14:29:57 +02:00
commit d72e439fd9
181 changed files with 47406 additions and 0 deletions

View File

@@ -0,0 +1,53 @@
{
"permissions": {
"allow": [
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(curl -s \"https://api.github.com/repos/Sendspin/sendspin-go/git/trees/main?recursive=1\")",
"Bash(curl -s https://raw.githubusercontent.com/Sendspin/sendspin-go/refs/heads/main/pkg/sendspin/player.go)",
"Bash(curl -s https://raw.githubusercontent.com/Sendspin/sendspin-go/refs/heads/main/pkg/sendspin/server.go)",
"Bash(curl -s https://raw.githubusercontent.com/Sendspin/sendspin-go/refs/heads/main/pkg/audio/output/output.go)",
"Bash(curl -s https://raw.githubusercontent.com/Sendspin/sendspin-go/refs/heads/main/pkg/sendspin/source.go)",
"Bash(curl -s https://raw.githubusercontent.com/Sendspin/sendspin-go/refs/heads/main/go.mod)",
"Bash(go version *)",
"Bash(go get *)",
"Bash(GOFLAGS=\"\" go get github.com/Sendspin/sendspin-go@main)",
"Bash(go env *)",
"Bash(GONOSUMCHECK=* GONOSUMDB=* GOFLAGS='' go get github.com/Sendspin/sendspin-go@v0.0.0-20250503162011-af11b2c17c62)",
"Bash(GOPROXY=direct go list -m -versions github.com/Sendspin/sendspin-go)",
"Bash(GOPROXY=direct go list -m -json github.com/Sendspin/sendspin-go@latest)",
"Bash(GOPROXY=direct go get github.com/Sendspin/sendspin-go@v1.7.0)",
"Bash(GOPROXY=direct go mod tidy)",
"Bash(go build *)",
"Bash(sudo pacman -S --noconfirm opus opusfile)",
"Bash(./client --help)",
"Bash(./server --help)",
"Bash(go run *)",
"Bash(make -C /home/ficik/Workspaces/Personal/rpi-sendspin)",
"Bash(pacman -Q)",
"Bash(docker build *)",
"Bash(docker run *)",
"Bash(grep -n 'ResolveClientID\\\\|PersistFn' /home/ficik/go/pkg/mod/github.com/\\\\!sendspin/sendspin-go@v1.7.0/pkg/sendspin/*.go)",
"Read(//home/ficik/go/pkg/mod/github.com/!sendspin/sendspin-go@v1.7.0/pkg/sendspin/**)",
"WebFetch(domain:github.com)",
"WebFetch(domain:api.github.com)",
"Bash(find ~ -path \"*sendspin-go*\" -name \"*.go\" 2>/dev/null | head -30; echo \"---\"; cat /home/ficik/Workspaces/Personal/rpi-sendspin/go.mod)",
"Read(//home/ficik/**)",
"Bash(go list *)",
"Bash(cp -r \"/home/ficik/go/pkg/mod/github.com/!sendspin/sendspin-go@v1.7.0\" /home/ficik/Workspaces/Personal/rpi-sendspin/third_party/sendspin-go)",
"Bash(chmod -R u+w /home/ficik/Workspaces/Personal/rpi-sendspin/third_party/sendspin-go)",
"Bash(go vet *)",
"Bash(go test *)",
"Bash(make clean *)",
"Bash(make build *)",
"Bash(make live-server *)",
"Bash(./bin/sendspin-live-server --help)",
"Bash(cat)",
"Bash(rm /tmp/volume_test.go)",
"Bash(mv /tmp/volume_test.go /tmp/voltest.go)",
"Bash(rm /tmp/voltest.go)"
],
"additionalDirectories": [
"/tmp"
]
}
}