Add opensearch declaration (#1058)

* feat: Add opensearch declaration

* cleanup

---------

Co-authored-by: Johannes Zorn <johannes.zorn@zollsoft.com>
Co-authored-by: Sascha Ißbrücker <sascha.issbruecker@gmail.com>
This commit is contained in:
Johannes Zorn
2025-05-17 09:52:26 +02:00
committed by GitHub
parent da9371e33c
commit 9a00ae4b93
6 changed files with 54 additions and 0 deletions

View File

@@ -80,6 +80,8 @@ urlpatterns = [
path("manifest.json", views.manifest, name="manifest"),
# Custom CSS
path("custom_css", views.custom_css, name="custom_css"),
# OpenSearch
path("opensearch.xml", views.opensearch, name="opensearch"),
]
# Put all linkding URLs into a linkding namespace