Documentation Index
Fetch the complete documentation index at: https://docs.komiser.io/llms.txt
Use this file to discover all available pages before exploring further.
Supported resource list
Supported resource list
- Alerts
- Images
- Compute Instances
- Kubernetes Clusters
- Kubernetes Nodes
- IPs
- Networks
- Vracks
- Projects
- SSHKeys
- SSLCertificates
- SSLGateways
- Storage Containers
- Storage Volumes
- Users
Local Komiser CLI (Single account)
Komiser now supports multiple cloud accounts by default. Account configuration is done through theconfig.toml file, just pass in your account OVH credentials.
We’ve also added 2 methods of persisting your account data.
Postgres
Add to config.toml file
SQLite
Configuring Credentials
The OVH credentials required to successfully integrate Komiser can be easily generated by:Creating app keys
- Go to OVHcloud API page.
- Click
Loginin the upper right. - Enter your OVHcloud credentials.
- Set a timeline, labelled Validity, during which you allow actions through the OVHcloud APIs.
- Click the following link: https://ca.api.ovh.com/createToken/
- Fill in your OVHcloud customer ID, password, and application name.
- Click on
Create keysbutton. You will be issued three keys: the application key called AK, tour application secret called AS and your consumer key called CK.
Add your OVHcloud credentials to your configuration file
Run it!
That should be it. Try out the following from your command prompt to start the server:http://localhost:3000

