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.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.source="https://github.com/booklore-app/booklore" \
|
||||||
org.opencontainers.image.url="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.version=$APP_VERSION \
|
||||||
org.opencontainers.image.revision=$APP_REVISION \
|
org.opencontainers.image.revision=$APP_REVISION \
|
||||||
org.opencontainers.image.licenses="GPL-3.0" \
|
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.
|
**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>
|
</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
|
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)*
|
*Contribute to the docs at: [booklore-docs](https://github.com/booklore-app/booklore-docs)*
|
||||||
|
|
||||||
|
|||||||
@ -26,7 +26,7 @@ public class CronService {
|
|||||||
try {
|
try {
|
||||||
BookloreTelemetry telemetry = telemetryService.collectTelemetry();
|
BookloreTelemetry telemetry = telemetryService.collectTelemetry();
|
||||||
restClient.post()
|
restClient.post()
|
||||||
.uri("https://telemetry.booklore.dev/api/v1/ingest")
|
.uri("https://telemetry.booklore.org/api/v1/ingest")
|
||||||
.body(telemetry)
|
.body(telemetry)
|
||||||
.retrieve()
|
.retrieve()
|
||||||
.body(String.class);
|
.body(String.class);
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<div class="header-content">
|
<div class="header-content">
|
||||||
<h2>
|
<h2>
|
||||||
Review Bookdrop Files
|
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
|
<i
|
||||||
class="pi pi-external-link external-link-icon"
|
class="pi pi-external-link external-link-icon"
|
||||||
pTooltip="View documentation"
|
pTooltip="View documentation"
|
||||||
@ -106,10 +106,10 @@
|
|||||||
tooltipPosition="top">
|
tooltipPosition="top">
|
||||||
</p-button>
|
</p-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="default-controls">
|
<div class="default-controls">
|
||||||
<i class="pi pi-book"
|
<i class="pi pi-book"
|
||||||
pTooltip="Specify library and subpath for selected files"
|
pTooltip="Specify library and subpath for selected files"
|
||||||
tooltipPosition="left"></i>
|
tooltipPosition="left"></i>
|
||||||
|
|
||||||
<p-select
|
<p-select
|
||||||
@ -189,7 +189,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="file-library">
|
<div class="file-library">
|
||||||
<i
|
<i
|
||||||
class="pi metadata-status"
|
class="pi metadata-status"
|
||||||
[ngClass]="{
|
[ngClass]="{
|
||||||
'pi-check-circle copied': copiedFlags[file.file.id],
|
'pi-check-circle copied': copiedFlags[file.file.id],
|
||||||
@ -234,7 +234,7 @@
|
|||||||
(click)="file.showDetails = !file.showDetails"
|
(click)="file.showDetails = !file.showDetails"
|
||||||
[pTooltip]="file.showDetails
|
[pTooltip]="file.showDetails
|
||||||
? 'Hide metadata'
|
? 'Hide metadata'
|
||||||
: file.file.fetchedMetadata?.title
|
: file.file.fetchedMetadata?.title
|
||||||
? 'Review and copy fetched metadata'
|
? 'Review and copy fetched metadata'
|
||||||
: 'Show file metadata (no fetched metadata)'"
|
: 'Show file metadata (no fetched metadata)'"
|
||||||
tooltipPosition="left">
|
tooltipPosition="left">
|
||||||
|
|||||||
@ -25,7 +25,7 @@ export type DocType = 'kobo' | 'opds' | 'metadataManager' | 'koReader' | 'email'
|
|||||||
`]
|
`]
|
||||||
})
|
})
|
||||||
export class ExternalDocLinkComponent {
|
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> = {
|
private readonly DOC_URLS: Record<DocType, string> = {
|
||||||
kobo: `${this.BASE_URL}/integration/kobo`,
|
kobo: `${this.BASE_URL}/integration/kobo`,
|
||||||
|
|||||||
@ -141,7 +141,7 @@
|
|||||||
<div class="flex gap-4">
|
<div class="flex gap-4">
|
||||||
<li>
|
<li>
|
||||||
<a class="topbar-item"
|
<a class="topbar-item"
|
||||||
href="https://booklore-app.github.io/booklore-docs/docs/getting-started/"
|
href="https://booklore.org/docs/getting-started"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
pTooltip="Documentation"
|
pTooltip="Documentation"
|
||||||
@ -256,7 +256,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
class="flex items-center gap-2 w-full text-left p-2 hover:bg-surface-200 dark:hover:bg-surface-700 rounded"
|
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"
|
target="_blank"
|
||||||
rel="noopener noreferrer">
|
rel="noopener noreferrer">
|
||||||
<i class="pi pi-info-circle text-surface-100"></i>
|
<i class="pi pi-info-circle text-surface-100"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user