plutocrat
plutocrat
Hi, just had another thought about this. Basically I think your code initiates shutdown/suspend when the torrent status turns from downloading to seeding. However at this point, there is still...
Thanks. I didn't see the previous discussion. Perhaps creating a single 'webdev' user and running all sites under that could be the first step towards #41.
www-data is a system user, without a login. Currently in order to do anything you need to login as root, which is not a great thing security-wise. You also have...
Yeah, I was looking at the whitelisting approach, but the host IP will change, so I'd have to add it to the whitelist each time that happened. I've been looking...
I just migrated a few files into cherrytree. I wanted text nodes, but they were all imported as rtf. As the cherrytree files were in sqlite format, I ran the...
Also getting this on Linux Mint 19.2 `Collecting grpcio==1.0.0 (from -r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/ba/f7/2138b9148b2d68431ebb05d4871e2fc60deacb4ee282384171083b522823/grpcio-1.0.0.tar.gz (5.3MB) 100% |████████████████████████████████| 5.3MB 148kB/s Complete output from command python setup.py egg_info: This backport...
Seems to work if you comment out the top line in the requirements.txt file which mentions grpcio, and leave all the other lines intact. I guessed this from "Python 3...
OK, well I need to see the UI too, so I did previously try something like this: ``` location / { proxy_pass http://127.0.0.1:8080; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP...
After trying a million different things, this is what's working for me currently. I can connect to port 8443, use the selenoid-ui interface, and its connecting to selenoid and VNC...
Unfortunately no, I did find that issue earlier and tried it. It still doesn't make any difference: I can get to the front page with http auth accepted once, but...