An open API service indexing awesome lists of open source software.

https://github.com/hyperjumptech/monika-config-generator

A web app to generate configuration file for Monika
https://github.com/hyperjumptech/monika-config-generator

hacktoberfest javascript nextjs synthetic-monitoring tailwindcss typescript

Last synced: 11 months ago
JSON representation

A web app to generate configuration file for Monika

Awesome Lists containing this project

README

          

# Monika Config Generator

This is a web app to help generate a configuration file for [Monika, the open source Monitoring tool](https://github.com/hyperjumptech/monika).

## Features

- Wizard form: to help those who are new to Monika create a configuration file quickly and easily.
- Free form: for those who are already familiar with Monika and want to have advanced configuration.
- Config import: for those who already have a configuration file and want to customize it.

## How to use

Go to [the Monika Config Generator web app](https://monika-config.hyperjump.tech/).

## Development

You can run the web app in your own computer by following these steps:

1. Install Node.js 16 or above.
2. Clone this repository.
3. Enter the repo's directory.
4. Run `npm install`.
5. Run `npm run dev`.
6. Open your browser and go to http://localhost:3000

## Tech Stack

- [Next.js](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [TailwindCSS](https://tailwindcss.com/)
- [ESLint](https://eslint.org/)

## Discussions

If you need help, want to give feedback, or have a great idea to improve Monika, get involved! Let us know in the [Github discussions](https://github.com/hyperjumptech/monika-config-generator/discussions).

Please abide by the [Contributor's Code of Conduct](CODE_OF_CONDUCTS.md)

## License

MIT License