Results 238 comments of El RIDO

Yes, you can: First, expose that information from the configuration file as one of the variables available in the templates by adding an appropriate line in the [Controller.php (link points...

I have gotten report from a colleague about that error a while back in firefox and we found out that it was caused by the LastPass plugin, since that one...

Has anyone been able to reproduce this issue?

I think what it tries to tell is that it looks at the package.json, sees the version as 1.3.0 and therefore assumes we are affected by the CVE we published...

IMO there are several misunderstandings with this request: 1. nightly is supposed to be the stable, signed off release on the latest stable Alpine packages, edge is the same, but...

> * I wanted to test whether these two sets of changes work together. I do often have the same use case during ongoing development on a branch or such...

Possible duplicate of PrivateBin/PrivateBin#475 (and PrivateBin/docker-nginx-fpm-alpine#165, PrivateBin/PrivateBin#617, etc.) - As per the containers [read-me file](https://github.com/PrivateBin/docker-nginx-fpm-alpine/blob/master/README.md#running-the-image): > Note that the volume mounted must be owned by UID 65534 / GID 82....

I guess that would require a separate git project, since I assume turning this into a nextcloud app would require integrating into Nexclouds routing / app mechanism instead of running...

Yes, the configuration file in the container image lives in `/srv/cfg`, as can be [seen in the Dockerfile](https://github.com/PrivateBin/docker-nginx-fpm-alpine/blob/master/Dockerfile#L68).

The `ARG` parameters are resolved at `docker build` time, so the image would need to be re-built for either case to work. What issue do you encounter when the container...