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.
Komiser configurations
Starting from Komiser v3 and beyond, your komiser configuration which holds the credentials to your cloud providers is defined through a config.toml file. When you position the config.toml file within the same directory as the Komiser binary, it will be automatically detected. However, if you choose to place it in an alternate location, you can do so and then provide the path using the--config flag.
Example start command
Config.toml file

ENVIRONMENT_VARIABLES or CREDENTIALS_FILE. Komiser now supports multiple cloud accounts by default.
Data persistence
Once added the credentials to your cloud provider accounts you will want to choose between these two methods of persisting your AWS Account data.Postgres
Add to config.toml fileSQLite
The reason for this external data persistence is to improve the filtering, sorting and tagging management experience making it faster and smoother. It also serves as a standalone DB which you are free to query and visualize as you see fit.
Example config.toml
Options
Docker
Komiser is also available as a Docker image: https://hub.docker.com/r/tailwarden/komiser/tags/ Check Docker Hub of the Komiser changelog to find the latest version of Komiser.Note: From Komiser v3 onwards, we natively support multiple cloud account authentication through theconfig.tomlfile, you will need to mount this fill along with a credentials file (not needed is using ENVIRONMENT_VARIABLES as the auth source) to the Docker container using the-vflags as seen in theDocker runcommand below.


