mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-05-14 06:50: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>
13 lines
279 B
YAML
13 lines
279 B
YAML
- id: 1
|
|
host_fqdn: bob.example.com
|
|
host_port: 80
|
|
host_schema: http
|
|
software_name: forgejo
|
|
latest_activity: 2023-01-01T00:00:00Z
|
|
|
|
- id: 2
|
|
host_fqdn: alice.example.com
|
|
host_port: 443
|
|
host_schema: https
|
|
software_name: gitea
|
|
latest_activity: 2023-01-01T00:00:00Z
|