JRichardsz

Results 51 comments of JRichardsz

Could you point me to some classes to try it? Thanks

On my devops pipeline I just need: - build a nuget package and push it to nuget server using any kind of official authentication - download the uploaded nuget package...

I added a minimal basic authentication for web endpoints: / and /upload https://github.com/loic-sharma/BaGet/compare/main...usil:feature-add-basic-auth?expand=1 Summary of the changes (in less than 80 chars) * Add basic authentication to the web endpoints:...

1. If someone knows the nuget protocol (internal http endpoints), **ApiKey** offers a protection. Am I correct? 2. I will try the proxy. Just one question, the proxy applies for...

If proxy protects everything, is fine for me. But If package uploads and deletions are protected with API keys, we need to disable the proxy for them to prevent double...

Reviewing and with some intuition ![image](https://user-images.githubusercontent.com/3322836/134264210-13ab4156-0d2b-4187-8d53-639a118e3781.png) I found the values: ``` MOVIES_API = api.themoviedb.org/3 MOVIES_KEY = 81*****e0b ``` **MOVIES_KEY** is the TMDB API KEY Whit these values, there are some...

I was able to run everything: ![image](https://user-images.githubusercontent.com/3322836/134392774-14987459-4832-4f98-8fe8-89938ef8b3db.png) But when I try to watch a video, I got this error: ![image](https://user-images.githubusercontent.com/3322836/134393020-7efeb8f6-67eb-4d10-8928-042181ec7acd.png) I will create another issue with this new error. ##...

Yes, with wildcard its works. Do you think some tips related to search commands could be included in https://pmarsceill.github.io/just-the-docs/docs/search/ ? Thank you for your time.

I can update the readme, just point me to the exact location :D . Some teams don't have ruby or jekyll skills (i'm java), and they just want a wiki...