Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmiland/invidious-updater
Automatic install and update script for Invidious
https://github.com/tmiland/invidious-updater
arch arch-linux archlinux auto-install auto-update bash bash-script centos centos7 database-maintenance debian docker docker-option fedora invidious ubuntu uninstall-invidious
Last synced: 6 days ago
JSON representation
Automatic install and update script for Invidious
- Host: GitHub
- URL: https://github.com/tmiland/invidious-updater
- Owner: tmiland
- License: mit
- Created: 2019-02-09T06:21:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T10:49:26.000Z (25 days ago)
- Last Synced: 2024-10-16T17:39:52.307Z (20 days ago)
- Topics: arch, arch-linux, archlinux, auto-install, auto-update, bash, bash-script, centos, centos7, database-maintenance, debian, docker, docker-option, fedora, invidious, ubuntu, uninstall-invidious
- Language: Shell
- Homepage: https://github.com/iv-org/invidious
- Size: 12.9 MB
- Stars: 238
- Watchers: 9
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Invidious-Updater (And Installer)
[![GitHub release](https://img.shields.io/github/release/tmiland/Invidious-Updater.svg?style=for-the-badge)](https://github.com/tmiland/Invidious-Updater/releases) [![licence](https://img.shields.io/github/license/tmiland/Invidious-Updater.svg?style=for-the-badge)](https://tmiland.github.io/invidious-updater/LICENSE) ![Bash](https://img.shields.io/badge/Language-SH-4EAA25.svg?style=for-the-badge)
## Script to install and update [Invidious](https://github.com/iv-org/invidious)
```bash
1) Install Invidious 7) Uninstall Invidious
2) Update Invidious 8) Set up PostgreSQL Backup
3) Deploy with Docker 9) Install Nginx
4) Add Swap Space 10) Install Inv sig helper
5) Run Database Maintenance 11) Install YouTube tsg.
6) Start, Stop or Restart 12) Exit
```## Usage
```bash
Usage: invidious_update.sh [options]If called without arguments, installs Invidious.
--help |-h Display this help and exit
--install-invidious |-i Install Invidious
--cron-update |-c Update Invidious with cron
--database-maintenance |-m Database Maintenance
--install-log |-l Activate logging
--install-inv-sig-helper |-iish Install Inv-sig-helper
--install-ytsg |-iytsg Install YouTube trusted session generator
--ytsg-docker |-uytsgd Update YouTube ts tokens for Docker
```
### Installation
To install Invidious:
***Note: you will be prompted to enter root password***If root password is not set, type:
```bash
sudo passwd root
```
Log in as root
```bash
su root
```
- Latest release
```bash
curl -sSL https://github.com/tmiland/Invidious-Updater/releases/latest/download/invidious_update.sh > invidious_update.sh && \
chmod +x invidious_update.sh && \
./invidious_update.sh -i
```
- Master
```bash
curl -sSL https://tmiland.github.io/invidious-updater/invidious_update.sh > invidious_update.sh && \
chmod +x invidious_update.sh && \
./invidious_update.sh -i
```[Invidious-Installer](https://github.com/tmiland/invidious-installer) is sourced in the install option.
To install this script:
See [Install.md](./INSTALL.md)![invidious_update](https://tmiland.github.io/invidious-updater/img/invidious_update.gif)
### Tested on
| Debian | Ubuntu |
| ------ | ------ |
| [](https://tmiland.github.io/invidious-updater/img/Debian_12.png) | [](https://tmiland.github.io/invidious-updater/img/Ubuntu_24.png)| CentOS | Fedora |
| ------ | ------ |
| [](https://tmiland.github.io/invidious-updater/img/CentOS.png) | [](https://tmiland.github.io/invidious-updater/img/Fedora_40.png)| Arch | PureOS |
| ------ | ------ |
| [](https://tmiland.github.io/invidious-updater/img/Arch.png) | [](https://tmiland.github.io/invidious-updater/img/PureOS.png)| Linux Mint |
| ------ |
| [](https://tmiland.github.io/invidious-updater/img/Mint_22.png)## Recommendation
***It is recommended to use this script on a fresh installation to avoid unwanted complications.***
* I recommend a Debian 12 Droplet on [DigitalOcean](https://m.do.co/c/f1f2b475fca0)## Testing
Tested and working on:
| Debian | Ubuntu | CentOS | Fedora | Arch | PureOS |
| ------ | ------ | ------ | ------ | ------ | ------ |
| [](https://tmiland.github.io/invidious-updater/img/os_icons/debian.svg?sanitize=true) | [](https://tmiland.github.io/invidious-updater/img/os_icons/ubuntu.svg?sanitize=true) | [](https://tmiland.github.io/invidious-updater/img/os_icons/cent-os.svg?sanitize=true) | [](https://tmiland.github.io/invidious-updater/img/os_icons/fedora.svg?sanitize=true) | [](https://tmiland.github.io/invidious-updater/img/os_icons/arch.svg?sanitize=true) | [](https://tmiland.github.io/invidious-updater/img/os_icons/pureos.svg?sanitize=true)- [X] Tested extensively on Debian 9/10/11/12
- [X] Docker option tested and working
- [X] Tested on Ubuntu 16.04/18.10/24
- [X] Docker option tested, not working
- [X] Tested on CentOS 8
- [ ] Docker option tested and working
- [X] Tested on Fedora 40
- [X] Docker option tested and working
- [X] On Bash on Debian on Windows (in Gnome-Boxes)
- [X] Systemd not working
- [X] Docker option not working
- [X] Tested on Linux Mint 22
- [X] Docker option tested and working
- See [#15](https://github.com/tmiland/Invidious-Updater/issues/15)
- [X] Tested on Arch Linux
- [X] Docker option tested and working
~~If you get permission issues, set selinux to permissive.
See how to here: [How do I enable or disable SELinux ?](https://fedoraproject.org/wiki/SELinux_FAQ#How_do_I_enable_or_disable_SELinux_.3F)~~
#### SELinux will be set to permissive on Fedora and CentOS~~***Postgresql 11 will be installed by default in both Fedora and CentOS. (If not already installed)***~~
Postgresql will be default from repo on Fedora and CentOS
#### Latest install log - version: 1.4.4[install log Debian 10](https://tmiland.github.io/invidious-updater/log/install_log_debian.log)
## Changelog
See [Changelog](https://tmiland.github.io/invidious-updater/CHANGELOG.md)
## Compatibility and Requirements
- Debian 8 and later
- Ubuntu 16.04 and later
- Linux Mint 22
- PureOS (Not tested)
- CentOS 8
- Fedora 40
- Docker support
- [OS requirements](https://docs.docker.com/install/linux/docker-ce/fedora/)
- Arch Linux## Credits
- Code is mixed and customized from these sources:
- [Invidious](https://github.com/omarroth/invidious#linux)
- [inv_sig_helper](https://github.com/iv-org/inv_sig_helper)
- [YouTube trusted session generator](https://github.com/iv-org/youtube-trusted-session-generator)
- [nginx-autoinstall](https://github.com/angristan/nginx-autoinstall)
- [Git-Repo-Update](https://github.com/KillianKemps/Git-Repo-Update)
- [ghacks user.js updater.sh](https://github.com/ghacksuserjs/ghacks-user.js/blob/master/updater.sh)
- Plus many more.## Feature request and bug reports
- [Bug report](https://github.com/tmiland/Invidious-Updater/issues/new?assignees=tmiland&labels=bug&template=bug_report.md&title=Bug-report:)
- [Feature request](https://github.com/tmiland/Invidious-Updater/issues/new?assignees=tmiland&labels=enhancement&template=feature_request.md&title=Feature-request:)
- [IRC Freenode: #InvidiousUpdater](irc://freenode.net/#InvidiousUpdater)## Web Hosting
Sign up for web hosting using this link, and receive $200 in credit over 60 days.
#### Disclaimer
*** ***Use at own risk*** ***
### License
[![MIT License Image](https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/MIT_logo.svg/220px-MIT_logo.svg.png)](https://tmiland.github.io/invidious-updater/LICENSE)
[MIT License](https://tmiland.github.io/invidious-updater/LICENSE)