Changeset 196e1be in Klonkt


Ignore:
Timestamp:
06/27/2026 01:07:16 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
6ea5f92
Parents:
a78e051
Message:

docs(lite): clarify Lite mode is reversible (env flag + restart, no reinstall)

  • README.md — Lite-mode section: switching KLONKT_AUDIO back to on + restart restores audio; the flag only gates routes/UI, DB tables are never dropped so tracks are preserved.
  • .env.example — same one-line note next to KLONKT_AUDIO.
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .env.example

    ra78e051 r196e1be  
    5151# site, even on an environment without ffmpeg. Hub and Circles keep working.
    5252# External embeds (YouTube/SoundCloud/Spotify) keep working too.
     53# Reversible: set back to "on" (or remove) and restart — no reinstall, tracks kept.
    5354KLONKT_AUDIO=on
    5455
  • README.md

    ra78e051 r196e1be  
    2727ideal for minimal hosting. Circles and external embeds
    2828(YouTube/SoundCloud/Spotify) keep working.
     29
     30It's **fully reversible**: set `KLONKT_AUDIO` back to `on` (or remove the line)
     31and restart — no reinstall. The flag only toggles the audio routes/UI; the
     32database tables are never dropped, so any tracks you had are preserved.
    2933
    3034## Self-hosting
Note: See TracChangeset for help on using the changeset viewer.