npm i
to install all needed dependancies
npm start
to start the frontend
- Encrypted data is sent from the frontend to this server where it is decrypted using a key.
- Uses a version of crypto-js to encrypt data as it's sent out, and decrypt it on the server side.
- Only FTP data stored is user's FTP client connection info (which is removed if you hit "Disconnect" or are timed out and attempt to connect.
- Official URL: https://lazyftp.com/
- Netlify URL: https://lazyftp.netlify.app/
By default this frontend requires access to the lazyftp backend. The site view uses postgresql integration with Heroku.
-Not very descriptive on errors -Remove need for environment variables
- Frontend - Gatsby hosted on Netlify - https://github.com/plasmadice/lazyftp
- Backend - Node.js hosted on Heroku - https://github.com/plasmadice/lazyftp-backend
- Enter path to view contents of directory
- Display path in faux path bar
- View multiple directories at once
- Add .. option in every directory
- Download media through browser
- Optionally convert videos to mp4 to view in browser
Credentials-store using postgresql- Needs more error reporting