Go to file
JuruSysadmin 5bc3a55e6f
Deploy Next.js via SSH / deploy (push) Failing after 7s Details
feat: Add Gitea workflow for blue-green Next.js deployment via SSH.
2026-01-07 16:27:21 -03:00
.gitea/workflows feat: Add Gitea workflow for blue-green Next.js deployment via SSH. 2026-01-07 16:27:21 -03:00
src feat: Implement 'dias rota' page with calendar for baldinho delivery and capacity management. 2026-01-07 15:30:01 -03:00
.dockerignore feat: add Gitea CI/CD workflows for Docker and direct Next.js deployment, Renovate, Dockerfile, docker-compose, and .dockerignore. 2026-01-07 14:04:13 -03:00
.gitignore feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
README.md first commit 2026-01-07 12:28:05 -03:00
algua.eslintrc.json feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
components.json feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
config.js feat: Add baldinho calendar page for delivery date and parameter management, and configure Renovate. 2026-01-07 12:56:14 -03:00
ecosystem.config.js style: Add blank line and remove trailing whitespace in ecosystem config. 2026-01-07 16:15:15 -03:00
eslint.config.mjs feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
next.config.mjs feat: Add Gitea CI/CD and PM2 deployment for Next.js standalone output, removing Docker files. 2026-01-07 14:55:42 -03:00
package-lock.json feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
package.json feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
postcss.config.mjs feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
renovate.json feat: Add baldinho calendar page for delivery date and parameter management, and configure Renovate. 2026-01-07 12:56:14 -03:00
tailwind.config.ts feat: Initialize Next.js project with Shadcn UI components, Tailwind CSS, and Oracle DB integration. 2026-01-07 12:29:06 -03:00
tsconfig.json feat: Add baldinho calendar page for delivery date and parameter management, and configure Renovate. 2026-01-07 12:56:14 -03:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.