Add api key, gpg key, and move flatpakrepo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user