Changeset cb01666 in Klonkt for .env.example


Ignore:
Timestamp:
06/23/2026 02:54:36 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
9b851e7
Parents:
8f2f97c
Message:

feat: lite mode (KLONKT_AUDIO=off) — audio disabled, single codebase

Boot flag that skips the entire audio feature: no audio/playlist/download/
embed routes (no ffmpeg calls), no tracks loaded, own-audio shortcodes
(track/album/playlist) stripped, audio buttons in admin/profile
hidden. Hub and Circles keep working; external embeds (YouTube/SoundCloud/
Spotify) keep working too. Default = on (full version unchanged).
This lets Klonkt run as a lightweight blog/photo/EPK site on an environment
without ffmpeg.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .env.example

    r8f2f97c rcb01666  
    3535SMTP_PASS=
    3636SMTP_FROM=
     37
     38# ── Lite-modus (optioneel) ─────────────────────────────────────────
     39# Zet op "off" om de hele audio-feature uit te schakelen (geen eigen muziek-
     40# hosting/speler, geen ffmpeg nodig). Klonkt draait dan als lichte blog/foto/
     41# EPK-site, ook op een omgeving zonder ffmpeg. Hub en Cirkels blijven werken.
     42# Externe embeds (YouTube/SoundCloud/Spotify) blijven ook werken.
     43KLONKT_AUDIO=on
Note: See TracChangeset for help on using the changeset viewer.