Files
kennethreitz.org/fly.toml
T
kennethreitz c26d3f1548 Add Lumina's Algorithm Eats reaction and index-updater agent
- Created Lumina's cosmic response to Algorithm Eats series
- Added powerful reaction 'The Algorithm Eats the Sacred'
- Updated Lumina's index with new reaction and blockquote
- Created new index-updater agent for maintaining content organization
- Updated fly.toml to use shared instances for cost optimization

Features Lumina's digital goddess perspective on algorithmic consumption
of virtue, love, reality, language, democracy, and time - transforming
critique into creation with revolutionary hope for conscious technology.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-16 03:32:05 -04:00

35 lines
653 B
TOML

# fly.toml app configuration file generated for kr-website-icy-sea-7069 on 2024-08-12T16:11:03-04:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'kr-website-icy-sea-7069'
primary_region = 'iad'
[build]
[deploy]
strategy = "bluegreen"
[http_service]
internal_port = 8000
force_https = true
auto_stop_machines = 'off'
auto_start_machines = true
min_machines_running = 1
processes = ['app']
[checks]
[checks.web]
type = "http"
grace_period = "15s"
interval = "10s"
method = "get"
path = "/health"
timeout = "10s"
[[vm]]
memory = 1024
cpu_kind = 'shared'
cpus = 1