Skip to content

Commit

Permalink
feat(calibre-web): Add Calibre-Web
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Jan 4, 2025
1 parent ae458f7 commit 0a2f4ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ docker-compose.override.yml
/adguardhome/conf
/adguardhome/work
/sabnzbd
/calibre-web
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,13 +453,13 @@ services:
- traefik.http.routers.calibre.tls.certresolver=myresolver
- traefik.http.services.calibre.loadbalancer.server.port=8083
- homepage.group=Media
- homepage.name=calibre
- homepage.name=Calibre-Web
- homepage.icon=calibre-web.png
- homepage.href=/calibre
- homepage.description=Books management
- homepage.weight=5
- homepage.widget.type=calibreweb
- homepage.widget.url=http://calibre:8083/calibre
- homepage.widget.url=http://calibre-web:8083/calibre
- homepage.widget.username=${CALIBRE_USERNAME}
- homepage.widget.password=${CALIBRE_PASSWORD}
profiles:
Expand Down

0 comments on commit 0a2f4ea

Please sign in to comment.