Inside Notes is an advanced audio transcription and enterprise management platform designed for professional environments.
- Frontend: React Native + Expo
- Backend: Node.js Express
- Database: PostgreSQL
- Authentication: JWT
- AI Integration: Gemini API
- Domain: notes.inside.dev.br
- SSL Management: Managed by Coolify
- Port: Custom port configuration (3001)
- Docker
- Docker Compose
- Coolify Platform
- Clone the repository
- Copy
.env.exampleto.env - Fill in required environment variables
- Run
docker-compose up -d
Refer to .env file for configuration details. Required variables include:
API_KEY: Gemini API connection keyJWT_SECRET: Authentication secretPG_DATABASE: PostgreSQL database namePG_HOST: PostgreSQL hostPG_PORT: PostgreSQL portPG_USER: PostgreSQL usernamePG_PASSWORD: PostgreSQL password
- SSL is automatically managed by Coolify
- Custom port (3001) used to avoid conflicts
- Traefik handles routing and SSL certification
- Health check implemented
- Restart policy: Unless stopped
- Check Docker logs for detailed error information
- Verify environment variable configurations
- Ensure network connectivity
Regular updates and security patches are recommended.
[Insert Appropriate License]