about summary refs log tree commit diff
path: root/pkgs/servers/polaris
AgeCommit message (Collapse)AuthorFilesLines
2024-03-14polaris: 0.14.1 -> 0.14.2Peder Bergebakken Sundt2-2736/+3
Also devendors the Cargo.lock
2024-02-04polaris: 0.14.0 -> 0.14.1R. Ryantm2-399/+630
2024-01-23polaris-web: 68 -> 69Peder Bergebakken Sundt1-2/+2
Diff: https://github.com/agersant/polaris-web/compare/build-68...build-69
2023-11-24treewide: add mainProgramh7x41-0/+1
2023-09-30polaris: passthru nixos testPeder Bergebakken Sundt1-0/+2
2023-09-30polaris-web: 67 -> 68Peder Bergebakken Sundt1-3/+3
Diff: https://github.com/agersant/polaris-web/compare/build-67...build-number-68
2023-08-01polaris: 0.13.5 -> 0.14.0Peder Bergebakken Sundt3-24/+2521
I also swapped the updateScript, as the old one didn't touch the cargo hash.
2023-07-26polaris-web: 55 -> 67Robert Schütz1-14/+4
Diff: https://github.com/agersant/polaris-web/compare/build-55...build-67
2023-07-26polaris-web: use buildNpmPackageRobert Schütz4-4395/+12
2023-07-02pkgs/servers: replace "${version}" with versionfigsoda2-3/+2
2023-04-25nodejs*: normalise names to better fit other packagesSandro Jäckel1-1/+1
Versioned package attributes are usually named like $pname_$version eg: nodejs-14_x -> nodejs_14
2022-11-13polaris-web: build-54 -> build-55R. Ryantm2-3/+3
2022-09-24polaris-web: fix breakage due to nodejs v16->v18 upgradePeder Bergebakken Sundt1-0/+3
This really should be fixed upstream, but this will have to suffice in the meanwhile.
2022-07-29Merge pull request #180823 from r-ryantm/auto-update/polaris-webSandro2-6774/+1251
2022-07-13polaris: fix Os error 24: 'Too many open files' in checkPhasePeder Bergebakken Sundt1-0/+5
I set the ulimit to 4096, the default used by Darwin since #173657
2022-07-09polaris-web: build-50 -> build-54R. Ryantm2-6774/+1251
2022-07-08polaris: init at 0.13.5Peder Bergebakken Sundt6-0/+10025
Polaris is a self-hosted music streaming server, with a web and android frontend. The web frontend is included. https://github.com/agersant/polaris Polaris-web uses an odd versioning schema: 'build-X'. We reuse the upstream tags. Polaris CI releases automatically bundle the latest available version of polaris-web, however 'polaris' has seen no release since april 2021, while polaris-web has had 5 version bumps since. Currently we package the version of polaris-web bundled with polaris on github. Once the newer versions are tested we might upgrade.