Add api key, gpg key, and move flatpakrepo

This commit is contained in:
2026-08-01 21:56:05 +02:00
parent 73bbb87f78
commit a4c19b5f1f
4 changed files with 44 additions and 2 deletions
+14
View File
@@ -5,3 +5,17 @@ A minimal HTTP server for hosting an OSTree/Flatpak repository, written in Rust
Includes a non-standard route for uploading flatpak bundles:
curl -v -XPOST -T ./org.example.Example.aarch64.flatpak http://localhost:3000/flatpak-bundle/upload
## Missing features
flatpak-repo does not generate an ostree folder for you. Create one like this:
ostree init --repo=~/my-repo --mode=archive-z2
flatpak-repo does not generate gpg keys for you.
flatpak-repo does not generate a `flatpakrepo` file for you, but expects one to be places in the repo folder.
add the flatpak remo like this:
sudo flatpak remote-add --from <name> https://<url>/flatpakrepo