aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
2021-12-14Update to dotnet 6.0.1Cody Robibero
2021-11-08Update to full dotnet 6Cody Robibero
2021-10-27Update README.mdzirdum
The link with 'blob' specified in the URL doesn't work for the current version of unRaid. Switching it to 'tree' (which is where the 'blob' link resolves to) works fine. Changes Changed link referenced: https://github.com/jellyfin/jellyfin/blob/master/deployment/unraid/docker-templates To this link: https://github.com/jellyfin/jellyfin/tree/master/deployment/unraid/docker-templates Issues Fixes template showing up in unRaid with the changes applied.
2021-10-27Update README.mdzirdum
The link with 'blob' specified in the URL doesn't work for the current version of unRaid. Switching it to 'tree' (which is where the 'blob' link resolves to) works fine. Changes Changed link referenced: https://github.com/jellyfin/jellyfin/blob/master/deployment/unraid/docker-templates To this link: https://github.com/jellyfin/jellyfin/tree/master/deployment/unraid/docker-templates Issues Fixes template showing up in unRaid with the changes applied.
2021-10-12Update to dotnet6.rc2Cody Robibero
2021-09-25Fix builds for dotnet6 (#6595)Cody Robibero
* Target net6.0 * Use new Enum.TryParse(ReadOnlySpan<char>) overload * Replace RNGCryptoServiceProvider with RandomNumberGenerator * ci - target net6.0 (#6594) * Update deployment for dotnet6 * Use generic 6.0.x preview for CI * Update direct dotnet download links Co-authored-by: Bond_009 <bond.009@outlook.com>
2021-09-19Upgrade to dotnet 5.0.10Cody Robibero
2021-08-15Merge pull request #6427 from winterqt/patch-1Joshua M. Boniface
Disable UseAppHost in portable deployment
2021-08-15Update to dotnet 5.0.9Cody Robibero
2021-08-14Disable UseAppHost in portable deploymentWinter
2021-08-06fix missing build dependenciesh1dden-da3m0n
needed by the build sh-scripts
2021-08-05remove packages bundled in dotnet/sdk base imageh1dden-da3m0n
2021-08-04change OS packaging images to be quieth1dden-da3m0n
also uses the base dotnet/sdk image where possible
2021-07-19Update to dotnet 5.0.8Cody Robibero
2021-06-14Update to dotnet 5.0.7crobibero
2021-05-17Remove erroneous newlinecrobibero
2021-05-14Update to dotnet5.0.6crobibero
2021-04-08Update to dotnet 5.0.5crobibero
2021-03-09Remove Microsoft repo from install stepJoshua M. Boniface
This was breaking Fedora builds due to a mismatch. We can use the .NET SDK 5.0 from the Fedora 33 repos instead and this seems to work.
2021-02-09Update to dotnet 5.0.3crobibero
2021-01-16dotnet 5.0.2crobibero
2020-12-19Add static Linux builds for arm and muslJoshua M. Boniface
2020-12-09Update to dotnet 5.0.1crobibero
2020-11-16Merge pull request #4460 from yodatak/patch-1Anthony Lavado
Bump dependencies to Fedora 33
2020-11-17Fedora: install systemd as build dependencyOdd Stråbø
2020-11-16Merge branch 'master' into docker-plsCody Robibero
2020-11-16Fix builderscrobibero
2020-11-15User buster-slim instead of non existent bustercrobibero
2020-11-15Upgrade all netcore3.1 to net5.0crobibero
2020-11-14Remove extraneous newlinecrobibero
2020-11-10Bump dependencies to Fedora 33yodatak
Fedora 33 is out so Fedora 31 is unmaintened so its time to migrate the build to Fedora 33 !
2020-11-10Update build ci, dockerfiles to .Net5.0crobibero
2020-10-13Update to dotnet 3.1.9crobibero
2020-10-09Remove references to legacy scriptscrobibero
2020-09-12update to dotnet 3.1.8crobibero
2020-09-04Remove GenerateDocumentationFilecrobibero
2020-09-03Merge pull request #4008 from crobibero/publish-with-docsJoshua M. Boniface
Include xml docs when publishing
2020-08-29include xml docs when publishingcrobibero
2020-08-12update docker dotnet sdkcrobibero
2020-08-06Bump to .NET Core SDK 3.1.302Joshua M. Boniface
2020-07-17utilize jellyfin-ffmpeg for portable x64nyanmisaka
2020-07-04update ffmpeg 4.3 from zeranoe buildsnyanmisaka
2020-06-19Remove as builder element as wellJoshua M. Boniface
2020-06-19Move ARGs for directories to after importJoshua M. Boniface
2020-06-19Add mkdir of the SOURCE_DIR before setting WORKDIRJoshua M. Boniface
2020-06-19Add builder docker imagesJoshua M. Boniface
2020-06-19Modify build scripts to build Unstable versionsJoshua M. Boniface
2020-04-09Remove old build infra (again)Joshua M. Boniface
2020-04-09Preserve Unraid configurationJoshua M. Boniface
2020-04-09Revert "Remove old stuff"Joshua M. Boniface
This reverts commit b9fdd96ece39a6ff0f4ff37ecba36d7a0f65fcba.