I Don't Like Password Managers
Want a free ReactivePass.com account? Message me with the keyword "octopus" on discord, first 3 people to do that gets a free account. My discord server: https://discord.gg/hq5rG54hd8 LINKS https://reactivepass.com https://rylanworkman.com SETUP LINKS https://github.com/RylanTech/Local-Reactive-Pass.git https://www.mysql.com/downloads/ https://www.npmjs.com/ https://pm2.keymetrics.io/ GUIDE Setting up mySQL - sudo apt install mysql-server sudo mysql_secure_installation (Anwser questions) CREATE USER 'username'@'localhost' IDENTIFIED BY 'password'; GRANT ALL PRIVILEGES *.* TO 'username'@'localhost'; CREATE DATABASE rpass; exit; Installing NPM - sudo apt-get install npm sudo npm i -g n sudo n install lts Installing PM2 - sudo npm i -g pm2 Installing Reactive Pass- git clone https://github.com/RylanTech/Local-Reactive-Pass.git cd Local-Reactive-Pass cd Rpass-backend nano .env Change the following variables: DB_NAME, DB_USER, DB_PASS, & ENCRYPTSECRET - ctrl + s to save, ctrl + x to exit npm i typescript npm run build pm2 start "npm start" -n rpass-backend cd .. cd rpass-frontend cd src cd contexts nano PassContext.tsx Change the baseUrl variable to the following: "http://[ip of computer]:3001/" - ctrl + s to save, ctrl + x to exit nano UserContext.tsx Change the baseUrl variable to the following: "http://[ip of computer]:3001/" - ctrl + s to save, ctrl + x to exit cd .. cd .. pm2 start "npm start" -n rpass-frontend pm2 startup The site should be available at http://[ip of computer]:3000/ TIMESTAMPS 0:00-0:42 - Intro 0:42-1:45 - Why I Created It 1:45-2:50 - What "On Your Network" Means 2:50-3:19 - Create a Server 3:19-3:42 - Softwares You Need 3:42-3:50 - Creat a Server 3:50-4:39 - Remoting in and Updating 4:39-7:27 - Installing & Setting up MySQL 7:27-9:33 - Installing NPM 9:33-9:52 - Installing Rpass 9:52-12:37 - Setting up the Backend 12:37-14:06 - Setting up PM2 14:06-16:50 - Setting up the Frontend 16:50-17:49 - PM2 Sidenote 17:49-19:28 - Rpass Walkthrough 19:28-20:30 - Creating an IP Reservation 20:30-20:41 - Goodbye :)
Download
0 formatsNo download links available.