Compare commits

..

3 Commits

Author SHA1 Message Date
c1f6cff105 Fixed typo 2025-09-02 06:37:46 +00:00
5d872ab3c6 Fixed bazarr compose 2025-08-28 20:46:27 +00:00
8cfc044087 Lumeex update 2025-08-28 20:41:58 +00:00
3 changed files with 13 additions and 4 deletions

View File

@ -75,7 +75,7 @@ In the `.env` file, set the variable `API_KEY` with the key you generated and ad
```properties
SCHEDULE=15 */6 * * * # every 6 hours
KEY=base64:zihejehkj8_nzhY/OjeieR= # your key
API_KEY=base64:zihejehkj8_nzhY/OjeieR= # your key
PUID=1000
GUID=1000
PORT=3225 # port to access the web UI

View File

@ -160,8 +160,11 @@ services:
bazarr:
image: lscr.io/linuxserver/bazarr:latest
container_name: bazarr
environment: null
restart: unless-stopped - PUID=1000 - PGID=1000 - TZ=Europe/Paris
restart: unless-stopped
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
volumes:
- /docker/bazarr/config:/config
- ${MEDIA_PATH}:/media
@ -300,7 +303,7 @@ In *Settings > Apps*, add Radarr and Sonarr with the following details:
---
Bazarr is an app that automatically searches for the correct subtitles in your preferred languages for all the movies and TV shows added by Radarr and Sonarr.
Go to `http://yourserverip:9696`.
Go to `http://yourserverip:6767`.
::alert{type="danger"}
:::list{type="danger"}

View File

@ -30,6 +30,12 @@ Eventually, after getting good results, I figured I might as well go all the way
Thats how **Lum[eex]{style="color: #1ad6ff"}** was born.
<div align="center">
<img src="https://git.djeex.fr/Djeex/lumeex/raw/branch/main/illustration/lumeex-webui.png" alt="Lumeex Screenshot" />
</div>
---
::card-grid{grid-template-columns="repeat(2, minmax(0, 1fr));"}
#title
Et voilà!