- Notifications
You must be signed in to change notification settings - Fork1
A collection of repository file with information about Lyrion Music Server versions available
LMS-Community/lms-server-repository
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repository handles the download links for Lyrion Music Server. If you have an application whichwants to check whether an update for Lyrion Music Server was available, grabservers.json
to decide what you need.
latest
: this section gives you information about the latestreleased version. It's themainstream version which should be suitable to all without special requirements.stable
is very close tolatest
, but provides somebug fixes only. It's built whenever there's a new change.dev
is for the adventurous who wants to give the latest and greatest a try. New features areavailable here first. But due to it's development state it would often be less stable as the previoustwo branches, and might provide updates on a daily basis.
Testing the Github Action requires installation ofact.
Create a file.secrets
with the following content:
GITHUB_TOKEN="ghp_****"ACCESS_KEY_ID="A**********"SECRET_ACCESS_KEY="************"
WhereGITHUB_TOKEN
is a Personal Access Token granting you permission to access this repository,andR2_ACCESS_KEY_ID
andR2_SECRET_ACCESS_KEY
are the credentials required to access the R2 bucket on Cloudflare.You'll need at least read/write permissions on that bucket.
Then run the following command to test the action:
act --env DEBUG=1 --pull=false --secret-file=.secrets workflow_dispatch --container-architecture linux/amd64
With theDEBUG
flag set you will get additional log output, and the file changes will not be pushed back to S3.
Rendering the pages is handled by Github using thejekyll project.See theGithub Pages Documentation.
bundle exec jekyll serve
About
A collection of repository file with information about Lyrion Music Server versions available
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.