# ================================
# FreshRSS Configuration
# ================================

ADMIN_EMAIL=

# =========================================
# For automatic FreshRSS install (optional)
# =========================================

ADMIN_PASSWORD=CHANGE_THIS_PASSWORD
ADMIN_API_PASSWORD=CHANGE_THIS_API_PASSWORD

# Address at which the FreshRSS instance will be reachable:
BASE_URL=https://${FRESHRSS_HOSTNAME}

# Environment (development/production)
FRESHRSS_ENV=production

# https://github.com/FreshRSS/Extensions
# A repository containing all the official FreshRSS extensions
#
# =========================================
# Installing FreshRSS Extensions
# =========================================
#
# Extensions can be installed in two ways:
#
# 1. MANUAL INSTALLATION:
#    - Download extensions from https://github.com/FreshRSS/Extensions
#    - Extract to: ${DOCKER_DATA_DIR}/freshrss/extensions/
#    - Restart FreshRSS container
#    - Enable in FreshRSS web interface: Configuration > Extensions
#
# 2. COMPLEMENTARY SERVICES (included in this template):
#    - fivefilters-full-text-rss: Extracts full article content for feeds
#      Add to COMPOSE_PROFILES to enable: "fivefilters-full-text-rss"
#      Access at: https://${FIVEFILTERS_FULL_TEXT_RSS_HOSTNAME}
#      
#      To configure in FreshRSS:
#      1. Install FullTextRss extension from GitHub
#      2. Go to Configuration > Extensions > FullTextRss
#      3. Set "Five Filters Host" to: http://fivefilters-full-text-rss:80
#         (Use internal Docker network hostname, not external URL)
#    
#    - rss-bridge: Generates RSS feeds from websites without feeds
#      Add to COMPOSE_PROFILES to enable: "rss-bridge" 
#      Access at: https://${RSS_BRIDGE_HOSTNAME}
#
