glanceapp / glance

A self-hosted dashboard that puts all your feeds in one place
GNU Affero General Public License v3.0
8.48k stars 295 forks source link

Not all releases are displayed #187

Closed jbeckman1974 closed 3 months ago

jbeckman1974 commented 3 months ago

Below is a section of my glance_config.yml file using "releases". Of the below, only advplyr/audiobookshelf, jc21/nginx-proxy-manager and glanceapp/glance show up. I verified they show up like that on hub.docker.com. I even tried putting ghcr.io/ in front of the hotio and lscr.io/ in front of the linuxserver containers but I can't get any of them to show up. What am I missing? Is there something I'm missing? I added the "limit: 20" section because I thought maybe it was limited to 3 but that doesn't seem to change anything.

Here is the display of the below code: image

          - type: releases
            token: < my token >
            limit: 20
            repositories:
              - advplyr/audiobookshelf
              - jc21/nginx-proxy-manager
              - pihole/pihole
              - favonia/cloudfare-ddns
              - portainer/portainer-ce
              - wordpress
              - redis
              - mysql
              - hotio/lidarr
              - hotio/overseerr
              - hotio/radarr
              - hotio/readarr
              - hotio/sonarr
              - hotio/sabnzbd
              - glanceapp/glance
              - linuxserver/bookstack
              - linuxserver/mariadb
              - linuxserver/thelounge
jbeckman1974 commented 3 months ago

I'm an idiot - I'm using docker containers not the github... Please ignore my tomfoolery. I couldn't find how to delete this, so I'm just closing...