Tho Ho
Tho Ho
Properly support specific non default port 3306 in `DB_HOST` and also improve experience for these issues #31, #86 and #88 without working around.
If we prefer to use DB_PORT, I can submit the PR to support DB_PORT and also solve the 30s delay. I just checked on BookStack, it support both DB_PORT or...
Update PR to support DB_PORT - Insert default line `DB_PORT=3306` to .env if missing. The current `.env.example` does not have line `DB_PORT=3306` - Use port from DB_HOST if any -...
> Please review [NetLah-external#1](https://github.com/NetLah-external/docker-bookstack/pull/1) Hi Eric Nemchik, I would fix the Alpine 3.15 not support `grep -qP` and improve the support to `domain:port` or `[::1]:port` or `[1:2::7:8]:port` ~Please help review...
Yub, I've tested the PR fixes this issue. And I think Im going to extent the PR a bit to have it support DB_PORT also.
The PR now support DB_PORT
Hi, this is related to ASPNET.Core and how we deploy (scheme: https vs http). You can check this article for further information https://devblogs.microsoft.com/aspnet/forwarded-headers-middleware-updates-in-net-core-3-0-preview-6/ If you want to troubleshoot the deployment,...
New library coming `System.CommandLine`, another options for developers. History: https://github.com/dotnet/command-line-api/blob/f2556cacb35c0b68201d73eaf1c0df8c5e57e43e/docs/History.md https://www.nuget.org/packages/System.CommandLine https://learn.microsoft.com/en-us/dotnet/standard/commandline/
Hi, can we help preview and merge this PR? This PR is not just improvement to support the DB_PORT but also fix the issue that connection can update from docker...