mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-02 00:57:04 -05:00
* attach env_file to compose build and compose pull stages * fmt and bump rust version * bump dependencies * ignored for Sqlite message * fix Build secret args info * improve secret arguments info * improve environment, ports, volumes deserializers * rename `mongo` to `database` in config * support _FILE in secret env vars * improve setup - simpler compose * remove aws ecr container registry support, alpine dockerfiles * log periphery config * ssl_enabled mode * log http vs https * periphery client accept untrust ssl certs * fix nav issue from links * configurable ssl * KOMODO_ENSURE_SERVER -> KOMODO_FIRST_SERVER * mount proc and ssl volume * managed sync * validate files on host resource path * remove sync repo not configured guards * disable confirm dialog * fix sync hash / message Option * try dev dockerfile * refresh sync resources after commit * socket invalidate handling * delete dev dockerfile * Commit Changes * Add Info tab to syncs * fix new Info parsing issue with serde default * refresh stack cache on create / update * managed syncs can't sync themselves * managed syncs seems to work * bump thiserror * use alpine as main dockerfile * apt add --no-cache * disable user write perms, super admin perms to manage admins * manage admin user UI * implement disable non admin create frontend * disable create non admin * Copy button shown based on permission * warning message on managed sync * implement monaco editor * impl simple match tags config * resource sync support match tags * more match tag filtering * improve config with better saving diffs * export button use monaco * deser Conversions with wrapping strings * envs editing * don't delete variables / user groups if match tags defined * env from_str improve * improve dashboards * remove core ca stuff for now * move periphery ssl gen to dedicated file * default server address periphery:8120 * clean up ssl configs * server dashboard * nice test compose * add discord alerter * discord alerter * stack hideInfo logic * compose setup * alert table * improve config hover card style * update min editor height and stack config * Feat: Styling Updates (#94) * sidebar takes full screen height * add bg accent to navbar * add aschild prop to topbar alerts trigger * stylize resource rows * internally scrollable data tables * better hover color for outlined button * always show scrollbar to prevent layout shift * better hover color for navbar * rearrange buttons * fix table and resource row styles * cleanup scrollbar css * use page for dashboard instead of section * fix padding * resource sync refactor and env keep comments * frontend build * improve configs * config nice * Feat/UI (#95) * stylize resource rows * internally scrollable data tables * fix table and resource row styles * use page for dashboard instead of section * fix padding * add `ResourcePageHeader` to required components * add generic resource page header component * add resource page headers for all components * add resource notificaitons component * add `TextUpdateMenu2` for use in resource page * cleanup resource notificaitons * update resource page layout * ui edits * sync kind of work * clean up unused import * syncs seem to work * new sync pending * monaco diff hide unchanged regions * update styling all in config resource select links * confirm update default strings * move procedure Add Stage to left * update colors / styles * frontend build * backend for write file contents to host * compose reference ports comment out * server config * ensure parent directory created * fix frontend build * remove default stack run_directory * fix periphery compose deploy response set * update compose files * move server stats under tabs * fix deployment list item getting correct image when not deployed * stack updates cache after file write * edit files on host * clean up unused imports * top level config update assignment must be spread * update deps, move alert module * move stack module * move sync module * move to sync db_client usage after init * support generic OIDC provider * init builders / server templates specifying https * special cases for server / deployment state * improve alert details * add builder template `use_https` config * try downgrade aws sdk ec2 for x86 build * update debian dockerfiles to rm lists/* * optionally configure seperate KOMODO_OIDC_REDIRECT * add defaults to compose.env * keep tags / search right aligned when view only * clean up configs * remove unused migrator deps * update roadmap support generic OIDC * initialize sync use confirm button * key_value syntax highlighting * smaller debian dockerfiles * clean up deps.sh * debian dockerifle * New config layout (#96) * new config layout * fix image config layout and components config * fix dom nesting and cleanup components * fix label, make switches flex row * ensure smooth scroll on hash navigations * width 180 on config sidebar * slight edits to config * log whether https builder * DISABLED <switch> ENABLED * fix some more config * smaller checked component * server config looking good * auto initialize compose files when files on host * stack files on host good * stack config nice * remove old config * deployments looking good * build looking good * Repo good * nice config for builders * alerter good * server template config * syncs good * tweak stack config * use status badge for update tables * unified update page using router params * replace /updates with unified updates page * redirect all resource updates to unified update page * fix reset handling * unmount legacy page * try periphery rustls * rm unused import * fix broken deps * add unified alerts apge * mount new alerts, remove old alerts page * reroute resource alerts to unified alerts page * back to periphery openssl * ssl_enabled defaults to false for backward compat * reqwest need json feature * back to og yaml monaco * Uncomment config fields for clearer config * clean up compose env * implement pull or clone, avoid deleting repo directory * refactor mongo configuration params * all configs respect empty string null * add back status to header * build toml don't have version if not auto incrementing * fix comile * fix repo pull cd to correct dir * fix core pull_or_clone directory * improve statuses * remove ' ' from kv list parser * longer CSRF valid for, to give time to login / accept * don't compute diff / execute if there are any file_errors * PartialBuilderConfig enum user inner option * move errors to top * fix toml init serializer * server template and bulder manually add config.params line * better way to check builder / template params empty * improve build configs * merge links into network area deployment * default periphery config * improve SystemCommand editor * better Repo server / builder Info * improve Alerts / Updates with ResourceSelector * fix unused frontend * update ResourceSync description * toml use [resource.config] syntax * update toml syntax * update Build.image_registry schema * fix repo / stack resource link alias * reorder image registry * align toml / yaml parser style * some config updates --------- Co-authored-by: Karamvir Singh <67458484+karamvirsingh98@users.noreply.github.com> Co-authored-by: kv <karamvir.singh98@gmail.com>
169 lines
5.0 KiB
TOML
169 lines
5.0 KiB
TOML
################################
|
|
# 🦎 KOMODO PERIPHERY CONFIG 🦎 #
|
|
################################
|
|
|
|
## This is the offical "Default" config file for Komodo Periphery.
|
|
## It serves as documentation for the meaning of the fields.
|
|
## It is located at `https://github.com/mbecker20/komodo/blob/main/config/periphery.config.toml`.
|
|
|
|
## All fields with a "Default" provided are optional. If they are
|
|
## left out of the file, the "Default" value will be used.
|
|
|
|
## If Periphery was installed on the host (systemd install script), this
|
|
## file will be located either in `/etc/komodo/periphery.config.toml`,
|
|
## or for user installs, `$HOME/.config/komodo/periphery.config.toml`.
|
|
|
|
## Optional. The port the server runs on.
|
|
## Env: PERIPHERY_PORT
|
|
## Default: 8120
|
|
port = 8120
|
|
|
|
## The directory periphery will use to manage repos.
|
|
## The periphery user must have write access to this directory.
|
|
## Env: PERIPHERY_REPO_DIR
|
|
## Default: /etc/komodo/repos
|
|
repo_dir = "/etc/komodo/repos"
|
|
|
|
## The directory periphery will use to manage stacks.
|
|
## The periphery user must have write access to this directory.
|
|
## Env: PERIPHERY_STACK_DIR
|
|
## Default: /etc/komodo/stacks
|
|
stack_dir = "/etc/komodo/stacks"
|
|
|
|
## How often Periphery polls the host for system stats,
|
|
## like CPU / memory usage.
|
|
## Env: PERIPHERY_STATS_POLLING_RATE
|
|
## Options: 1-sec, 5-sec, 10-sec, 30-sec, 1-min
|
|
## Default: 5-sec
|
|
stats_polling_rate = "5-sec"
|
|
|
|
## Whether stack actions should use `docker-compose ...`
|
|
## instead of `docker compose ...`.
|
|
## Env: PERIPHERY_LEGACY_COMPOSE_CLI
|
|
## Default: false
|
|
legacy_compose_cli = false
|
|
|
|
## Optional. Only include mounts at specific paths in the disk report.
|
|
## Env: PERIPHERY_INCLUDE_DISK_MOUNTS
|
|
## Default: empty, which won't filter down the disks.
|
|
include_disk_mounts = []
|
|
|
|
## Optional. Don't include these mounts in the disk report.
|
|
## Env: PERIPHERY_EXCLUDE_DISK_MOUNTS
|
|
## Default: empty, which won't exclude any disks.
|
|
exclude_disk_mounts = []
|
|
|
|
########
|
|
# AUTH #
|
|
########
|
|
|
|
## Optional. Limit the ip addresses which can call the periphery api.
|
|
## Env: PERIPHERY_ALLOWED_IPS
|
|
## Default: empty, which will not block any request by ip.
|
|
allowed_ips = []
|
|
|
|
## Optional. Require callers to provide on of the provided passkeys to access the periphery api.
|
|
## Env: PERIPHERY_PASSKEYS or PERIPHERY_PASSKEYS_FILE
|
|
## Default: empty, which will not require any passkey to be passed by core.
|
|
passkeys = []
|
|
|
|
############
|
|
# Security #
|
|
############
|
|
|
|
## Enable HTTPS server using the given key and cert.
|
|
## If true and a key / cert at the given paths are not found,
|
|
## self signed keys will be generated using openssl.
|
|
## Env: PERIPHERY_SSL_ENABLED
|
|
## Default: false (will change to `true` in later release)
|
|
ssl_enabled = true
|
|
|
|
## Path to the ssl key.
|
|
## Env: PERIPHERY_SSL_KEY_FILE
|
|
## Default: /etc/komodo/ssl/key.pem
|
|
ssl_key_file = "/etc/komodo/ssl/key.pem"
|
|
|
|
## Path to the ssl cert.
|
|
## Env: PERIPHERY_SSL_CERT_FILE
|
|
## Default: /etc/komodo/ssl/cert.pem
|
|
ssl_cert_file = "/etc/komodo/ssl/cert.pem"
|
|
|
|
###########
|
|
# LOGGING #
|
|
###########
|
|
|
|
## Specify the logging verbosity
|
|
## Options: off, error, warn, info, debug, trace
|
|
## Default: info
|
|
## Env: PERIPHERY_LOGGING_LEVEL
|
|
logging.level = "info"
|
|
|
|
## Specify the logging format for stdout / stderr.
|
|
## Env: PERIPHERY_LOGGING_STDIO
|
|
## Options: standard, json, none
|
|
## Default: standard
|
|
logging.stdio = "standard"
|
|
|
|
## Specify a opentelemetry otlp endpoint to send traces to.
|
|
## Example: http://localhost:4317.
|
|
## Env: PERIPHERY_LOGGING_OTLP_ENDPOINT
|
|
## Optional, no default
|
|
logging.otlp_endpoint = ""
|
|
|
|
## Set the opentelemetry service name attached to the telemetry Periphery will send.
|
|
## Env: PERIPHERY_LOGGING_OPENTELEMETRY_SERVICE_NAME
|
|
## Default: "Komodo"
|
|
logging.opentelemetry_service_name = "Periphery"
|
|
|
|
#################
|
|
# GIT PROVIDERS #
|
|
#################
|
|
|
|
## configure Periphery based git providers
|
|
# [[git_provider]]
|
|
# domain = "github.com"
|
|
# accounts = [
|
|
# { username = "mbecker20", token = "access_token_for_account" },
|
|
# { username = "moghtech", token = "access_token_for_other_account" },
|
|
# ]
|
|
|
|
# [[git_provider]]
|
|
# domain = "git.mogh.tech" # use a custom provider, like self-hosted gitea
|
|
# accounts = [
|
|
# { username = "mbecker20", token = "access_token_for_account" },
|
|
# ]
|
|
|
|
# [[git_provider]]
|
|
# domain = "localhost:8000" # use a custom provider, like self-hosted gitea
|
|
# https = false # use http://localhost:8000 as base-url for clone
|
|
# accounts = [
|
|
# { username = "mbecker20", token = "access_token_for_account" },
|
|
# ]
|
|
|
|
######################
|
|
# REGISTRY PROVIDERS #
|
|
######################
|
|
|
|
## Configure Periphery based docker registries
|
|
# [[docker_registry]]
|
|
# domain = "docker.io"
|
|
# accounts = [
|
|
# { username = "mbecker2020", token = "access_token_for_account" }
|
|
# ]
|
|
# organizations = ["DockerhubOrganization"]
|
|
|
|
# [[docker_registry]]
|
|
# domain = "git.mogh.tech" # use a custom provider, like self-hosted gitea
|
|
# accounts = [
|
|
# { username = "mbecker20", token = "access_token_for_account" },
|
|
# ]
|
|
# organizations = ["Mogh"] # These become available in the UI
|
|
|
|
###########
|
|
# SECRETS #
|
|
###########
|
|
|
|
## Provide periphery-based secrets
|
|
# [secrets]
|
|
# SECRET_1 = "value_1"
|
|
# SECRET_2 = "value_2" |