SelfhostedPro

Results 98 comments of SelfhostedPro

You can login to GitHub using the python GitHub API https://github.com/PyGithub/PyGithub

PyGithub enables you to use Access tokens so you don't need to worry about that deprecation.

Yeah, it's similar but more focused on small businesses/selfhosting than on the enterprise side of things. It should be very similar as far as adding it to DietPi. If there's...

Why are you revoking the access token on refresh? The refresh endpoint should only be getting hit if the access token is already invalid.

You can't extend the refresh past the expiration. You can change the expiration time though. It's automatically invalidated once it's expired.

I managed this with my frontend. I'm using Vuejs but it should be similar across javascript frameworks: State Management: ```js [AUTH_REFRESH]: ({ commit }) => { return new Promise(resolve =>...

In my opinion, I think it should be a 401, or there should be a way to set it as 401 for a specific endpoint. Could I do something like...

I'm going to take a swing a coming up with some docs for this per: https://cloud-native.slack.com/archives/C01U45M2SVB/p1650554181079489?thread_ts=1650552801.132729&cid=C01U45M2SVB if that'd be helpful.

He means the ability to update multiple containers in one click (ie. With a checkbox next to them). Will leave this open so I can implement this.

The `x-*` (x-depends-on stuff) isn’t compatible with Yacht as I’m manually parsing the docker-compose file and haven’t run into that before. Try removing that and seeing if it works.