Skip to content

pnfo/file-server-new

Repository files navigation

Nuxt 3 File Server

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:7771:

# npm
npm run dev

Production

Build the application for production:

# npm
npm run build
  • Copy the output directory from the build process to the server
  • Copy the server-data directory to the production server
  • Copy the ecosystem.config.js pm2 config file to the server
  • Copy the passwords.js file - not in the repo - to the server
  • Reload pm2 pm2 reload ecosystem.config.js or read ecosystem.config.js for more information
  • Can run manually using this command as well NITRO_PORT=8091 PROFILE=cloud NUXT_APP_BASE_URL=/cloud node .output/server/index.mjs

Check out the deployment documentation for more information.

About

new ui for the file server written with nuxt js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published