File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,6 @@ docker run -d \
4141  --name email-forwarder \
4242  -p 5000:5000 \
4343  -e SECRET_KEY=$( openssl rand -hex 32)   \
44-   -e DA_SERVER=https://your-directadmin-server.com:2222 \
45-   -e DA_USERNAME=your_username \
46-   -e DA_PASSWORD=your_password \
47-   -e DA_DOMAIN=yourdomain.com \
4844  -v email-forwarder-data:/app/data \
4945  ghcr.io/gittimeraider/directadmin-emailforwarder:latest
5046``` 
@@ -58,10 +54,6 @@ Access the application at `http://localhost:5000`
5854|  Variable |  Description |  Required |  Default |  Example | 
5955|  --- |  --- |  --- |  --- |  --- | 
6056|  ` SECRET_KEY `  |  Flask secret key for session encryption |  ✅ |  \-  |  ` your-secret-key-here `  | 
61- |  ` DA_SERVER `  |  DirectAdmin server URL with port |  ✅ |  \-  |  ` https://server.com:2222 `  | 
62- |  ` DA_USERNAME `  |  DirectAdmin API username |  ✅ |  \-  |  ` admin `  | 
63- |  ` DA_PASSWORD `  |  DirectAdmin API password |  ✅ |  \-  |  ` password123 `  | 
64- |  ` DA_DOMAIN `  |  Domain to manage forwarders for |  ✅ |  \-  |  ` example.com `  | 
6557|  ` USER_UID `  |  User ID for container process |  ❌ |  ` 1000 `  |  ` 1001 `  | 
6658|  ` USER_GID `  |  Group ID for container process |  ❌ |  ` 1000 `  |  ` 1001 `  | 
6759|  ` DATABASE_URL `  |  SQLAlchemy database URL |  ❌ |  ` sqlite:///users.db `  |  ` postgresql://... `  | 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments