websites: add well-known for Flathub verification
Related: https://pagure.io/fedora-infrastructure/issue/11217
This commit is contained in:
parent
d064766b6b
commit
493b771248
3 changed files with 18 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
bff1e08b-7f4e-4b97-b765-106904657e3c
|
2
roles/fedora-web/main/files/flathub-verified.conf
Normal file
2
roles/fedora-web/main/files/flathub-verified.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
Alias /.well-known/org.flathub.VerifiedApps.txt /srv/web/.well-known-org.flathub.VerifiedApps.txt
|
||||
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue