Uptime-Monitor

By Hamza-Khiar

Uptime-Monitor Alternatives

Similar projects and alternatives to Uptime-Monitor

  • Symfony

    The Symfony PHP framework

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Uptime-Monitor alternative or higher similarity.

Uptime-Monitor reviews and mentions

Posts with mentions or reviews of Uptime-Monitor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.
  • issues with first-party spa authentication with session-based auth
    1 project | /r/PHPhelp | 3 Jun 2023
    hey there i hope you're doing fine i'll first share configs & .env file so we can be in the same page https://pastecord.com/epicewadac.php so i have an issue when Authenticating my first level spa with sanctum, in the docs they mentioned to firstly make a request to `sanctum/csrf-cookie`, i do that onMounted in vue, 1) i get the csrfCookie and put it in header for the next request with fetch interceptor 2) when i try to login or register, it depends on which routes i call `web.php or api.php` > at first i had everything inside the api.php; the register worked with the csrf and everything, but the login returns an error; ('Session store not set in request'); i understand the difference between stateful & stateless, mainly it has to do with the session cookie; i had the idea to switch to web.php (following GIO's tutorial: https://www.youtube.com/watch?v=uPKd3q-iaVs&t=417s&pp=ygUoc2Vzc2lvbiBiYXNlZCBhdXRoZW50aWNhdGlvbiBsYXJhdmVsIHNwYQ%3D%3D) now both the register & login return a csrf mismatch , even when i send the csrf cookie in header as 'X-XSRF-TOKEN' as recommended in the docs here's my repo https://github.com/Hamza-Khiar/Uptime-Monitor/tree/main/backEnd
  • Laravel: how to redirect after an email validation
    1 project | /r/PHPhelp | 1 Jun 2023
    i'm trying to understand what i'm doing wrong in here php return redirect(env('FRONTEND_URL') . '/dashboard')->action([MonitorController::class, 'index'], ['id' => $id]); basically this is the whole method php public function validateUser(int $id) { if (DB::table('users')->where('user_id', '=', "$id")->get('verified_at') == null) { DB::table('users')->where('user_id', '=', "$id")->update([ 'verified_at' => Carbon::now() ]); } return redirect(env('FRONTEND_URL') . '/dashboard')/* ->action([MonitorController::class, 'index'], ['id' => $id]) */; /* find a way to redirect in front-end with appropriate data: - user info :user_name & email - monitors } */ } validate user is triggered by a button calling the endpoint in the email here's the full code https://github.com/Hamza-Khiar/Uptime-Monitor/blob/main/backEnd/app/Http/Controllers/UserController.php
  • im confused about this dependency thing
    2 projects | /r/PHPhelp | 13 Apr 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 3 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic Uptime-Monitor repo stats
3
0
7.1
6 months ago

The primary programming language of Uptime-Monitor is PHP.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com