mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
Given a configuration like: [remote "oci-remote"] url=oci+http://some.server.com/api/v1/organization/foo?index=labels xa.authenticator-name=org.flatpak.Authenticator.Oci xa.default-token-type=1 xa.authenticator-options={"auth": <"a-token-here">} I was able to install an app from an OCI remote that required a login
5 lines
144 B
SYSTEMD
5 lines
144 B
SYSTEMD
[D-BUS Service]
|
|
Name=org.flatpak.Authenticator.Oci
|
|
Exec=@libexecdir@/flatpak-oci-authenticator
|
|
SystemdService=flatpak-oci-authenticator.service
|