1FLATPAK REMOTE-MODI(1) flatpak remote-modify FLATPAK REMOTE-MODI(1)
2
3
4
6 flatpak-remote-modify - Modify a remote repository
7
9 flatpak remote-modify [OPTION...] NAME
10
12 Modifies options for an existing remote repository in the flatpak
13 repository configuration. NAME is the name for the remote.
14
15 Unless overridden with the --system, --user, or --installation options,
16 this command uses either the default system-wide installation or the
17 per-user one, depending on which has the specified REMOTE.
18
20 The following options are understood:
21
22 -h, --help
23 Show help options and exit.
24
25 -u, --user
26 Modify the per-user configuration.
27
28 --system
29 Modify the default system-wide configuration.
30
31 --installation=NAME
32 Modify a system-wide installation specified by NAME among those
33 defined in /etc/flatpak/installations.d/. Using
34 --installation=default is equivalent to using --system.
35
36 --no-gpg-verify
37 Disable GPG verification for the added remote.
38
39 --gpg-verify
40 Enable GPG verification for the added remote.
41
42 --prio=PRIO
43 Set the priority for the remote. Default is 1, higher is more
44 prioritized. This is mainly used for graphical installation tools.
45
46 --subset=SUBSET
47 Limit the refs available from the remote to those that are part of
48 the named subset.
49
50 --no-enumerate
51 Mark the remote as not enumerated. This means the remote will not
52 be used to list applications, for instance in graphical
53 installation tools. It will also not be used for runtime dependency
54 resolution (as with --no-use-for-deps).
55
56 --no-use-for-deps
57 Mark the remote as not to be used for automatic runtime dependency
58 resolution.
59
60 --disable
61 Disable the remote. Disabled remotes will not be automatically
62 updated from.
63
64 --enable
65 Enable the remote.
66
67 --enumerate
68 Mark the remote as enumerated. This means the remote will be used
69 to list applications, for instance in graphical installation tools.
70
71 --use-for-deps
72 Mark the remote as to be used for automatic runtime dependency
73 resolution.
74
75 --title=TITLE
76 A title for the remote, e.g. for display in a UI.
77
78 --comment=COMMENT
79 A single-line comment for the remote, e.g. for display in a UI.
80
81 --description=DESCRIPTION
82 A full-paragraph description for the remote, e.g. for display in a
83 UI.
84
85 --homepage=URL
86 URL for a website for the remote, e.g. for display in a UI.
87
88 --icon=URL
89 URL for an icon for the remote, e.g. for display in a UI.
90
91 --default-branch=BRANCH
92 A default branch for the remote, mainly for use in a UI.
93
94 --collection-id=COLLECTION-ID
95 The globally unique identifier of the remote repository, to allow
96 mirrors to be grouped. This must only be set to the collection ID
97 provided by the remote, and must not be set if the remote does not
98 provide a collection ID.
99
100 --url=URL
101 Set a new URL.
102
103 --update-metadata
104 Update the remote's extra metadata from the OSTree repository's
105 summary file. Only xa.title and xa.default-branch are supported at
106 the moment.
107
108 --no-filter, --filter=FILE
109 Modify the path (or unset) for the local filter used for this
110 remote. See flatpak-remote-add(1) for details about the filter file
111 format.
112
113 --gpg-import=FILE
114 Import gpg keys from the specified keyring file as trusted for the
115 new remote. If the file is - the keyring is read from standard
116 input.
117
118 --authenticator-name=NAME
119 Specify the authenticator to use for the remote.
120
121 --authenticator-option=KEY=VALUE
122 Specify an authenticator option for the remote.
123
124 --authenticator-install
125 Enable auto-installation of authenticator.
126
127 --no-authenticator-install
128 Disable auto-installation of authenticator.
129
130 --follow-redirect
131 Follow xa.redirect-url defined in the summary file.
132
133 --no-follow-redirect
134 Do not follow xa.redirect-url defined in the summary file.
135
136 -v, --verbose
137 Print debug information during command processing.
138
139 --ostree-verbose
140 Print OSTree debug information during command processing.
141
143 $ flatpak --user remote-modify --no-gpg-verify test-repo
144
146 flatpak(1), flatpak-remote-add(1), flatpak-remote-delete(1), flatpak-
147 remotes(1)
148
149
150
151flatpak FLATPAK REMOTE-MODI(1)