-
Hi!
Is there any guide/info on how to add my own custom provider?
BR
-
Hi,
I am a beginner with docker installation.
I am working with Windows, I have installed WSL2 with Ubuntu distribution and Docker Desktop + Visual Code.
I followed the instruction for the installa…
-
I'm doing a project with Ollama and I'm getting an error that after 5 minutes the Ollama js library drops the request, and I use this same Ollama server in my own chat and it has never given this sess…
-
## 前言
本文将分享几种为站点启用HTTPS的方法,内容包括:
1. 免费证书的获取及安装
1. 为Node.js应用开启HTTPS
1. 为Nginx开启HTTPS
## 前提准备
1. 一台拥有外网IP的服务器(假设操作系统为: `CentOS 7.4`)
1. 一个域名(解析到上述服务器的IP)(假设域名为: `www.example.com`)
1. SSL证…
-
I believe that the session cookie should be forced to immediately expire when the session is destroyed (i.e. when the user logs out) on the server-side.
While the Session Store I am using is correctl…
-
I have been asked at the NodeSchool Osaka tonight about a workshop specifically for socket.io. I was shocked to find that it doesn't exist. Probably there should be one at least on that topic. Isn't t…
-
Hi There,
We have a multi-tenancy setup with postgres where:
1) multiple schemas exist in the same database, and each schema is identical to the other.
2) To keep data secure we intend on using …
-
There are many old version dependencies in egg ecosystem, Please update all dependencies
# In a fresh egg
```
yarn install v1.22.10
info No lockfile found.
[1/5] Validating package.json...
[…
-
### Description
For a sensitive tool like an Admin Web UI, 2FA is a must-have for better security.
The custom `buildAuthenticatedRouter` should support 2FA, and the front-end should dynamically …
-
Hey, thanks for building VEX. I am falling in love with V, and coming from a Node.js background this rings bells.
Looking at the code, it seems `routes` and `middlewares` are separate concepts. I a…