Skip to content

Delavalom/monoripify

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

App's Demo

Demo

What is Monoripify?

Monoripify is a CI/CD web application simplify the management of your monorepos. With valuable insights into your build process, allowing you to optimize your workflows. We also enable you to deploy your apps and packages to your desired host provider, providing flexibility and convenience for your development projects.

Caveats

Be advised that Monoripify has certain constraints that must be considered before setup the projet:

  1. You must select a Public repo for the build process.
  2. It's necessary for your repo to have pnpm as a package manager, as well as the pnpm-lock.yml file.
  3. The inability to utilize environment variables for the build process.
  4. Currently, you are only able to deploy your projects using Railway.

These are the primary constraints that I need to address and overcome.

How to get started

Fork the repo and set the environment variables

  1. Fork the repository so you can have your own copy of it.
  2. Set up this enviroment variables:
# Github App credentials
APP_ID=
WEBHOOK_SECRET_TOKEN=
PRIVATE_KEY=

# Github App Client
NEXT_PUBLIC_GITHUB_APP_CLIENT_ID=
GITHUB_APP_CLIENT_SECRET=

# Next-Auth
NEXTAUTH_SECRET=
NEXTAUTH_URL=

# OpenAI
OPENAI_API_KEY=

# Websocket
PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=

# Railway
NEXT_PUBLIC_RAILWAY_TOKEN=

# URl
LOGS_API_URL=

Setting up the LOGS_API_URL is crucial since this is the URL that is used by the Github actions to send the logs data. With this variable the Github Action workflow will fail. In a development environment to recieve this logs you should set up a funnel, I use Ngrok.

PS: I'm looking for ways to not rely on third-party services such as Pusher. If you have any recommendations for alternative open source solutions, I would greatly appreciate your suggestions. Thank you in advance for your input and recommendations.

Questions? Comments? Feedback?

Please open an Issue

How to contribute

I would love to be your first PR! or any PR for that matter.

License

Distributed under the MIT License. See LICENSE for more information.

About

Come and see insights about your app's build process and also deploy your app with just one click to Railway.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published