A. Teams Announced - Teams asked for Team Names:
B. Warrior Drafting for Events
C. Predicitons: - Which Team will win each event?
- Which team will have funniest moment?
| <?xml version="1.0"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>Podcast Subscriptions</title> | |
| </head> | |
| <body> | |
| <outline type="rss" text="The Moth" title="The Moth" xmlUrl="http://feeds.feedburner.com/themothpodcast" htmlUrl="http://themoth.org/"/> | |
| <outline type="rss" text="Timothy Keller Sermons Podcast by Gospel in Life" title="Timothy Keller Sermons Podcast by Gospel in Life" xmlUrl="https://podcast.gospelinlife.com/feed.xml" htmlUrl="https://gospelinlife.com/"/> | |
| <outline type="rss" text="The World of Business" title="The World of Business" xmlUrl="https://podcasts.files.bbci.co.uk/p02nrwfk.rss" htmlUrl="http://www.bbc.co.uk/programmes/p02nrwfk"/> | |
| <outline type="rss" text="Ask Pastor John" title="Ask Pastor John" xmlUrl="https://feed.desiringgod.org/ask-pastor-john.rss" htmlUrl="https://www.desiringgod.org/ask-pastor-john"/> |
| # casa-studio — copy to .env and fill in. setup.sh sources this and the stack | |
| # reads it via docker compose. NEVER commit the real .env. | |
| # Generate clean (URL/header-safe) secrets, e.g.: | |
| # LITELLM_MASTER_KEY="sk-$(openssl rand -hex 24)" | |
| # POSTGRES_PASSWORD="$(openssl rand -hex 24)" # avoid URL-breaking chars | |
| # ── LiteLLM ────────────────────────────────────────────────────────────────── | |
| LITELLM_MASTER_KEY=sk-CHANGEME | |
| LITELLM_UI_USER=admin | |
| LITELLM_UI_PASS=CHANGEME |