oupala

Results 171 comments of oupala

The problem is still occuring with version 1.20.0: > Système de mise à jour > > Votre version actuelle de FreshRSS est la 1.20.0. > > Dernière vérification : 6...

Can you please review this merge request, this has been tested and validated.

A config file is not really the same thing as an environment variable. A config file is giving all variable at once in a file. I was expecting to be...

Here is an extract from `plikd.cfg` config file: ```ini DataBackend = "s3" [DataBackendConfig] Endpoint = "127.0.0.1:9000" AccessKeyID = "access_key_id" SecretAccessKey = "access_key_secret" Bucket = "plik" Location = "us-east-1" Prefix =...

> As of now you can already pass the data backend config a JSON string (not a JSON file) with the data backend settings. I'll see if I can implement...

Thanks for the quick reply. It would be great if the content of the previous comment was pasted in the documentation. There is still a usecase were individual environment variables...

For example, when our S3 K8S operator is creating a new bucket, the operator creates a configmap and a secret that become available in the K8S namespace: - `-configmap`: -...

I think it would be ok for some cases (but don't forget that some systems uses `http_proxy` and `https_proxy` in lowercase). But in some complicated cases, the proxy could be...

A first step could be a **common** proxy setting for all distant backends. Should I create another issue?

I mean that the best CSP would be the following: ``` Content-Security-Policy "default-src 'self'" ``` And with this CSP, wallabag generates a lot of warnings.