Skip to content

Commit 5074b96

Browse files
author
antonio.cuellar
committed
fix: mejoras
1 parent 5ce4697 commit 5074b96

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ RUN \
3838
xdg-utils && \
3939
echo "**** install calibre-web ****" && \
4040
if [ -z ${CALIBREWEB_RELEASE+x} ]; then \
41-
CALIBREWEB_RELEASE=$(curl -sX GET "https://api.github.com/repos/janeczku/calibre-web/releases/latest" \
41+
CALIBREWEB_RELEASE=$(curl -sX GET "https://api.github.com/repos/ajcuellar/calibre-web/releases/latest" \
4242
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
4343
fi && \
4444
curl -o \
4545
/tmp/calibre-web.tar.gz -L \
46-
https://github.com/janeczku/calibre-web/archive/${CALIBREWEB_RELEASE}.tar.gz && \
46+
https://github.com/ajcuellar/calibre-web/archive/${CALIBREWEB_RELEASE}.tar.gz && \
4747
mkdir -p \
4848
/app/calibre-web && \
4949
tar xf \

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline {
2020
QUAYIO_API_TOKEN=credentials('quayio-repo-api-token')
2121
GIT_SIGNING_KEY=credentials('484fbca6-9a4f-455e-b9e3-97ac98785f5f')
2222
EXT_GIT_BRANCH = 'master'
23-
EXT_USER = 'janeczku'
23+
EXT_USER = 'ajcuellar'
2424
EXT_REPO = 'calibre-web'
2525
BUILD_VERSION_ARG = 'CALIBREWEB_RELEASE'
2626
LS_USER = 'linuxserver'
@@ -602,7 +602,7 @@ pipeline {
602602
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
603603
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
604604
--label \"org.opencontainers.image.title=Calibre-web\" \
605-
--label \"org.opencontainers.image.description=[Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License. \" \
605+
--label \"org.opencontainers.image.description=[Calibre-web](https://github.com/ajcuellar/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License. \" \
606606
--no-cache --pull -t ${IMAGE}:${META_TAG} --platform=linux/amd64 \
607607
--provenance=true --sbom=true --builder=container --load \
608608
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -671,7 +671,7 @@ pipeline {
671671
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
672672
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
673673
--label \"org.opencontainers.image.title=Calibre-web\" \
674-
--label \"org.opencontainers.image.description=[Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License. \" \
674+
--label \"org.opencontainers.image.description=[Calibre-web](https://github.com/ajcuellar/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License. \" \
675675
--no-cache --pull -t ${IMAGE}:amd64-${META_TAG} --platform=linux/amd64 \
676676
--provenance=true --sbom=true --builder=container --load \
677677
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."
@@ -733,7 +733,7 @@ pipeline {
733733
--label \"org.opencontainers.image.licenses=GPL-3.0-only\" \
734734
--label \"org.opencontainers.image.ref.name=${COMMIT_SHA}\" \
735735
--label \"org.opencontainers.image.title=Calibre-web\" \
736-
--label \"org.opencontainers.image.description=[Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License. \" \
736+
--label \"org.opencontainers.image.description=[Calibre-web](https://github.com/ajcuellar/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself. This software is a fork of library and licensed under the GPL v3 License. \" \
737737
--no-cache --pull -f Dockerfile.aarch64 -t ${IMAGE}:arm64v8-${META_TAG} --platform=linux/arm64 \
738738
--provenance=true --sbom=true --builder=container --load \
739739
--build-arg ${BUILD_VERSION_ARG}=${EXT_RELEASE} --build-arg VERSION=\"${VERSION_TAG}\" --build-arg BUILD_DATE=${GITHUB_DATE} ."

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Find us at:
3737
[![Jenkins Build](https://img.shields.io/jenkins/build?labelColor=555555&logoColor=ffffff&style=for-the-badge&jobUrl=https%3A%2F%2Fci.linuxserver.io%2Fjob%2FDocker-Pipeline-Builders%2Fjob%2Fdocker-calibre-web%2Fjob%2Fmaster%2F&logo=jenkins)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-calibre-web/job/master/)
3838
[![LSIO CI](https://img.shields.io/badge/dynamic/yaml?color=94398d&labelColor=555555&logoColor=ffffff&style=for-the-badge&label=CI&query=CI&url=https%3A%2F%2Fci-tests.linuxserver.io%2Flinuxserver%2Fcalibre-web%2Flatest%2Fci-status.yml)](https://ci-tests.linuxserver.io/linuxserver/calibre-web/latest/index.html)
3939

40-
[Calibre-web](https://github.com/janeczku/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself.
40+
[Calibre-web](https://github.com/ajcuellar/calibre-web) is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database. It is also possible to integrate google drive and edit metadata and your calibre library through the app itself.
4141

4242
This software is a fork of library and licensed under the GPL v3 License.
4343

44-
[![calibre-web](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png)](https://github.com/janeczku/calibre-web)
44+
[![calibre-web](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png)](https://github.com/ajcuellar/calibre-web)
4545

4646
## Supported Architectures
4747

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# project information
44
project_name: calibre-web
5-
project_url: "https://github.com/janeczku/calibre-web"
5+
project_url: "https://github.com/ajcuellar/calibre-web"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/calibre-web-icon.png"
77
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
88
project_categories: "Books"

0 commit comments

Comments
 (0)