jqknono

Results 10 comments of jqknono

For Windows, 1. install choco ```ps1 Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) ``` 2. install make ```ps1 choco install make ``` 3. change...

To connect to AWS RDS, I need to set this TWO: - SSL: Enabled - rejectUnauthorized: **Check And Uncheck**. This is important, and make a difference. The `"rejectUnauthorized": false` should...

The **Fetching https://ip-ranges.amazonaws.com/ip-ranges.json** blocked at startup. Some times this will cost many time. If you're blocked by this fetching too, just run: ```bash NPM_CTR_NAME=nginxproxymanager docker exec $NPM_CTR_NAME sed -i 's/\.then(internalIpRanges\.fetch)//g'...

Fix with https://github.com/NginxProxyManager/nginx-proxy-manager/commit/c3f210e84f594db8d91a4ad0eb12341d947c4f48 Not merge, not tested.

> 微软常用运行库 请问微软常用运行库是什么?

> > 微软常用运行库 > > 请问微软常用运行库是什么? x64 - https://aka.ms/vs/17/release/vc_redist.x64.exe x86 - https://aka.ms/vs/17/release/vc_redist.x86.exe

The **Fetching https://ip-ranges.amazonaws.com/ip-ranges.json** blocked at startup. Sometimes this will cost a lot of time. If you're blocked by this fetching too, just run: ```bash NPM_CTR_NAME=nginxproxymanager docker exec $NPM_CTR_NAME sed -i...

There are some issues about 502 bad gateway, cannot login. The direct cause is the NPM getting stuck at startup, some of them related to the fetching of https://ip-ranges.amazonaws.com/ip-ranges.json Some...

For a quick workaround, you can run the following commands: ```bash NPM_CTR_NAME=nginxproxymanager docker exec $NPM_CTR_NAME sed -i 's/\.then(internalIpRanges\.fetch)//g' /app/index.js docker restart $NPM_CTR_NAME ``` This will patch the application to skip...

> I have same issue.start log I found: > > ``` > [9/12/2024] [4:58:37 AM] [Setup ] › ℹ info Initial admin setup completed > [9/12/2024] [4:58:37 AM] [Setup ]...