Skip to content

Commit

Permalink
Abilita proxy per l'uso in GitHub CodeSpaces
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualdj committed Jan 4, 2025
1 parent 3c5ccf3 commit f52786f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ ffmpeg:
# wait: true

# Enable this part if you want to use CodeSpaces
# http:
# use_x_forwarded_for: true
# trusted_proxies:
# - 127.0.0.1
# ip_ban_enabled: true
# login_attempts_threshold: 3
http:
use_x_forwarded_for: true
trusted_proxies:
- ::1
- 127.0.0.1
ip_ban_enabled: true
login_attempts_threshold: 3

0 comments on commit f52786f

Please sign in to comment.