Merge pull request #155 from sergiodj/fix-typo-forgejo-doc
Fix typo on Forgejo documentation
This commit is contained in:
commit
4e5b5ed157
1 changed files with 1 additions and 1 deletions
|
@ -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_name: "{{ devture_woodpecker_ci_server_hostname }}"
|
||||||
forgejo_container_add_host_domain_ip_address: "{{ ansible_host }}"
|
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.
|
# 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
|
# See: https://forgejo.org/docs/latest/admin/config-cheat-sheet/#webhook-webhook
|
||||||
forgejo_container_additional_environment_variables: |
|
forgejo_container_additional_environment_variables: |
|
||||||
|
|
Loading…
Reference in a new issue