- Replace POST /api/v1/users/{owner}/repos fallback with admin API
POST /api/v1/admin/users/{org_name}/repos, which creates in the target
namespace regardless of which user is authenticated
- Fix ops_slug derivation in disinto_init to always use disinto-admin
as owner instead of deriving from forge_repo (which may be johba/...)
- Update projects/disinto.toml.example ops_repo default to disinto-admin/disinto-ops
28 lines
729 B
Text
28 lines
729 B
Text
# projects/disinto.toml.example — Template for disinto self-management
|
|
#
|
|
# Copy to projects/disinto.toml and fill in box-specific values,
|
|
# or run: disinto init johba/disinto
|
|
|
|
name = "disinto"
|
|
repo = "johba/disinto"
|
|
ops_repo = "disinto-admin/disinto-ops"
|
|
forge_url = "http://localhost:3000"
|
|
repo_root = "/home/YOU/dark-factory"
|
|
ops_repo_root = "/home/YOU/disinto-ops"
|
|
primary_branch = "main"
|
|
|
|
[ci]
|
|
woodpecker_repo_id = 0
|
|
stale_minutes = 60
|
|
|
|
[services]
|
|
containers = []
|
|
|
|
[monitoring]
|
|
check_prs = true
|
|
check_dev_agent = true
|
|
check_pipeline_stall = false
|
|
|
|
# [mirrors]
|
|
# github = "git@github.com:johba/disinto.git"
|
|
# codeberg = "git@codeberg.org:johba/disinto.git"
|