From bc7d1080315c92414bffc0a5b35a094f9049f6c8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 2 Mar 2025 22:26:38 +0100 Subject: [PATCH] Update README_standalone.md --- birdnet-pi/README_standalone.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/birdnet-pi/README_standalone.md b/birdnet-pi/README_standalone.md index 669d836ec..8eac8f641 100644 --- a/birdnet-pi/README_standalone.md +++ b/birdnet-pi/README_standalone.md @@ -36,8 +36,8 @@ Ensure you have the following installed on your system: - "8001:8081" # Used to access WebUI - "80:80" # Optional: set to 80 to use Caddy's automatic SSL. Can otherwise be set to null to avoid opening an additional port environment: - - TZ=Europe/Vienna # Optional: Set your timezone - - BIRDSONGS_FOLDER=/config/BirdSongs # Folder to store bird songs + - TZ=Europe/Vienna # Optional: Set your timezone according to https://en.wikipedia.org/wiki/List_of_tz_database_time_zones + - BIRDSONGS_FOLDER=/config/BirdSongs # Folder to store bird songs, be sure to use a path that is mapped to a volume (such as /config) - LIVESTREAM_BOOT_ENABLED=false # Enable/disable livestream on boot - ssl=false # Enable/disable SSL - certfile=fullchain.pem # SSL certificate file (located in /ssl/) @@ -48,7 +48,7 @@ Ensure you have the following installed on your system: - MQTT_PORT_manual= # Optional: Manual MQTT port - MQTT_USER_manual= # Optional: Manual MQTT user volumes: - - ./config:/config # Configuration files + - ./config:/config # All your configuration files - and location of the default Birdsongs folder - ./ssl:/ssl # SSL certificates - /dev/shm:/dev/shm # Shared memory tmpfs: