Douglas Parker
Douglas Parker
Using host as a match method isn't ideal when you reverse proxy multiple applications on your domain. For example: * https://media.example.com * https://media.example.com/requests * https://media.examole.com/sonarr * https://media.example.com/radarr * https://media.example.com/lidarr *...
@quthla I'll take a look at the work around you mentioned above later today. Thanks for the tip! Edit: I was unable to get a match using regex and a...
> As previously mentioned, chrome doesn't show the whole URL in the address bar, so Bitwarden isn't able to match a starts with "https://mail.example.com/admin". Are there any possible workarounds to...
> You must turn off autofill service and only use the accessibility service. > > ^(https?://)?domain.com/path/ > > This is the regex I'm using with different paths on the same...
As it turns out, disabling the autofill framework and using a regex expression doesn't work for me, simply because I require the use of the autofill framework to get an...
> Unfortunately we will not implement this feature untill the end of this year. The UI is quite composite for it. It's better to use [DBeaver](https://dbeaver.io/) for now. Any news...
Hey, will this be released anytime soon?
Awesome, thank you so much!
> [Next image build](https://github.com/itzg/docker-minecraft-server/actions/runs/4973759760) will include the modpack support documented here: > > https://github.com/itzg/docker-minecraft-server#running-a-server-with-a-modrinth-modpack > > Let me know if there's any issues/questions. Thank you so much! This is going...
> Let me know if there's any issues/questions. @itzg What's the difference between the `VERSION` and `MODRINTH_MC_VERSION` environmental variables? I currently use `VERSION`. Do I need to use `MODRINTH_MC_VERSION` instead...