Joshua Spence
Joshua Spence
Thanks, it works now! Is it possible to have the auth token in a config file rather than polluting my environment? Not a big deal I am seeing a different...
Yeah I'm just checking that now. When I download the archive through the browser and use `file` on it, it shows `gzip compressed data, max compression, original size modulo 2^32...
Ah I see the issue. It's because I am doing this: ``` url: '{{ (gitHubLatestRelease "REDACTED").HTMLURL | replace "/releases/tag/" "/releases/download/" }}/REDACTED_{{ .chezmoi.os }}_{{ .chezmoi.arch | replace "amd64" "x86_64" }}.tar.gz' ```...
Nah it doesn't work with `gitHubLatestReleaseAssetURL`. I guess because whatever is processing externals is just using a generic HTTP client, which won't be injecting the GitHub auth token
Nah it doesn't work. GitHub doesn't allow basic auth, you have to pass in an `Authorization: Bearer xxxxxxx` header instead
Yeah, I had been thinking about this and wasn't sure how to handle it since the Docker container contains Ubiquiti code (NodeJS application) with no licensed information. I'm not sure...
Alright, well I don't have a strong opinion on this so happy to go with GPLv3 if you say so
> > Would love to be able to install it from the store for my Mi TV Box, not a big fan of sideloading stuff. Hopefully someone can help out...