mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-07-12 19:08:51 +00:00
34 lines
1.0 KiB
Markdown
34 lines
1.0 KiB
Markdown
<!-- This file is generated by `cargo xtask generate-docs`. Do not edit. -->
|
|
# `!admin appservices`
|
|
|
|
Commands for managing appservices
|
|
|
|
|
|
## `!admin appservices register`
|
|
|
|
Register an appservice using its registration YAML
|
|
|
|
This command needs a YAML generated by an appservice (such as a bridge), which must be provided in a Markdown code block below the command.
|
|
|
|
Registering a new bridge using the ID of an existing bridge will replace the old one.
|
|
|
|
## `!admin appservices unregister`
|
|
|
|
Unregister an appservice using its ID
|
|
|
|
You can find the ID using the `list-appservices` command.
|
|
|
|
## `!admin appservices show-appservice-config`
|
|
|
|
Show an appservice's config using its ID
|
|
|
|
You can find the ID using the `list-appservices` command.
|
|
|
|
## `!admin appservices list-registered`
|
|
|
|
List all the currently registered appservices
|
|
|
|
## `!admin appservices ensure-puppets-active`
|
|
|
|
Ensure no appservice puppets are marked as deactivated. This is a debug command to fix issues caused by a faulty database migration in Continuwuity 26.6.0
|