hyperjumptech / monika

Monika is a command line application to monitor every part of your web app using a simple YAML configuration file. Get alert not only when your site is down but also when it's slow.
https://monika.hyperjump.tech
MIT License
605 stars 67 forks source link

chore(docs): #1289 add docker guide for apple silicon #1290

Closed syamsudotdev closed 6 months ago

syamsudotdev commented 6 months ago

Monika Pull Request (PR)

This PR resolves #1289

What feature/issue does this PR add

  1. Add docker guide for apple silicon

How did you implement / how did you fix it

  1. Add docker instruction on Quick Start Guide
  2. Add --platform linux/amd64 on Monika docker tutorial

How to test

  1. cd docs
  2. npm ci --legacy-peer-deps
  3. npm run dev
  4. Visit http://localhost:3000/quick-start
  5. Visit http://localhost:3000/tutorial/run-in-docker

Screenshot Quick Start

image

Screenshot Docker Tutorial

image

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.01%. Comparing base (6a29470) to head (7380b2c). Report is 13 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1290 +/- ## ========================================== + Coverage 62.51% 64.01% +1.49% ========================================== Files 112 108 -4 Lines 3391 3376 -15 Branches 591 572 -19 ========================================== + Hits 2120 2161 +41 + Misses 1079 1034 -45 + Partials 192 181 -11 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.