NodeJS
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
\. "$HOME/.nvm/nvm.sh"
node -v
nvm current
pnpm
curl -fsSL https://get.pnpm.io/install.sh | env PNPM_VERSION=9.0.0 sh -
source /root/.bashrc
jellyseerr
sudo mkdir -p /opt/jellyseerr && cd /opt/jellyseerr
git clone https://github.com/Fallenbagel/jellyseerr.git
cd jellyseerr
git checkout main
CYPRESS_INSTALL_BINARY=0 pnpm install --frozen-lockfile
pnpm build
pnpm start
http://localhost:5055
Referencias
* https://nodejs.org/en/download/
* https://pnpm.io/installation
* https://docs.jellyseerr.dev/getting-started/buildfromsource
* https://docs.jellyseerr.dev/getting-started/