Julien Fontanet
Julien Fontanet
1. Implemented by `system-account-xoa-ssh-key` (will be available in the next appliances) :heavy_check_mark: 2. This should be implemented in `xo-server` 3. This could be done 4. already handled by `xoa-updater`: `xoa-updater-proxy-url`...
IMHO, we shouldn't link notes to a specific implementation, we should only support CommonMark and broadly supported extensions.
@pdonias Maked supports [a number of extensions](https://marked.js.org/using_advanced#extensions) like [maked-alert](https://github.com/bent10/marked-extensions/tree/main/packages/alert).
Hello, What's the full error displayed in Settings/Logs?
This fork of react-bootstrap is not actively maintained. If you want to use Bootstrap 4, I suggest you to turn to [reactstrap](https://github.com/reactstrap/reactstrap). Anyway, [here](https://github.com/vatesfr/xo-web/blob/0f7f8c7330ea986e1f0d90845c0c2e9d590c547f/src/common/combobox.js#L47-L58)'s how we use it 😃
Closing, feel free to re-open or comment if you still have questions :slightly_smiling_face:
FYI, here are the paths were xo-server looks for plugins: https://github.com/vatesfr/xen-orchestra/blob/aef2696426d0fcf7b335dc3a7eaa0a44ca815f9c/packages/xo-server/src/index.mjs#L375
How is that expected? Even when using tunneling (using `CONNECT` method), you still have to do a normal HTTP request to the proxy and you can use the `proxy-authenticate` to...
My bad, it's indeed working correctly, sorry for the noise. The problem I had was that it does not handle `username` without a `:password`, while it is accepted by Node's...
Regardless of the presence of `:`, it does not appear to work natively when the password is empty. My current work-around: ```js const uri = new URL(proxy); const token =...