mirror of
https://github.com/acedanger/docs.git
synced 2025-12-05 14:40:13 -08:00
feat: Implement multi-user support with separate brokerage accounts and user authentication feat: Configure SSO authentication setup using Google OAuth 2.0 for secure access refactor: Update index page to reflect new Trading Analysis Dashboard features and descriptions docs: Enhance quickstart guide for deploying Trading Analysis Dashboard with detailed steps chore: Add runner configuration for Gitea Actions with logging and container settings
16 lines
262 B
YAML
16 lines
262 B
YAML
log:
|
|
level: info
|
|
|
|
runner:
|
|
capacity: 1
|
|
timeout: 3h
|
|
|
|
container:
|
|
# Use the gitea network so job containers can resolve the 'server' hostname
|
|
network: gitea_gitea
|
|
privileged: false
|
|
options: ""
|
|
workdir_parent: ""
|
|
valid_volumes: []
|
|
docker_host: ""
|