Hello, world! 👋 It’s your friendly neighborhood Linux app store here on the Fediverse! Check our profile, we’re verified. 😎

Speaking of which… if you’re an app developer and want to get your app verified on Flathub, check the docs! If you need any help, give us a shout here.

https://docs.flathub.org/docs/for-app-authors/verification

#Flathub #Flatpak #OpenSource #Linux #FOSS #FLOSS #introduction

Verification | Flathub Documentation

What is verification?

@flathub I have a question that is related more to Github Pages. If my web server for my domain, which represents my developer ID, is hosted by Github Pages: How do I setup `.well-known/org.flathub.VerifiedApps.txt` if GH Pages cannot deploy hidden directories? I am avoiding self hosting due to being a broke college student; and my home server's $15 power supply gave out tonight. :p

@maxrdz GitHub Pages can deploy the .well-known directory! It depends on how exactly you have things set up; if you are deploying from a branch or subdirectory, it should just work. If you are building a GitHub Pages site with Jekyll, then you may need to explicitly include it in your config like this:

https://github.com/cassidyjames/cassidyjames.github.io/blob/33fc553f6e3d14633c46a46cf0f12245ea91432f/_config.yaml#L83

cassidyjames.github.io/_config.yaml at 33fc553f6e3d14633c46a46cf0f12245ea91432f · cassidyjames/cassidyjames.github.io

Personal site for Cassidy James Blaede. Contribute to cassidyjames/cassidyjames.github.io development by creating an account on GitHub.

GitHub
@flathub I am deploying from a branch, but it does not seem to deploy the `.well-known` directory. Is the configuration shown specific to Jekyll?