websites: add well-known for Flathub verification

Related: https://pagure.io/fedora-infrastructure/issue/11217
This commit is contained in:
Francois Andrieu 2023-04-17 21:43:46 +02:00 committed by ryanlerch
parent d064766b6b
commit 493b771248
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1 @@
bff1e08b-7f4e-4b97-b765-106904657e3c

View file

@ -0,0 +1,2 @@
Alias /.well-known/org.flathub.VerifiedApps.txt /srv/web/.well-known-org.flathub.VerifiedApps.txt

View file

@ -58,6 +58,7 @@
- deflate.conf
- mattdm-google-validate.conf
- matrix.conf
- flathub-verified.conf
notify:
- reload proxyhttpd
tags:
@ -158,3 +159,17 @@
- fedora-web
- fedora-web/main
- fedora-web/matrix
# setup well-known for flathub verification
- name: Create a file for flathub verification
copy:
dest: /srv/web/.well-known-org.flathub.VerifiedApps.txt
src: .well-known-org.flathub.VerifiedApps.txt
owner: root
group: root
mode: 0644
setype: httpd_sys_content_t
tags:
- fedora-web
- fedora-web/main
- fedora-web/flathub