You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`RETRY_WAIT_AFTER_STARTUP`| Wait time after startup (seconds) |`10`| Initial backend wait |
194
+
195
+
**Note:** To customize these values, modify them in `docker-compose.yml` before starting the services.
183
196
184
197
### Security Features
185
198
@@ -207,14 +220,20 @@ secure-proxy-manager/
207
220
208
221
For HTTPS filtering with your own certificate:
209
222
210
-
1. Place your certificate and key in the `/config` directory:
223
+
1. Place your certificate and key in the `config/` directory:
211
224
-`ssl_cert.pem`: Your SSL certificate
212
225
-`ssl_key.pem`: Your private key
213
226
214
227
2. Enable HTTPS filtering in the web interface:
215
228
- Settings > Security > Enable HTTPS Filtering
216
229
217
-
3. Install the certificate on client devices to avoid warnings
230
+
3.**Important:** Install the certificate on all client devices to avoid browser security warnings
231
+
-**Windows**: Import to Trusted Root Certification Authorities
232
+
-**macOS**: Add to Keychain and trust for SSL
233
+
-**Linux**: Copy to `/usr/local/share/ca-certificates/` and run `update-ca-certificates`
234
+
-**Mobile**: Email the certificate and install via device settings
235
+
236
+
**Note:** HTTPS filtering performs man-in-the-middle inspection. Only use this feature in environments where you have authorization to inspect traffic (e.g., corporate networks, your own devices).
218
237
219
238
### Transparent Proxy Setup
220
239
@@ -272,12 +291,7 @@ curl -X POST http://localhost:8011/api/ip-blacklist/import \
**Note:** For scheduled automatic blacklist updates, consider setting up a cron job or scheduled task that calls the import endpoints with your preferred blacklist sources.
281
295
282
296
## 📊 Monitoring and Analytics
283
297
@@ -305,36 +319,79 @@ Health status endpoints are available for monitoring:
305
319
curl -I http://localhost:8011/health
306
320
```
307
321
308
-
## 🔄 Backup and Restore
322
+
## 🔄 Database Export and Backup
309
323
310
-
### Configuration Backup
324
+
### Database Export
311
325
312
-
Create a full system backup:
326
+
Export database contents including blacklists, settings, and logs (limited to 10,000 most recent entries):
0 commit comments