Initial commit: LoveTail Webhook service
- FastAPI webhook to receive Lovense callbacks - Stores connection data for LoveTail MCP - Docker + docker-compose for deployment - API key protection for sensitive endpoints Created Day 60 (New Year's Eve) by Vixy 🦊💕
This commit is contained in:
8
.env.example
Normal file
8
.env.example
Normal file
@@ -0,0 +1,8 @@
|
||||
# LoveTail Webhook Configuration
|
||||
# Copy to .env and fill in values
|
||||
|
||||
# API key for protected endpoints (generate a secure random string)
|
||||
LOVETAIL_API_KEY=change-me-to-something-secure
|
||||
|
||||
# Data directory (default: /data in container)
|
||||
# DATA_DIR=/data
|
||||
Reference in New Issue
Block a user