TBK

Results 29 comments of TBK

The ideal workflow for my usecase woulde be: 1. Record. 2. Upload "manually" to BookStack (json file). 3. Edit/Create page and via WYSIWYG add the asciicast. > Could maybe update...

I got it working by using @benwaffle advice as a hint (https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers). traefik.toml ```toml [entryPoints] [entryPoints.http] address = ":80" [entryPoints.https] address = ":443" [entryPoints.https.forwardedHeaders] trustedIPs = [ "127.0.0.1/32", "192.168.0.1/32" ]...

> > But the push service port is wrong. The service runs at 7867. With port 80, i got a bad gateway error from Traefik. > > I don't know,...

Should be possible by adding the "user=xxxx" argument to each program in conanexiles.conf - http://supervisord.org/configuration.html#program-x-section-values (find the user subsection). Otherwise apps such as gosu & su-exec can be used to...

@ShalokShalom yes, the search is still case sensitive.

Apparently it is a hopeless cause on X11 - http://blog.martin-graesslin.com/blog/2015/01/why-screen-lockers-on-x11-cannot-be-secure/ the only way to solve it is to switch to Wayland (https://github.com/QubesOS/qubes-issues/issues/3366). I experienced this scenario for the first time...

@cfcs My bad, should not have posted in the middle of the night.

@cfcs Thanks, I will look into that. Qubes OS is not the easiest project to to get a clear image of the state of things.