flatpak remote-modifyflatpakDeveloperAlexanderLarssonalexl@redhat.comflatpak remote-modify1flatpak-remote-modifyModify a remote repositoryflatpak remote-modifyOPTIONNAMEDescription
Modifies options for an existing remote repository in the flatpak repository configuration.
NAME is the name for the remote.
Unless overridden with the , , or options,
this command uses either the default system-wide installation or the
per-user one, depending on which has the specified
REMOTE.
OptionsThe following options are understood:
Show help options and exit.
Modify the per-user configuration.
Modify the default system-wide configuration.
Modify a system-wide installation specified by NAME
among those defined in /etc/flatpak/installations.d/.
Using is equivalent to using
.
Disable GPG verification for the added remote.
Enable GPG verification for the added remote.
Set the priority for the remote. Default is 1, higher is more prioritized. This is
mainly used for graphical installation tools.
Limit the refs available from the remote to those that are part of the named subset.
Mark the remote as not enumerated. This means the remote will
not be used to list applications, for instance in graphical
installation tools. It will also not be used for runtime dependency
resolution (as with ).
Mark the remote as not to be used for automatic runtime
dependency resolution.
Disable the remote. Disabled remotes will not be automatically updated from.
Enable the remote.
Mark the remote as enumerated. This means the remote will
be used to list applications, for instance in graphical
installation tools.
Mark the remote as to be used for automatic runtime
dependency resolution.
A title for the remote, e.g. for display in a UI.
A single-line comment for the remote, e.g. for display in a UI.
A full-paragraph description for the remote, e.g. for display in a UI.
URL for a website for the remote, e.g. for display in a UI.
URL for an icon for the remote, e.g. for display in a UI.
A default branch for the remote, mainly for use in a UI.
The globally unique identifier of the remote repository, to
allow mirrors to be grouped. This must only be set to the
collection ID provided by the remote, and must not be set if the
remote does not provide a collection ID.
Set a new URL.
Update the remote's extra metadata from the OSTree repository's summary
file. Only xa.title and xa.default-branch are supported at the moment.
Modify the path (or unset) for the local filter used for this remote.
See flatpak-remote-add1 for details about the filter file format.
Import gpg keys from the specified keyring file as
trusted for the new remote. If the file is - the
keyring is read from standard input.
Specify the authenticator to use for the remote.
Specify an authenticator option for the remote.
Enable auto-installation of authenticator.
Disable auto-installation of authenticator.
Follow xa.redirect-url defined in the summary file.
Do not follow xa.redirect-url defined in the summary file.
Print debug information during command processing.
Print OSTree debug information during command processing.
Examples$ flatpak --user remote-modify --no-gpg-verify test-repoSee alsoflatpak1,
flatpak-remote-add1,
flatpak-remote-delete1,
flatpak-remotes1