Aurelie Vache
Aurelie Vache
The ovhcloud CLI have been published: https://github.com/ovh/ovhcloud-cli/ So I updated the documentation with the usage of the CLI that can help (better than a API call).
Today the website has evolves a lot since the little README file. In a computer the website is usable but I admit that in a mobile phone it's not easy...
In the ListView, we list the events by months. It's OK but to display the events for november, we have to scroll a loooottt. The idea is to display a...
Today the website is only in english. It could be an idea to translate it in several languages. Not a must-have but can be a nice-to-have.
It's not easy for deaf and hard of hearing people to know in which CFP they can submit. They can see in which conference they can assist, thanks to the...
I have several discount codes for certain conferences, it can be useful to share it, somewhere, on the website.
For the moment I defined a max_tokens equals to 30000 but it could be useful to know the exact max_tokens ``` const res = await fetch(process.env.OVH_AI_ENDPOINTS_MODEL_URL, { method: 'POST', headers:...
With cosign 2.6, with `--new-bundle-format` tag, the format of the signature by cosign has changed. Example of command: ``` cosign sign --new-bundle-format -y $IMG_DIGEST ``` The new signature type is...
As an OVHcloud customer using **MKS** I want to be able to activate encryption (with KMS) in my (dedicted) etcd so that my data (secrets, configmaps) can be encrypted at...
As a user I want to be able to use an OVHcloud MCP Server. I want to be able to use it in my favorite IDEs (with copilot...) and in...