* add curseforge downloads badge * Add more [CurseForge] badges Adds the following badges: - /curseforge/dt/:projectId (downloads) - /curseforge/game-versions/:projectId (game versions) - /curseforge/v/:projectId (version) The following secret: - CURSEFORGE_API_KEY (yml: private.curseforge_api_key) * Remove default logo from badges * Linter fixes * Rename `errorMessages` to `httpErrors` * Remove namedLogo from ModrinthGameVersions badge * Remove namedLogo from ModrinthVersion badge * Remove namedLogo from ModrinthFollowers badge --------- Co-authored-by: Minecraftschurli <minecraftschurli@gmail.com> Co-authored-by: Pierre-Yves Bigourdan <10694593+PyvesB@users.noreply.github.com>
17 lines
510 B
YAML
17 lines
510 B
YAML
# Copy this file to `config/local.yml` and fill it in! It will be gitignored.
|
|
|
|
private:
|
|
# The possible values are documented in `doc/server-secrets.md`. Note that
|
|
# you can also set these values through environment variables, which may be
|
|
# preferable for self hosting.
|
|
curseforge_api_key: '...'
|
|
gh_token: '...'
|
|
gitlab_token: '...'
|
|
obs_user: '...'
|
|
obs_pass: '...'
|
|
twitch_client_id: '...'
|
|
twitch_client_secret: '...'
|
|
weblate_api_key: '...'
|
|
wheelmap_token: '...'
|
|
youtube_api_key: '...'
|