feat(forgejo): new forgejo role

This commit is contained in:
NaeiKinDus 2025-06-25 00:00:00 +00:00
parent cf657bcea0
commit 0ce3b20d45
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
16 changed files with 1210 additions and 1 deletions

View file

@ -104,8 +104,13 @@
name: nullified.infrastructure.valkey
tasks_from: main.yml
- name: Testing SearxNG role
when: bypass_misc is falsy
ansible.builtin.include_role:
name: nullified.infrastructure.searxng
tasks_from: main.yml
- name: Testing Forgejo role
when: bypass_misc is falsy
ansible.builtin.include_role:
name: nullified.infrastructure.forgejo
tasks_from: main.yml
- meta: flush_handlers

View file

@ -17,6 +17,12 @@ searxng_conf_redis_url: "rediss://127.0.0.1:6379?ssl_cert_reqs=none"
searxng_limiter_botdetection_pass_ip:
- '172.16.0.0/12'
- '192.168.0.0/16'
forgejo_config_server_protocol: http
forgejo_config_server_enable_acme: 'false'
forgejo_config_mailer_enabled: 'false'
forgejo_config_server_http_addr: "0.0.0.0"
forgejo_config_webhook_allowed_hosts: ""
forgejo_overwrite_config_file: true
nginx_sites:
- name: searxng
content: |-