From 702b096d9d121b496738cb8f0bf3da747eae7862 Mon Sep 17 00:00:00 2001 From: Loweel Date: Sun, 4 May 2025 10:55:59 +0200 Subject: [PATCH] Readme Changed --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 20b5c00..6fcddfc 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,20 @@ No databases needed to function, no cloud required, no datacenter necessary - ju First, you need to build the image. I've included a handy Dockerfile in the folder. Use it. -Once you've created your image, use Docker to run it after setting these environment variables: +Once you've created your image, use Docker to run it after setting these environment variables. +By example, for my one:
-   PODCAST_PORT=:8080
-   PODCAST_BASE_URL=http://your-domain.com
-   PODCAST_AUDIO_DIR=/app/data/audio
-   PODCAST_COVERS_DIR=/app/data/covers
-   PODCAST_TITLE="My Podcast - and your mom"
+      PODCAST_PORT: ":8000" 
+      PODCAST_BASE_URL: "https://bbs.keinpfusch.net" 
+      PODCAST_AUDIO_DIR: "/app/audio" 
+      PODCAST_COVERS_DIR: "/app/covers" 
+      PODCAST_TITLE: "Das Böse Büro"
+      PODCAST_AUTHOR: "Uriel Fanelli"
+      PODCAST_COPYRIGHT: " Ⓒ2025 Uriel Fanelli"
+      PODCAST_LOGO: "https://bbs.keinpfusch.net/cover.jpg"
+      PODCAST_DESCRIPTION: "Il Podcast della Frangia Lunatica"
+      PODCAST_LANGUAGE: "it-IT"
 
## File Linking