I Wrote a Password Manager - Here's how you can use it!

Опубликовано: 10 Август 2024
на канале: RylanTech
130
12

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:
  / discord  

LINKS

https://reactivepass.com
https://rylanworkman.com

SETUP LINKS

https://github.com/RylanTech/Local-Re...
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-Re...
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 :)


Смотрите видео I Wrote a Password Manager - Here's how you can use it! онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь RylanTech 10 Август 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 130 раз и оно понравилось 12 людям.