1FLATPAKREPO(5) flatpakrepo FLATPAKREPO(5)
2
3
4
6 flatpak-flatpakrepo - Reference to a remote
7
9 Flatpak uses flatpakrepo files to share information about remotes. The
10 flatpakrepo file contains enough information to add the remote. Use the
11 flatpak remote-add --from command to do so.
12
13 flatpakrepo files may also contain additional information that is
14 useful when displaying a remote to the user, e.g. in an app store.
15
16 The filename extension commonly used for flatpakrepo files is
17 .flatpakrepo.
18
20 The flatpakrepo file is using the same .ini file format that is used
21 for systemd unit files or application .desktop files.
22
23 [Flatpak Repo]
24 All the information is contained in the [Flatpak Repo] group.
25
26 The following keys can be present in this group:
27
28 Version (uint64)
29 The version of the file format, must be 1 if present.
30
31 Url (string)
32 The url for the remote. This key is mandatory.
33
34 GPGKey (string)
35 The base64-encoded gpg key for the remote.
36
37 DefaultBranch (string)
38 The default branch to use for this remote.
39
40 Title (string)
41 The title of the remote. This should be a user-friendly name that
42 can be displayed e.g. in an app store.
43
44 Comment (string)
45 A short summary of the remote, for display e.g. in an app store.
46
47 Description (string)
48 A longer description of the remote, for display e.g. in an app
49 store..
50
51 Icon (string)
52 The url for an icon that can be used to represent the remote.
53
54 Homepage (string)
55 The url of a webpage describing the remote.
56
57 DeployCollectionID (string)
58 The collection ID of the remote, if it has one. This uniquely
59 identifies the collection of apps in the remote, to allow peer to
60 peer redistribution. It is recommended to use this key over
61 CollectionID because only newer clients pay attention to it (and
62 older clients don't handle collection IDs properly).
63
64 CollectionID (string)
65 This is deprecated but still supported for backwards compatibility.
66 Use DeployCollectionID instead.
67
69 [Flatpak Repo]
70 Title=GEdit
71 Url=http://sdk.gnome.org/repo-apps/
72 GPGKey=mQENBFUUCGcBCAC/K9WeV4xCaKr3NKRqPXeY5mpaXAJyasLqCtrDx92WUgbu0voWrhohNAKpqizod2dvzc/XTxm3rHyIxmNfdhz1gaGhynU75Qw4aJVcly2eghTIl++gfDtOvrOZo/VuAq30f32dMIgHQdRwEpgCwz7WyjpqZYltPAEcCNL4MTChAfiHJeeiQ5ibystNBW8W6Ymf7sO4m4g5+/aOxI54oCOzD9TwBAe+yXcJJWtc2rAhMCjtyPJzxd0ZVXqIzCe1xRvJ6Rq7YCiMbiM2DQFWXKnmYQbj4TGNMnwNdAajCdrcBWEMSbzq7EzuThIJRd8Ky4BkEe1St6tuqwFaMZz+F9eXABEBAAG0KEdub21lIFNESyAzLjE2IDxnbm9tZS1vcy1saXN0QGdub21lLm9yZz6JATgEEwECACIFAlUUCGcCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheAAAoJEArkz6VV0VKBa5cH/0vXa31YgEjNk78gGFXqnQxdD1WYA87OYxDi189l4lA802EFTF4wCBuZyDOqdd5BhS3Ab0cR778DmZXRUP2gwe+1zTJypU2JMnDpkwJ4NK1VP6/tE4SAPrznBtmb76BKaWBqUfZ9Wq1zg3ugvqkZB/Exq+usypIOwQVp1KL58TrjBRda0HvRctzkNhr0qYAtkfLFe0GvksBp4vBm8uGwAx7fw/HbhIjQ9pekTwvB+5GwDPO/tSip/1bQfCS+XJB8Ffa04HYPLGedalnWBrwhYY+G/kn5Zh9L/AC8xeLwTJTHM212rBjPa9CWs9C6a57MSaeGIEHLC1hEyiJJ15w8jmY=
73 DeployCollectionID=org.gnome.Apps
74
76 flatpak(1), flatpak-remote-add(1), flatpak-flatpakref(5)
77
78
79
80flatpak FLATPAKREPO(5)