webfinger

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-17 10:08:49 +01:00
parent 9a04b12a8e
commit 5baf3cd4eb
9 changed files with 85 additions and 87 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ func GetCommands(cfg *config.Config) cli.Commands {
}
}
// Execute is the entry point for the ocis webfinger command.
// Execute is the entry point for the opencloud webfinger command.
func Execute(cfg *config.Config) error {
app := clihelper.DefaultApp(&cli.App{
Name: "webfinger",
Usage: "Serve webfinger API for oCIS",
Usage: "Serve webfinger API for OpenCloud",
Commands: GetCommands(cfg),
})