feat(settings): add OpenWork Cloud auth and worker open flow (#957)

* add OpenWork Cloud settings auth and worker open

* hide Den endpoint override outside developer mode

* add documented Den and OpenWork Cloud flow evidence
This commit is contained in:
ben
2026-03-16 13:28:01 -07:00
committed by GitHub
parent f5b7491f37
commit 3ae7735555
25 changed files with 1352 additions and 34 deletions

View File

@@ -25,9 +25,18 @@ x-shared: &shared
services:
mysql:
image: mysql:8.4
command:
- --performance_schema=OFF
- --innodb_buffer_pool_size=128M
- --innodb_log_buffer_size=8M
- --max_connections=30
- --table_open_cache=128
- --tmp_table_size=16M
- --max_heap_table_size=16M
environment:
MYSQL_ROOT_PASSWORD: password
MYSQL_DATABASE: openwork_den
MYSQL_INITDB_SKIP_TZINFO: "1"
healthcheck:
test: ["CMD-SHELL", "mysqladmin ping -h 127.0.0.1 -ppassword --silent"]
interval: 5s