feat: enhance Glance deployment with improved configuration and error handling
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# glance.yml - source of truth lives in git, deployed by update_glance.yml
|
||||
# GITHUB_TOKEN comes from the persistent env file on the VM, never from git.
|
||||
|
||||
pages:
|
||||
- name: Home
|
||||
@@ -77,12 +78,12 @@ pages:
|
||||
|
||||
- type: releases
|
||||
cache: 1d
|
||||
# Without authentication the GitHub API allows up to 60 requests per hour.
|
||||
# Uncomment and pass GITHUB_TOKEN in as an environment variable to raise it.
|
||||
# token: ${GITHUB_TOKEN}
|
||||
# Without a token the GitHub API allows up to 60 requests per hour.
|
||||
# A read-only token with no scopes raises this to 5000.
|
||||
token: ${GITHUB_TOKEN}
|
||||
repositories:
|
||||
- trezor/trezor-firmware
|
||||
- glanceapp/glance
|
||||
- go-gitea/gitea
|
||||
- immich-app/immich
|
||||
- syncthing/syncthing
|
||||
- syncthing/syncthing
|
||||
Reference in New Issue
Block a user