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
- Compute Instances
- Container Registries
- Databases
- Functions
- Kubernetes Clusters
- Load Balancers
- Serverless Containers
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 Scaleway credentials.
We’ve also added 2 methods of persisting your account data.
Postgres
Add to config.toml file
SQLite
Configuring Credentials
The Scaleway credentials required to successfully integrate Komiser can be easily generated by:Creating and API key which generates accessKey and secretKey
- Click Identity and Access Management (IAM) from the top-right of your Organization Dashboard in the Scaleway console. You are taken to your Identity and Access Management dashboard.
- Click the
API Keystab. - Click the
➕ buttonto generate a new API key. - Select the bearer of the API key. Choose between yourself (as an IAM user), or an IAM application associated with the Organization.
- Enter an optional description for the API key.
- Enter the desired
expirationperiod. - Click
Generate API Key.
Locate the Organization ID
- Access the Organization Dashboard.
- In the Organization window click
Settingsto locateorganization ID - Add the credentials to your
config.tomlfile
Add your Scaleway 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

