feat: remove webhooks, prepping for simple flow

This commit is contained in:
Jet Pham 2025-06-06 18:59:16 -07:00
parent 9bc01997d7
commit e761320bc7
No known key found for this signature in database
7 changed files with 936 additions and 557 deletions

16
noisebell.service Normal file
View file

@ -0,0 +1,16 @@
[Unit]
Description=Noisebell Discord Notification Service
After=network.target
[Service]
Type=simple
User=noisebridge
WorkingDirectory=/home/noisebridge/Documents/noisebell
Environment=DISCORD_TOKEN=your_bot_token_here
Environment=DISCORD_CHANNEL_ID=your_channel_id_here
ExecStart=/home/noisebridge/.cargo/bin/noisebell
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target