aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
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.
2020-04-09Correct ARCH var in Ubuntu DockerfilesJoshua M. Boniface
2020-03-24Use more specific mv source globJoshua M. Boniface
2020-03-24Remove old stuffJoshua M. Boniface
2020-03-23Unify dep installation and updateJoshua M. Boniface
2020-03-23Go back to cp-based control archive but rightJoshua M. Boniface
2020-03-23Remove arch from macosJoshua M. Boniface
2020-03-23Use git checkout instead of file copies to cleanJoshua M. Boniface
2020-03-23Add Windows buildJoshua M. Boniface
2020-03-23Add .tar.gz-based buildsJoshua M. Boniface
2020-03-23Port Fedora and CentOS builds and remove web buildJoshua M. Boniface
Simplifies a number of aspects of the RPM build, including moving .copr/Makefile into the "fedora/" folder (and leaving a symlink), removing the jellyfin-web build components, and renaming it jellyfin-server like Debian did.
2020-03-23Back up and restore control fileJoshua M. Boniface
2020-03-23Mount the source volume rather than copy itJoshua M. Boniface
Now that the build script cleans up both before and after building, this is a viable option and will significant reduce build times by promoting container reuse (with `-k`).
2020-03-23Add Ubuntu configurationsJoshua M. Boniface
2020-03-23Fix version outputJoshua M. Boniface
2020-03-23Remove NPM install from DockerfilesJoshua M. Boniface
2020-03-23Fix deps for armhfJoshua M. Boniface
2020-03-23Add arm64 and armhf buildsJoshua M. Boniface
2020-03-22Add first proof-of-concept deployment setupJoshua M. Boniface
2020-03-22Move all old deployment stuff to a new folderJoshua M. Boniface
2020-03-15Use NodeJS 10 on CentOSJoshua M. Boniface
2020-03-15Correct BuildRequires and NodeJS for Fedora/CentOSJoshua M. Boniface
2020-03-05Replaces uninstaller icon so it's more visibleferferga
2020-03-04update fedoraartiume
2020-02-10Fix Fedora buildDavid Mouse
Fedora builds were broken due to dotnet-sdk-3.1 and dotnet-runtime-3.1 not being available on the @dotnet-sig/dotnet repo as well as a lack of the git package (needed for yarn when installing jellyfin/jellyfin-noto per https://github.com/jellyfin/jellyfin-web/pull/735). Replaces the outdated repo with the official repo found in Microsoft's documentation.
2020-02-05Merge pull request #2379 from joshuaboniface/nodejs-debdkanada
Use NodeJS 10.X for NPM builds
2020-02-04Use NodeJS 10.X for NPM buildsJoshua M. Boniface
2020-01-28Fix broken webserver caused by dotnet publish.Matt07211
This should be considered a temp fix, as it fixes the symptom and not the actual root cause of the issue. Why this works? I *feel like* this is a dependency issue and this change forces it to evalute dependencys in a different order, avoiding the bug.
2020-01-16Merge pull request #2287 from nyanmisaka/masterdkanada
New upstream ffmpeg version 4.2.1 for windows nightly channel
2020-01-16fix indentationNyanmisaka
2020-01-16Update build-jellyfin.ps1Nyanmisaka
2020-01-16New upstream ffmpeg version 4.2.1 on windowsNyanmisaka
2020-01-16New upstream ffmpeg version 4.2.1 on windowsNyanmisaka
2020-01-16New upstream ffmpeg version 4.2.1 on windowsNyanmisaka
2020-01-15Switch around SetCompressor arguments. Hide progress bars for powershell.Erwin de Haan
2020-01-15Switch to slightly more verbose logging.Erwin de Haan
2020-01-15Enable /SOLID switch for compressionErwin de Haan
2020-01-15Enable UnicodeErwin de Haan
ANSI targets are deprecated
2020-01-15Less output and lesser compression.Erwin de Haan
2020-01-04Update the build script to use .NET core SDK 3.1Sacha Korban
2019-12-15Remove broken Microsoft SDK image (#2158)Joshua M. Boniface
* Remove broken Microsoft SDK image This was not working; for some reason the Microsoft .NET Docker image for 3.0 still had a 2.1 binary which was wreaking havoc. Replace it with the manual download that all the other .deb packages use. * Install missing dependency