Skip to content

Releases: tmiland/invidious-updater

Minor bugfixes

25 Feb 10:32
Compare
Choose a tag to compare
  • Update installprocess to new documentation #81
  • Removed default domain #80

Update to v1.6.0

07 Jan 14:05
Compare
Choose a tag to compare

Cumulative fixes from Master.

Update to v1.5.9

04 Apr 17:11
Compare
Choose a tag to compare
  • Added default advanced options

  • Added admins to advanced option

  • Added Captcha key to advanced option

  • Fixed systemd install

  • Added argument -m to run database maintenance.

  • Added option to run database maintenance on Docker, and added docker-compose file from iv-org/invidious#1895 (comment)

  • Turned all variables to uppercase as per bash recommendations.

Define Crystal Version

31 Mar 17:05
Compare
Choose a tag to compare
  • Defined crystal version for compatibility.

Ref: iv-org/invidious#1933

Closing #63

Bug fix on Distro detection

28 Feb 21:25
Compare
Choose a tag to compare
  • Bug fix on Distro detection if lsb-release is not installed.

Update to v1.5.6

15 Feb 20:23
Compare
Choose a tag to compare

Update script to v1.5.6

  • Added option to install cert from Let's Encrypt
  • Fixed Docker detection and install for Linux Mint
  • Minor refactor
  • ChellCheck fixes

Update for CentOS and Fedora

06 Feb 19:18
Compare
Choose a tag to compare

Updated for latest Fedora 33.

  • Removed rpm installation

  • Added standard install from repo

  • Automatically set SELinux to permissive with setenforce 0

    • Will not be backwards compatible with older Fedora versions.

Updated for latest CentOS 8.

  • Removed rpm installation for Postgresql

  • Added standard install from repo

  • Automatically set SELinux to permissive with setenforce 0

    • Will not be backwards compatible with older CentOS versions.
  • Added check for Nginx installation. #50

  • Added error msg and exit if Invidious is not installed. #52

  • Added advice to add swap if RAM is less than 2GB. #53

    • Not compatible with SwapOnZRAM

Various fixes

04 Feb 10:12
Compare
Choose a tag to compare
  • Use new apt / rpm repository
  • Convert dbname to lowercase
  • Check if build fails

Add support for PureOS

01 Jan 22:58
Compare
Choose a tag to compare
  • Added support for PureOS

#40

Add custom port option for Docker

22 Dec 20:06
Compare
Choose a tag to compare
  • Added custom port option for Docker.