mirror of
https://github.com/kennethreitz/interpretations.git
synced 2026-06-05 14:50:20 +00:00
b6009f9a11
Static site with nginx on fly.io. Features: - Album art, track list with descriptions and metadata - Persistent bottom player bar with seek, volume, next/prev - Real-time oscilloscope via Web Audio API - Deep linking via URL hash (#track_name) - Share link per track (copy to clipboard) - Keyboard shortcuts (space, arrows, n/p) - Mobile responsive - SEO meta tags, Open Graph, Twitter cards - Streaming service link placeholders - MP3s converted from WAVs for web delivery Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
252 B
TOML
16 lines
252 B
TOML
app = "interpretations"
|
|
primary_region = "iad"
|
|
|
|
[build]
|
|
|
|
[http_service]
|
|
internal_port = 80
|
|
force_https = true
|
|
auto_stop_machines = "stop"
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
|
|
[[vm]]
|
|
size = "shared-cpu-1x"
|
|
memory = "256mb"
|