FedWiki sites

Settings

Every wiki site the FedWiki integration manages, with its owning organization and status. The sync is the periodic background job that reconciles this list with the wiki farm. Part of Integrations.

Sync health

Last sync
{{ .SyncStatus }}{{ if .SyncTime }} — {{ .SyncTime }}{{ end }}
{{ if .Error }} {{ else if eq (len .Sites) 0 }}

No sites found.

{{ else }}
{{ range .Sites }} {{ end }}
ID Domain Owner Type Status Created
{{ .ID }} {{ .Domain }} {{ .OwnerOrgName }} {{ if .IsCustomDomain }} Custom {{ else }} Subdomain {{ end }} {{ if eq .Status "readonly" }} Read-only {{ else if eq .Status "archived" }} Archived {{ else }} Active {{ end }} {{ .CreatedAt }}

Total: {{ len .Sites }} sites

{{ end }}