Releases: tmiland/invidious-updater
Minor bugfixes
Update to v1.6.0
Cumulative fixes from Master.
Update to v1.5.9
-
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
Bug fix on Distro detection
- Bug fix on Distro detection if lsb-release is not installed.
Update to v1.5.6
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
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
- Use new apt / rpm repository
- Convert dbname to lowercase
- Check if build fails
Add support for PureOS
- Added support for PureOS
Add custom port option for Docker
- Added custom port option for Docker.