aboutsummaryrefslogtreecommitdiff
path: root/deployment
AgeCommit message (Collapse)Author
2019-09-24Add web build to Ubuntu armhf package buildJoshua Boniface
2019-09-24Add web build to Ubuntu amd64 package buildJoshua Boniface
2019-09-24Add web build to Debian arm64 package buildJoshua Boniface
2019-09-24Add web build to Debian armhf package buildJoshua Boniface
2019-09-24Add web build to Debian amd64 package buildJoshua Boniface
2019-09-24Fix up Windows build script copyJoshua Boniface
2019-09-24Merge pull request #1788 from joshuaboniface/ssl-dep-ubudkanada
Include libssl-dev dep in Ubuntu build containers
2019-09-20Add escapes for path quotes in the NSIS Installer (#1777)Anthony Lavado
This adds backslashes to escape the `--datadir` path in the Windows Installer. Without this, the path would be dropped at the first space (e.g. `C:\Test Area\Jellyfin` would become `C:\Test`). Fixes #1773.
2019-09-20Include libssl-dev dep in Ubuntu build containersJoshua Boniface
2019-09-09NSIS improvements (#1692)Erwin de Haan
* Much better, but still broken It crashes with two custom pages after one another. (So when the service should be installed). * Fixed the problems and finished the NSIS installer. Also ignored some of the artifacts. * Added changes to CI for setup building. Consolidate building and fixed git error. Small CI fixes. Move UX repo to SourcesDirectory Fix stupid checkout <> clone error. Fix typo in PowerShell command. Artifact publish tasks can not have wildcards.
2019-09-02Merge pull request #1693 from joshuaboniface/update-libsslJoshua M. Boniface
Update Debian build to Buster and LibSSL 1.1
2019-09-02Add missing build dependencyJoshua Boniface
2019-08-31Bump version to 10.4.0Joshua Boniface
2019-08-31Add libssl-dev dependencyJoshua Boniface
2019-08-31Update GCC crossbuild to version 8Joshua Boniface
2019-08-31Use latest 2.2.6 dotnet SDK image (2.2.401)Joshua Boniface
2019-08-31Add libssl-dev build dependencyJoshua Boniface
2019-08-26Use base Debian image in Docker buildJoshua Boniface
2019-08-26Update builds to Debian 10 and OpenSSL to 1.1-onlyJoshua Boniface
2019-08-20Fix firewall-cmd: Error: INVALID_SERVICE: 'jellyfin' not among existing servicesloli10K
2019-08-18Merge pull request #1511 from crankdoofus/masterJoshua M. Boniface
Add NSIS installer build support
2019-07-27Change service install usercrankdoofus
The default is Network Service, with advanced option to use Local System
2019-07-25Rework based on review commentscrankdoofus
2019-07-25Update installer name to copycrankdoofus
2019-07-24Merge pull request #1560 from jellyfin/release-10.3.zBond-009
Backmerge for 10.3.7
2019-07-24Bump version for 10.3.7v10.3.7Joshua M. Boniface
2019-07-14Override the installinit nameJoshua M. Boniface
Without this, when building the `jellyfin-nightly` package, it attempts to find service/init files with the name `jellyfin-nightly` instead of the proper name. This override prevents this by forcing the name to `jellyfin`. Required for nightly builds.
2019-07-13Fix broken symlinksJoshua M. Boniface
These were removed somehow in defc5f1cf9b486357b379c610663e1bad48428ad; restore them to their proper link state.
2019-07-13Use dash or underscore on mv commandJoshua M. Boniface
Required for nightlies, which would not match this file format with the underscore then wildcard. Enables nightly builds.
2019-07-13Update to uninstall silently if already installedcrankdoofus
2019-07-09Update code for in-place upgradescrankdoofus
2019-07-07Correct commentcrankdoofus
2019-07-07Remove Emby migration section, include Licensecrankdoofus
2019-07-07Include License file with installationcrankdoofus
2019-07-06Merge branch 'master' into release-10.3.zBond-009
2019-07-06Bump version for 10.3.6Joshua M. Boniface
2019-07-06Correct Service handling & LocalAppData foldercrankdoofus
The service is now completely controlled by nssm as with the install-jellyfin.ps1 The LocalAppData had the global context, its now Corrected order of Mandatory and Optional components.
2019-07-06Changed order to include install scripts in installercrankdoofus
2019-07-06Cleaned up codecrankdoofus
2019-07-06Uncomment accidental commenting of compilationcrankdoofus
2019-07-06Added -Force to nsis extractioncrankdoofus
2019-07-06Create jellyfin.nsicrankdoofus
2019-07-06Added option for NSIScrankdoofus
This change will 1. download NSIS zip, 2. unzip in temp folder, 3. use nsis to build the installer
2019-07-04Merge pull request #1505 from trumblejoe/patch-1dkanada
Qualified Namespace of pscredential
2019-07-02Merge pull request #1167 from Bond-009/eoldkanada
Force LF line endings
2019-07-02Qualified Namespace of pscredentialtrumblejoe
Qualified Namespace of pscredential, otherwise script fails in Powershell builds <3.0.
2019-06-28Use which to find the service binary pathJoshua M. Boniface
2019-06-28Make message wording more consistentJoshua M. Boniface
2019-06-27Add nicer restart scriptJoshua M. Boniface
The old restart script was buggy, as reported in #1320. This updated script seems to work far more reliably and conforms to the existing jellyfin-sudoers packages sudo configuration.
2019-06-12Merge pull request #1442 from jellyfin/release-10.3.zJoshua M. Boniface
Backmerge for Release 10.3.4 and 10.3.5