38
.env.example
Normal file
38
.env.example
Normal file
@@ -0,0 +1,38 @@
|
||||
# Media Downloader Environment Variables
|
||||
# Copy this file to .env and fill in your actual values
|
||||
# DO NOT commit .env to version control!
|
||||
|
||||
# Forum Configuration
|
||||
FORUM_PASSWORD=your_forum_password_here
|
||||
FORUM_TOTP_SECRET=your_totp_secret_here
|
||||
|
||||
# Snapchat Configuration
|
||||
SNAPCHAT_PASSWORD=your_snapchat_password_here
|
||||
|
||||
# Toolzu Configuration (Instagram)
|
||||
TOOLZU_EMAIL=your_toolzu_email_here
|
||||
TOOLZU_PASSWORD=your_toolzu_password_here
|
||||
|
||||
# Instagram Configuration
|
||||
INSTAGRAM_USERNAME=your_instagram_username_here
|
||||
INSTAGRAM_PASSWORD=your_instagram_password_here
|
||||
INSTAGRAM_TOTP_SECRET=your_totp_secret_here
|
||||
|
||||
# Immich Integration
|
||||
IMMICH_API_KEY=your_immich_api_key_here
|
||||
IMMICH_API_URL=http://localhost:2283/api
|
||||
IMMICH_LIBRARY_ID=optional_library_id
|
||||
|
||||
# Pushover Notifications
|
||||
PUSHOVER_USER_KEY=your_pushover_user_key_here
|
||||
PUSHOVER_API_TOKEN=your_pushover_api_token_here
|
||||
|
||||
# TikTok Configuration
|
||||
TIKTOK_API_KEY=your_tiktok_api_key_here
|
||||
TIKTOK_API_TOKEN=your_tiktok_api_token_here
|
||||
|
||||
# JWT Secret (auto-generated if not set)
|
||||
# JWT_SECRET=your_jwt_secret_here
|
||||
|
||||
# CSRF Secret (auto-generated if not set)
|
||||
# CSRF_SECRET=your_csrf_secret_here
|
||||
Reference in New Issue
Block a user