-
Hi, I brought up index.js in NodeJS but it doesn't overwrite ServerCfg.json with new FakeIP values, it stays the ones I specified manually the first time:
```json
{
"a6-polaris": {
"GSLT": "…
-
## Project description
[Gitlab](https://gitlab.com) is an awesome opensource alternative to github. The problem is that it is too bloated to use on servers with limited resources.`Git` protocol can…
-
A number of Node.js tests fail when Node.js is compiled dynamically linked against OpenSSL 3.2 (tested with OpenSSL 3.2.2).
i.e.
```console
./configure --shared-openssl
make -j 4 test-ci
```
F…
-
This might be related to #2 where missing error handling is also mentionned. When in dev mode the content cannot be fetched, the whole frontend/ssr servers crashes. I need to restart the volto server…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on Github _(I've sea…
-
Hello
We are trying to configure ONLYOFFICE Docs to connect to a PostgreSQL database deployed eternally with TLS enabled (and required).
To enabled PostgreSQL TLS connections in ONLYOFFICE Docs …
-
## NodeJS&Golang&Python3
- Mac
| | NodeJS | Golang | Python3 |
| --- | --- | --- | ----------------------------------- |
| Setup | | | |
| | https://nodejs.org/en/ | https://gol…
-
Check [this](https://github.com/danilop/JustAGame/blob/master/server.js) out
-
I regularly make use of the NodeJS [cluster](https://nodejs.org/api/cluster.html) module in "normal" API services, as JS is single threaded, and we want to make use of all [available parallelism](http…
-
For now, we authenticate users on the local server using the local database. We would like to be able to configure the local server to delegate the authentication process to another damas-core server.