r/gitea: Serve kickstarts over HTTP

I want to use Gita as the canonical source for Anaconda kickstart
scripts.  There are certain situations, however, where they cannot be
accessed via HTTPS, such as on a Raspberry Pi without an RTC, since it
cannot validate the certificate without the correct time.  Thus, the
web server must not force an HTTPS redirect for these, but serve them
directly.
This commit is contained in:
2024-12-27 10:43:25 -06:00
parent a00ffd10df
commit e51e933661
2 changed files with 23 additions and 13 deletions

View File

@@ -79,6 +79,8 @@
dest: /etc/httpd/conf.d/gitea.conf
mode: u=rw,go=r
notify: reload httpd
tags:
- apache
- name: ensure selinux allows apache to proxy for gitea
seboolean:
name=httpd_can_network_connect