Readme Changed

main
Uriel Fanelli 2025-05-04 10:55:59 +02:00
parent 4c04f48d25
commit 702b096d9d
1 changed files with 12 additions and 6 deletions

View File

@ -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. 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:
<pre> <pre>
PODCAST_PORT=:8080 PODCAST_PORT: ":8000"
PODCAST_BASE_URL=http://your-domain.com PODCAST_BASE_URL: "https://bbs.keinpfusch.net"
PODCAST_AUDIO_DIR=/app/data/audio PODCAST_AUDIO_DIR: "/app/audio"
PODCAST_COVERS_DIR=/app/data/covers PODCAST_COVERS_DIR: "/app/covers"
PODCAST_TITLE="My Podcast - and your mom" 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"
</pre> </pre>
## File Linking ## File Linking