All checks were successful
CI / Build and push Docker image (push) Successful in 1m28s
29 lines
914 B
YAML
29 lines
914 B
YAML
# Global application settings
|
|
app:
|
|
# Configuration for individual tools.
|
|
# Each tool can have an 'enabled' flag and other tool-specific settings.
|
|
tools:
|
|
forgejo:
|
|
enabled: true
|
|
# Mapping of Forgejo base URLs to API tokens.
|
|
# Example:
|
|
# https://git.tomfos.tr: your_token_for_tomfos_tr
|
|
# https://another-forgejo.com: your_token_for_another_forgejo
|
|
tokens:
|
|
# Add your Forgejo instance URLs and tokens here
|
|
# https://git.tomfos.tr: "your_forgejo_token_here"
|
|
memory:
|
|
enabled: true
|
|
file_path: "/data/memory.json"
|
|
searxng:
|
|
enabled: true
|
|
base_url: "http://localhost:8080"
|
|
time:
|
|
enabled: true
|
|
default_timezone: "UTC"
|
|
weather:
|
|
enabled: true
|
|
default_location: "London, UK"
|
|
web:
|
|
enabled: true
|
|
user_agent: "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0esr"
|