mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-14 23:10:25 +00:00
Fixes #9282 Adds a new admin panel category for federation related administration. Includes views for: - Instance Federation Configuration - List of Federation Hosts - (Per-Instance) List of Federated Users Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11115 Reviewed-by: elle <0xllx0@noreply.codeberg.org> Reviewed-by: Panagiotis "Ivory" Vasilopoulos <git@n0toose.net> Reviewed-by: Gusted <gusted@noreply.codeberg.org> Co-authored-by: Florian Pallas <mail@fpallas.com> Co-committed-by: Florian Pallas <mail@fpallas.com>
17 lines
367 B
YAML
17 lines
367 B
YAML
- id: 1
|
|
user_id: 1001
|
|
external_id: "1"
|
|
federation_host_id: 1
|
|
inbox_path: /api/v1/activitypub/user-id/1/inbox#bob
|
|
|
|
- id: 2
|
|
user_id: 1002
|
|
external_id: "1"
|
|
federation_host_id: 2
|
|
inbox_path: /api/v1/activitypub/user-id/1/inbox#alice
|
|
|
|
- id: 3
|
|
user_id: 1003
|
|
external_id: "2"
|
|
federation_host_id: 2
|
|
inbox_path: /api/v1/activitypub/user-id/2/inbox#eve
|