diff --git a/CHANGELOG-OSC.md b/CHANGELOG-OSC.md new file mode 100644 index 0000000..2904271 --- /dev/null +++ b/CHANGELOG-OSC.md @@ -0,0 +1,11 @@ +# Eyevinn Open Source Cloud - Processing History + +This file tracks when this project was processed by the Eyevinn Open Source Cloud service builder. + +## Changelog + +- **2025-12-09T22:44:10.296Z**: Project synchronized with upstream by OSaaS Service Builder + +--- + +*This changelog is automatically maintained by the [OSaaS Service Builder](https://www.osaas.io)* \ No newline at end of file diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..69000d1 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,12 @@ +FROM node:18-alpine +RUN apk add python3 make g++ +ENV NODE_ENV=production +ENV PORT=8080 +RUN mkdir /app +RUN chown node:node /app +WORKDIR /app +USER node +COPY --chown=node:node ["./", "./"] +RUN NODE_ENV="" npm ci || npm install --include=dev --production=false +RUN npm run build +CMD ["npm", "run", "start"] \ No newline at end of file diff --git a/README-OSC.md b/README-OSC.md new file mode 100644 index 0000000..3748049 --- /dev/null +++ b/README-OSC.md @@ -0,0 +1,49 @@ +# Eyevinn Open Source Cloud + +## Turn Your Open Source Project into a Revenue Stream + +Welcome to [Eyevinn Open Source Cloud](https://www.osaas.io) - the platform that democratizes infrastructure and creates sustainable revenue for open source creators. + +### Why Eyevinn Open Source Cloud Benefits You as a Creator + +**🚀 Zero Infrastructure Costs** +Your users get enterprise-grade hosting and scaling without you managing servers, paying hosting bills, or dealing with DevOps complexity. We handle the infrastructure so you can focus on what you do best - building great software. + +**💰 Monetize Your Open Source Work** +Finally get paid for your contributions to the open source ecosystem. When users deploy your project through our platform, you automatically receive a share of the revenue. No complicated pricing models or payment processing required. + +**📈 Reach More Users** +Remove the biggest barrier to adoption - deployment complexity. Your project becomes instantly accessible to non-technical users and small teams who need your solution but lack the resources for self-hosting. + +**🎯 Level the Playing Field** +Small and medium projects now have access to the same infrastructure capabilities as big tech companies. Your innovative tool can compete on features, not on who has the biggest infrastructure budget. + +### How It Works + +1. **Claim Ownership**: Create your account on [osaas.io](https://www.osaas.io) and connect your GitHub account +2. **Automatic Recognition**: We verify your ownership of this repository +3. **Instant Revenue**: Start earning from every deployment of your project +4. **Focus on Code**: Continue developing while we handle scaling, security, and operations + +### For Your Users + +Users pay only for what they use, getting professional-grade hosting without the complexity. They can deploy your project in minutes instead of hours or days, making your solution accessible to a broader audience. + +### Community & Support + +Join our vibrant community of open source creators: + +- **💬 [Slack Workspace](https://slack.osaas.io)** - Connect with other creators, get help, and share your experiences +- **🐙 [GitHub](https://github.com/EyevinnOSC)** - Contribute to the platform and follow development updates +- **💼 [LinkedIn](https://www.linkedin.com/company/eyevinn-open-source-cloud/)** - Stay updated with news and announcements +- **📚 [Documentation](https://docs.osaas.io)** - User guides and best practices + +### Join the Movement + +Help us democratize access to open source infrastructure and create a sustainable ecosystem where creators are rewarded for their contributions. + +**[Get Started →](https://www.osaas.io)** + +--- + +*Eyevinn Open Source Cloud - Making open source more accessible, one deployment at a time.* \ No newline at end of file