TheAssassin
TheAssassin
It's the exactly same binary, however, from our server, people aren't exposed to tracking by GitHub.
If newpipe.net is down, the website is down, too. They're hosted on the same system.
I've been using this software without sentry successfully. Try removing the two lines in https://github.com/TeamNewPipe/web-api/blob/01db112b825a4cd8299bb69d139940228253665e/api.py#L277-L278, but actually it shouldn't be needed.
Since this is dynamic data, it can't go into the website repository without having a service or cron job make a commit whenever data changes. Therefore, we should do it...
Your first example isn't valid JSON anyway. I suggest something _slightly_ more generic: ```javascript { "flavors": { "stable": {...}, "beta": {...}, }, "stats": { "github": {...} } } ``` I'd...
I rewrote the HTTP fetching code to make all requests in parallel, the API runs in about the same time as before. It fetches the stargazers count from GitHub, stable...
Current state: ```javascript { "flavors": { "beta": { "version": "v0.12.0-beta" }, "stable": { "version": "v0.11.6" } }, "stats": { "contributors": 30, "forks": 467, "stargazers": 3051, "translations": 43, "watchers": 3051 }...
> @TheAssassin 2nd paragraph of my first post :) I built the API after the data model you provided. I'll work on it maybe on Thursday.
This issue has _not_ been fixed, it should be reopened. Tested in [2024.12.3](https://goauthentik.io/docs/releases/2024.12), but none of the previous versions worked either.
@itdaniher with [linuxdeployqt](https://github.com/probonopd/linuxdeployqt) it's pretty easy to create AppImages for Qt and non-Qt apps. Just take a look at the [README](https://github.com/probonopd/linuxdeployqt#using-linuxdeployqt-with-travis-ci). I just combined the template there (with the CMake...