remove booklgr

This commit is contained in:
2026-08-11 17:47:33 +02:00
parent a41bed872a
commit 823bca01a8
5 changed files with 1 additions and 57 deletions
-4
View File
@@ -26,7 +26,3 @@ NTFY_URL=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # dont forget
NTFY_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
DOCKER_COMPOSE_DIR=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
BOOKLOGR_AUTH_SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
BOOKLOGR_DEFAULT_USER=xxxxxxxxxxxxxxxxxxxxxxxxxx # needs to be an email
BOOKLOGR_DEFAULT_PASSWORD=xxxxxxxxxxxxxxxxxxxxxxxxxx
-7
View File
@@ -46,13 +46,6 @@ videos.tomasrivera.ch {
reverse_proxy jellyfin:8096
}
books.tomasrivera.ch {
reverse_proxy booklogr-web:80
}
books-api.tomasrivera.ch {
reverse_proxy booklogr-api:5000
}
convert.tomasrivera.ch {
reverse_proxy transmute:3313
}
+1 -2
View File
@@ -169,8 +169,7 @@ mkdir -p \
/opt/server/caddy/config \
/opt/server/resspublica/feed \
/opt/server/resspublica/images \
/opt/server/fav-archiver \
/opt/server/booklogr/api
/opt/server/fav-archiver
sudo chown -R tomasr:tomasr /opt/server/resspublica
sudo chmod -R u+rwX /opt/server/resspublica
-39
View File
@@ -10,7 +10,6 @@ services:
- radicale
- metube
- jellyfin
- booklogr-web
image: caddy:latest
container_name: caddy
restart: unless-stopped
@@ -165,41 +164,3 @@ services:
environment:
AUTH_SECRET_KEY: "${TRANSMUTE_SECRET_KEY}"
AUTH_ACCESS_TOKEN_EXPIRE_MINUTES: 120
booklogr-api:
container_name: "booklogr-api"
image: mozzo/booklogr:v1.11.1
env_file:
- .env
environment:
BOOKLOGR_DEFAULT_PASSWORD: "${BOOKLOGR_DEFAULT_PASSWORD}"
BOOKLOGR_DEFAULT_USER: "${BOOKLOGR_DEFAULT_USER}"
DATABASE_URL: "sqlite:///books.db"
AUTH_ALLOW_REGISTRATION: False
AUTH_REQUIRE_VERIFICATION: False
SINGLE_USER_MODE: True
AUTH_SECRET_KEY: "${BOOKLOGR_AUTH_SECRET_KEY}"
BL_API_ENDPOINT: "http://books-api.tomasrivera.ch" # CHANGE THIS TO POINT TO THE EXTERNAL ADRESS THE USER CAN ACCESS
BL_GOOGLE_ID: "" # Leave empty to disable google login. To enable, write in your Google Client ID.
BL_DEMO_MODE: False
volumes:
- /opt/server/booklogr/api:/app/instance
booklogr-web:
container_name: "booklogr-web"
image: mozzo/booklogr-web:v1.11.1
env_file:
- .env
environment:
BOOKLOGR_DEFAULT_PASSWORD: "${BOOKLOGR_DEFAULT_PASSWORD}"
BOOKLOGR_DEFAULT_USER: "${BOOKLOGR_DEFAULT_USER}"
DATABASE_URL: "sqlite:///books.db"
AUTH_ALLOW_REGISTRATION: False
AUTH_REQUIRE_VERIFICATION: False
SINGLE_USER_MODE: True
AUTH_SECRET_KEY: "${BOOKLOGR_AUTH_SECRET_KEY}"
BL_API_ENDPOINT: "http://books-api.tomasrivera.ch" # CHANGE THIS TO POINT TO THE EXTERNAL ADRESS THE USER CAN ACCESS
BL_GOOGLE_ID: "" # Leave empty to disable google login. To enable, write in your Google Client ID.
BL_DEMO_MODE: False
depends_on:
- booklogr-api
-5
View File
@@ -82,11 +82,6 @@
<td>Radicalé</td>
<td>Calendar and contact CalDAV and CardDAV server</td>
</tr>
<tr>
<td><a href="https://books.tomasrivera.ch">books.tomasrivera.ch</a></td>
<td>Jelu</td>
<td>Self hosted read and to-read list book tracker</td>
</tr>
<tr>
<td><a href="https://tomasrivera.ch">tomasrivera.ch</a></td>
<td>Personal Website</td>