Skip to content

Instantly share code, notes, and snippets.

@eniehack
Created July 2, 2025 14:21
Show Gist options
  • Save eniehack/fe1e4f4ea20d607e101c3f058afee127 to your computer and use it in GitHub Desktop.
Save eniehack/fe1e4f4ea20d607e101c3f058afee127 to your computer and use it in GitHub Desktop.
a JSON file for installing glance via scoop
{
"version": "0.8.4",
"description": "A self-hosted dashboard that puts all your feeds in one place.",
"homepage": "https://github.com/glanceapp/glance/",
"license": "AGPL-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/glanceapp/glance/releases/download/v0.8.4/glance-windows-amd64.zip",
"sha256": "6eec1559ec566ead0e1d128c3a1a1a5c166a93a5f3d4de053984b4ae91f8a1de"
}
},
"bin": [
"glance.exe"
],
"checkver": {
"github": "https://github.com/glanceapp/glance/"
},
"autoupdate": {
"url": "https://github.com/glanceapp/glance/releases/download/v$version/glance-windows-amd64.zip"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment