nntp-proxy 0.2.3

High-performance NNTP proxy server with connection pooling and authentication
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Example environment variables for docker-compose.yml
# Copy this file to .env and fill in your actual credentials
# The .env file is in .gitignore to prevent committing secrets

# Backend server 0 credentials
BACKEND_USER_0=your_username_here
BACKEND_PASS_0=your_password_here

# Backend server 1 credentials
BACKEND_USER_1=your_username_here
BACKEND_PASS_1=your_password_here

# Backend server 2 credentials
BACKEND_USER_2=your_username_here
BACKEND_PASS_2=your_password_here