feat: scaffold project with dependencies and config

Made-with: Cursor
This commit is contained in:
cottongin
2026-03-10 21:49:42 -04:00
commit ba4e2e1df2
9 changed files with 5048 additions and 0 deletions

21
config.example.toml Normal file
View File

@@ -0,0 +1,21 @@
[irc]
server = "irc.zeronode.net"
port = 6667
tls = false
nick = "owncast-bridge"
channel = "#BowlAfterBowl"
[owncast]
url = "https://owncast.bowlafterbowl.com"
# Set OWNCAST_ACCESS_TOKEN env var for the token
webhook_port = 9078
websocket_enabled = true
health_poll_interval_secs = 30
[bridge]
irc_prefix = "[IRC]"
owncast_prefix = "[OC]"
message_buffer_size = 0
[control]
socket_path = "/tmp/owncast-irc-bridge.sock"