Mounier Florian
Mounier Florian
Do you have https://github.com/paradoxxxzero/tornado-systemd installed? `pip install tornado-systemd`
This does not make much sense! Is this really reproductible?
I can't see either what reinstalling tornado-systemd could change. Does it work using socket only (butterfly.service stop, butterfly.socket start)? Could you try with python 3 (if you are using python...
butterfly in secure mode (default) relies on client certificate authentication (by user) and handle ssl for you. If you decide to let nginx handle the ssl part you have to...
The support list is as follow: - Chrome There is code to handle other browsers (noticeably firefox) but there are some annoying and long time unresolved bugs that I can't...
I am sorry but I don't understand.
Why would you want that ? It's more or less what ssh do. If you can't connect ssh on the port 22, you can change it on the ssh server...
Err maybe a cli flag like `--preserve-environment` would be better to avoid breaking the current login functionality. And using the [if branch](https://github.com/smartlyio/butterfly/blob/d65c339f62b289b784d0cc3e14e3bb5f9a3c7a3d/butterfly/terminal.py#L170-L175) just above instead of overriding the env var...
It should not happen except if you are running your browser as root as local (and even then I think it's a linux only bonus https://github.com/paradoxxxzero/butterfly/blob/master/butterfly/utils.py#L138). Can you explain how...
Is it a FreeBSD specific su binary behaviour? Do you have a daemon user? (uid: 2) Maybe this silently fails.