Giter Site home page Giter Site logo

lazyftp-v0's Introduction

lazyftp-v0 is a web application that allows you to view an FTP website in the browser, and depending on your platform and browser you may be able to do additional things.

Some of the components are generated using Vercel's v0

Features

  • Browse FTP directories and files in a user-friendly interface
  • Download files from FTP servers to your local machine
  • Authenticate with Next Auth and Google OAuth

Installation

To run this project locally, you need to have Node.js and npm installed on your machine.

Clone this repository and install the dependencies:

git clone https://github.com/your-username/lazyftp-v0.git
cd lazyftp-v0
npm install

Create a .env.local file in the root directory and add the following variables:

NEXTAUTH_URL=http://localhost:3000
GOOGLE_CLIENT_ID=your-google-client-id
GOOGLE_CLIENT_SECRET=your-google-client-secret
CRYPTR_SECRET=your-cryptr-secret

You can obtain a Google client ID and secret from the Google Developers Console.

You can generate a cryptr secret using any random string generator.

Usage

To start the development server, run:

npm run dev

Open http://localhost:3000 with your browser to see the result.

To build the project for production, run:

npm run build

To start the production server, run:

npm run start

Shoutouts

Envshare - Inspiration for Redis usage and encoding/encryption

License

This project is licensed under the MIT License - see the LICENSE file for details.

lazyftp-v0's People

Contributors

plasmadice avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.