hypervtechnics

Results 46 comments of hypervtechnics

@abiosoft Could you please take a look at this? Or wanna wait until Caddy 2?

Is someone able to test this? I think I am able to implement this by looking at the existing code, but not familiar enough to test it.

I implemented this but could not test if that works or breaks anything. See #110

Another endpoint I'd need is to read the the active incident information

@cabal95 As far as I can see the Urls generated by BaGet take there information from the Forward headers. Did you set them correctly. Also there is the PathBase setting...

Probably relevant lines are: https://github.com/loic-sharma/BaGet/blob/7b4a3be0fa763f2341b75fae89bc52c4bd7edfbd/src/BaGet.Core.Server/Configuration/ConfigureForwardedHeadersOptions.cs#L11 and https://github.com/loic-sharma/BaGet/blob/7b4a3be0fa763f2341b75fae89bc52c4bd7edfbd/src/BaGet/Startup.cs#L58 They may or may not be relevant - I am not yet that familiar with the codes structure/architecture.

I just wanted to tell that I am preparing an example to underline what I mean. I will post it in a couple days :) Thanks for your answer so...

Here is the sample: ```bash # Setup mkdir some-repository cd some-repository git init git checkout -b main # Create first commit touch README.md git add . git commit -m "Initial...

What do you think about storing the previous version as `Version?` (Nullable), so you don't have to parse it? For the install (which is kind of first run) and uninstall...