WebFinger endpoint
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-04-10 21:23:21 +02:00
parent ef2d2b6422
commit 0774c88918
3 changed files with 110 additions and 0 deletions

View File

@@ -54,6 +54,8 @@ Rails.application.routes.draw do
end
end
get ".well-known/webfinger" => "webfinger#show"
authenticate :user, ->(user) { user.is_admin? } do
mount Sidekiq::Web => '/sidekiq'
end