mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-21 01:34:16 +00:00
41 lines
994 B
Cheetah
41 lines
994 B
Cheetah
version: "0.1"
|
|
log_level: info
|
|
log_shipper:
|
|
backend: ""
|
|
url: ""
|
|
batch_size: 100
|
|
flush_interval: 5s
|
|
username: ""
|
|
password: ""
|
|
server:
|
|
addr: :5000
|
|
base_url: "https://seamark.dev"
|
|
default_hold_did: "{{.HoldDid}}"
|
|
oauth_key_path: "{{.BasePath}}/oauth/client.key"
|
|
client_name: Seamark
|
|
client_short_name: Seamark
|
|
registry_domains:
|
|
- "buoy.cr"
|
|
- "bouy.cr"
|
|
ui:
|
|
database_path: "{{.BasePath}}/ui.db"
|
|
theme: seamark
|
|
libsql_sync_url: ""
|
|
libsql_auth_token: ""
|
|
libsql_sync_interval: 1m0s
|
|
health:
|
|
cache_ttl: 15m0s
|
|
check_interval: 15m0s
|
|
jetstream:
|
|
url: wss://jetstream2.us-west.bsky.network/subscribe
|
|
backfill_enabled: true
|
|
relay_endpoint: https://relay1.us-east.bsky.network
|
|
auth:
|
|
key_path: "{{.BasePath}}/auth/private-key.pem"
|
|
cert_path: "{{.BasePath}}/auth/private-key.crt"
|
|
credential_helper:
|
|
tangled_repo: ""
|
|
legal:
|
|
company_name: Seamark
|
|
jurisdiction: State of Texas, United States
|