Merge pull request #155 from sergiodj/fix-typo-forgejo-doc

Fix typo on Forgejo documentation
This commit is contained in:
Slavi Pantaleev 2024-02-26 09:47:58 +02:00 committed by GitHub
commit 4e5b5ed157
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,7 +67,7 @@ If you want to integrate Forgejo with [Woodpecker CI](woodpecker-ci.md), and if
forgejo_container_add_host_domain_name: "{{ devture_woodpecker_ci_server_hostname }}"
forgejo_container_add_host_domain_ip_address: "{{ ansible_host }}"
# If ansible_host points to an internal IP address, you may need to allow Forgego to make requests to it.
# If ansible_host points to an internal IP address, you may need to allow Forgejo to make requests to it.
# By default, requests are only allowed to external IP addresses for security reasons.
# See: https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook
forgejo_container_additional_environment_variables: |