set rate-limit higher and let... #177

Merged
mg merged 13 commits from svc_user into master 2024-09-12 15:20:53 +02:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit c4a1512747 - Show all commits

View file

@ -22,7 +22,7 @@ http:
ratelimit:
rateLimit:
average: 10
burst: 5
burst: 15
sourceCriterion:
ipStrategy:
depth: 2

Binary file not shown.

View file

@ -5,5 +5,8 @@ dotfiles:
- user: root
home: /root
dotfiles_vim_vundle_repo_url: https://git.mgrote.net/mirrors/Vundle.vim.git
ansible_forgejo_user: svc_ansible
ansible_forgejo_user_pass: "{{ lookup('viczem.keepass.keepass', 'user_setup_forgejo_user_pass', 'password') }}"
dotfiles_vim_vundle_repo_url: "https://{{ ansible_forgejo_user | urlencode }}:{{ ansible_forgejo_user_pass | urlencode }}@git.mgrote.net/mirrors/Vundle.vim.git"
dotfiles_repo_url: https://git.mgrote.net/mg/dotfiles