mirror of
https://github.com/adityachandelgit/BookLore.git
synced 2026-01-13 20:19:03 +00:00
Change the official domain from booklore.dev to booklore.org (#2046)
Co-authored-by: acx10 <acx10@users.noreply.github.com>
This commit is contained in:
@ -45,7 +45,7 @@ LABEL org.opencontainers.image.title="BookLore" \
|
||||
org.opencontainers.image.description="BookLore: A self-hosted, multi-user digital library with smart shelves, auto metadata, Kobo & KOReader sync, BookDrop imports, OPDS support, and a built-in reader for EPUB, PDF, and comics." \
|
||||
org.opencontainers.image.source="https://github.com/booklore-app/booklore" \
|
||||
org.opencontainers.image.url="https://github.com/booklore-app/booklore" \
|
||||
org.opencontainers.image.documentation="https://booklore-app.github.io/booklore-docs/docs/getting-started" \
|
||||
org.opencontainers.image.documentation="https://booklore.org/docs/getting-started" \
|
||||
org.opencontainers.image.version=$APP_VERSION \
|
||||
org.opencontainers.image.revision=$APP_REVISION \
|
||||
org.opencontainers.image.licenses="GPL-3.0" \
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
**BookLore** is a powerful, self-hosted web application designed to organize and manage your personal book collection with elegance and ease. Build your dream library with an intuitive interface, robust metadata management, and seamless multi-user support.
|
||||
|
||||
[🚀 Get Started](#-getting-started-with-booklore) • [📖 Documentation](https://booklore-app.github.io/booklore-docs/) • [🎮 Try Demo](#-live-demo-explore-booklore-in-action) • [💬 Community](https://discord.gg/Ee5hd458Uz)
|
||||
[🚀 Get Started](#-getting-started-with-booklore) • [📖 Documentation](https://booklore.org/docs/getting-started) • [🎮 Try Demo](#-live-demo-explore-booklore-in-action) • [💬 Community](https://discord.gg/Ee5hd458Uz)
|
||||
|
||||
</div>
|
||||
|
||||
@ -163,7 +163,7 @@ Experience BookLore's features in a live environment before deploying your own i
|
||||
|
||||
Guides for installation, setup, features, and more
|
||||
|
||||
[](https://booklore-app.github.io/booklore-docs/docs/getting-started/)
|
||||
[](https://booklore.org/docs/getting-started)
|
||||
|
||||
*Contribute to the docs at: [booklore-docs](https://github.com/booklore-app/booklore-docs)*
|
||||
|
||||
|
||||
@ -26,7 +26,7 @@ public class CronService {
|
||||
try {
|
||||
BookloreTelemetry telemetry = telemetryService.collectTelemetry();
|
||||
restClient.post()
|
||||
.uri("https://telemetry.booklore.dev/api/v1/ingest")
|
||||
.uri("https://telemetry.booklore.org/api/v1/ingest")
|
||||
.body(telemetry)
|
||||
.retrieve()
|
||||
.body(String.class);
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
<div class="header-content">
|
||||
<h2>
|
||||
Review Bookdrop Files
|
||||
<a href="https://booklore-app.github.io/booklore-docs/docs/bookdrop" target="_blank" rel="noopener noreferrer">
|
||||
<a href="https://booklore.org/docs/bookdrop" target="_blank" rel="noopener noreferrer">
|
||||
<i
|
||||
class="pi pi-external-link external-link-icon"
|
||||
pTooltip="View documentation"
|
||||
|
||||
@ -25,7 +25,7 @@ export type DocType = 'kobo' | 'opds' | 'metadataManager' | 'koReader' | 'email'
|
||||
`]
|
||||
})
|
||||
export class ExternalDocLinkComponent {
|
||||
private readonly BASE_URL = 'https://booklore-app.github.io/booklore-docs/docs';
|
||||
private readonly BASE_URL = 'https://booklore.org/docs';
|
||||
|
||||
private readonly DOC_URLS: Record<DocType, string> = {
|
||||
kobo: `${this.BASE_URL}/integration/kobo`,
|
||||
|
||||
@ -141,7 +141,7 @@
|
||||
<div class="flex gap-4">
|
||||
<li>
|
||||
<a class="topbar-item"
|
||||
href="https://booklore-app.github.io/booklore-docs/docs/getting-started/"
|
||||
href="https://booklore.org/docs/getting-started"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
pTooltip="Documentation"
|
||||
@ -256,7 +256,7 @@
|
||||
<li>
|
||||
<a
|
||||
class="flex items-center gap-2 w-full text-left p-2 hover:bg-surface-200 dark:hover:bg-surface-700 rounded"
|
||||
href="https://booklore-app.github.io/booklore-docs/docs/getting-started/"
|
||||
href="https://booklore.org/docs/getting-started"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer">
|
||||
<i class="pi pi-info-circle text-surface-100"></i>
|
||||
|
||||
Reference in New Issue
Block a user