-
I was looking at client_auth to protect an endpoint for server-server communication. It's a bit of a faff though to do all the private CA /signing bits - could we instead leverage LE certs (or any val…
-
@denis-tingajkin
Cloning into 'coredns'...
remote: Enumerating objects: 21, done.
remote: Counting objects: 100% (21/21), done.
remote: Compressing objects: 100% (19/19), done.
remote: Total …
-
How to fix this?
So, my index.jsx:
```javascript
import "intl";
import { getCurrentLangKey, getLangs, getUrlForLang } from "ptz-i18n";
import { IntlProvider } from "react-intl";
import Helmet …
-
In my never-ending quest of getting the Pydio Cells family of services running on as many platforms as I can, I've been tackling a years-old issue I have: how to synchronize between a Synology NAS and…
-
How to reproduce the error:
1. Install WSAPI with luarocks (locally)
create a new file test.cgi with mode +x:
```
#!/usr/bin/env /home/user/.luarocks/bin/wsapi.cgi
module("test.cgi", package.seea…
rtzui updated
2 years ago
-
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…
-
Hello, if I run one of this Caddyfiles:
```
{
debug
default_bind 0.0.0.0 [::]
servers 0.0.0.0:443 {
protocols h1 h2 h2c h3
}
servers [::…
-
When I use caddy2.2 for forward proxy, I cannot connect with other users in the room on the website https://www.free4talk.com/. Can you see what the reason is
weew2 updated
3 years ago
-
Just wanted to mention here that this plugin will no longer be needed because of the work done in https://github.com/caddyserver/caddy/pull/5104.
The real client IP will be parsed if `trusted_proxi…
-
Hi,
I am trying to self-host the project with a Docker Compose file:
```yaml
services:
bitpoll:
build: https://github.com/fsinfuhh/bitpoll.git
volumes:
- bitpoll_static:/opt/stat…
jzbor updated
1 month ago