mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:18:32 -05:00
* add periphery.skip label, skip in StopAllContainers * add core config sync directory * deploy stack if changed * fix stack env_file_path when git repo and using run_directory * deploy stack if changed * write sync contents * commit to git based sync, managed git based sync * can sync non UI defined resource syncs * sync UI control * clippy * init new stack compose file in repo * better error message when attached Server / Builder invalid * specify multiple resource file paths (mixed files + folders) * use react charts * tweak stats charts * add Containers page * 1.15.6 * stack deploy check if deployes vs remote has changed * improve ux with loading indicators * sync diff accounts for deploy / after * fix new chart time axes
24 lines
586 B
TOML
24 lines
586 B
TOML
################################
|
|
# 🦎 KOMODO PERIPHERY CONFIG 🦎 #
|
|
################################
|
|
port = 8121
|
|
repo_dir = ".komodo/repos"
|
|
stack_dir = ".komodo/stacks"
|
|
stats_polling_rate = "1-sec"
|
|
legacy_compose_cli = false
|
|
include_disk_mounts = []
|
|
|
|
############
|
|
# Security #
|
|
############
|
|
ssl_enabled = false
|
|
ssl_key_file = ".komodo/ssl/key.pem"
|
|
ssl_cert_file = ".komodo/ssl/cert.pem"
|
|
|
|
###########
|
|
# LOGGING #
|
|
###########
|
|
logging.level = "info"
|
|
logging.stdio = "standard"
|
|
logging.otlp_endpoint = "http://tempo.grafana.orb.local:4317"
|
|
logging.opentelemetry_service_name = "Periphery" |