flat-manager icon indicating copy to clipboard operation
flat-manager copied to clipboard

Manager for flatpak repositories

Results 41 flat-manager issues
Sort by recently updated
recently updated
newest added

We were discussing the possibility of maintaining non-flatpak ostree repositories using flat-manager. This is a quick and dirty "what does it take to make it work?" hack. In fact, not...

Currently flat-manager only uses the repo secret to verify the JWT used for authenticated requests. The token itself is created by the authorization server. It would be better if flat-manager...

This is a `Dockerfile` I'm experimenting with. I thought it might come handy for others.

Make a couple more config parameters optional.

Given that the title field is supposed to be a human readable name for the application it seems a bit strange to use the RDNN when the `.flatpakref` file is...

Currently some operations are giving internal server error without further context when server runs out of disk space. It would be nice to get this into an error. See eg...

After being killed (for instance because of #2) running flat-manager-client with `--wait` complains the the build is already committed even though the commit is still in progress. It would be...

I noticed that there is a Dockerfile, but the README describes how to install postgres to the host... I think there should be an `example.container-compose.yml` file at least, since its...

I have followed the commands in [README.md](https://github.com/flatpak/flat-manager/blob/master/README.md), the flat-manager is installed. When i "upload" the build application: ``` ./flat-manager-client push --commit $(./flat-manager-client create http://192.168.2.151:8280 stable) /home/berg/flatpak/localrepo/ ``` The flat-manager server...

## Changes - Bump `actions/checkout` from `v3` (eol Node 16) to `v4` (Node 20). - Bump Docker actions (using Node 16) to the latest versions.