Compare commits
3 Commits
a9902d61e7
...
52d5d1de51
Author | SHA1 | Date | |
---|---|---|---|
52d5d1de51
|
|||
a9f04c1799 | |||
8df1d86708 |
@@ -20,7 +20,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
@@ -16,7 +16,7 @@ jobs:
|
|||||||
container: ghcr.io/renovatebot/renovate:41
|
container: ghcr.io/renovatebot/renovate:41
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Renovate
|
- name: Renovate
|
||||||
run: renovate
|
run: renovate
|
||||||
|
@@ -31,7 +31,7 @@ calibre-web-automated:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/calibrain/calibre-web-automated-book-downloader
|
repository: ghcr.io/calibrain/calibre-web-automated-book-downloader
|
||||||
tag: latest@sha256:28f2967d7d958375c04fbde47702398b34cd43cc9e6d44417076309f9f54a503
|
tag: latest@sha256:944f012ce0c3bf9245792d7764de104b5c56c4c9caa04a1dfa28e2002833b5de
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: FLASK_PORT
|
- name: FLASK_PORT
|
||||||
@@ -41,7 +41,7 @@ calibre-web-automated:
|
|||||||
- name: GID
|
- name: GID
|
||||||
value: 100
|
value: 100
|
||||||
- name: USE_CF_BYPASS
|
- name: USE_CF_BYPASS
|
||||||
value: true
|
value: false
|
||||||
- name: CLOUDFLARE_PROXY_URL
|
- name: CLOUDFLARE_PROXY_URL
|
||||||
value: http://localhost:8000
|
value: http://localhost:8000
|
||||||
- name: INGEST_DIR
|
- name: INGEST_DIR
|
||||||
|
Reference in New Issue
Block a user