Adding linuxcontainers.org to incus as remote fails

Hi,
currently i have no remote sources.

# incus remote list
+-----------------+---------+----------+-------------+--------+--------+--------+
|      NAME       |   URL   | PROTOCOL |  AUTH TYPE  | PUBLIC | STATIC | GLOBAL |
+-----------------+---------+----------+-------------+--------+--------+--------+
| local (current) | unix:// | incus    | file access | NO     | YES    | NO     |
+-----------------+---------+----------+-------------+--------+--------+--------+

Therefore i tried adding linuxcontainers.

# incus remote add linuxcontainers.org https://images.linuxcontainers.org
Certificate fingerprint: cb84b97317c6f856dc58fea4605f4da91d0bc2053516ebeda421207f14114b1c
ok (y/n/[fingerprint])? y
Error: Failed to fetch https://images.linuxcontainers.org:8443/1.0: 404 Not Found

But that sadly fails. Can you give me a hint on what i am doing wrong?

Regards

Ah, looks like you somehow got that default remote deleted. The image server uses simplestreams as the protocol rather than Incus’ own protocol.

incus remote add images [https://images.linuxcontainers.org](https://images.linuxcontainers.org) --protocol=simplestreams --public should do the trick

It seems to work, thanks a lot!
Maybe you can add this as an example to the documentation? → https://linuxcontainers.org/incus/docs/main/remotes/