coolify.prosa.one Open in urlscan Pro
2606:4700:3037::6815:1432  Public Scan

Submitted URL: https://coolify.prosa.one/
Effective URL: https://coolify.prosa.one/login
Submission: On March 21 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

<form wire:submit="submit" class="flex flex-col gap-4 pt-4">
  <div class="w-full">
    <label for="small-input" class="flex items-center gap-1 mb-1 text-sm font-medium">Subject </label>
    <input class="input input-sm bg-coolgray-100 rounded text-white w-full disabled:bg-coolgray-200/50 disabled:border-none placeholder:text-coolgray-500 read-only:text-neutral-500 read-only:bg-coolgray-200/50" placeholder="Summary of your problem."
      wire:model="subject" wire:dirty.class.remove="text-white" wire:dirty.class="input-warning" wire:loading.attr="disabled" type="text" id="subject" name="subject">
  </div>
  <div class="form-control">
    <label for="small-input" class="flex items-center gap-1 mb-1 text-sm font-medium">Description </label>
    <textarea placeholder="Please provide as much information as possible."
      class="textarea leading-normal bg-coolgray-100 rounded text-white scrollbar disabled:bg-coolgray-200/50 disabled:border-none placeholder:text-coolgray-500 read-only:text-neutral-500 read-only:bg-coolgray-200/50" rows="10"
      wire:model="description" wire:dirty.class="input-warning" id="description" name="description"></textarea>
  </div>
  <div></div>
  <button class="btn btn-primary btn-sm font-normal text-white normal-case no-animation rounded border-none w-full mt-4" type="submit" onclick="help.close()"> Send <span wire:target="submit" wire:loading.delay=""
      class="loading loading-xs text-warning loading-spinner"></span>
  </button>
</form>

DIALOG

<form method="dialog" class="modal-backdrop">
  <button>close</button>
</form>

POST /login

<form action="/login" method="POST" class="flex flex-col gap-2">
  <input type="hidden" name="_token" value="De2pBCxWVuYrt5gnGVlPpC1R8JXQWqASpl2PMyVn" autocomplete="off">
  <div class="w-full">
    <label for="small-input" class="flex items-center gap-1 mb-1 text-sm font-medium">Email <span class="inline-block text-warning">*</span>
    </label>
    <input class="input input-sm bg-coolgray-100 rounded text-white w-full disabled:bg-coolgray-200/50 disabled:border-none placeholder:text-coolgray-500 read-only:text-neutral-500 read-only:bg-coolgray-200/50" autofocus="autofocus" required=""
      wire:model="s48sk4o" wire:dirty.class.remove="text-white" wire:dirty.class="input-warning" wire:loading.attr="disabled" type="email" id="s48sk4o" name="email" placeholder="">
  </div>
  <div class="w-full">
    <label for="small-input" class="flex items-center gap-1 mb-1 text-sm font-medium">Password <span class="inline-block text-warning">*</span>
    </label>
    <div class="relative" x-data="">
      <div x-on:click="changePasswordFieldType" class="absolute inset-y-0 right-0 flex items-center pr-2 cursor-pointer hover:text-white">
        <svg xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
          <path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
          <path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0"></path>
          <path d="M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6"></path>
        </svg>
      </div>
      <input value="" class="input input-sm bg-coolgray-100 rounded text-white w-full disabled:bg-coolgray-200/50 disabled:border-none placeholder:text-coolgray-500 read-only:text-neutral-500 read-only:bg-coolgray-200/50" required=""
        wire:model="d80go00" wire:dirty.class.remove="text-white" wire:dirty.class="input-warning" wire:loading.attr="disabled" type="password" id="d80go00" name="password" placeholder="" aria-placeholder="">
    </div>
  </div>
  <a href="/forgot-password" class="text-xs">
                            Forgot password?
                        </a>
  <button class="btn btn-primary btn-sm font-normal text-white normal-case no-animation rounded border-none" type="submit"> Login <span wire:target="submit" wire:loading.delay="" class="loading loading-xs text-warning loading-spinner"></span>
  </button>
  <div class="text-center ">Registration is disabled. Please contact the administrator.</div>
</form>

Text Content

HOW CAN WE HELP?

Your feedback helps us to improve Coolify. Thank you! 💜
Subject
Description

Send
close

v4.0.0-beta.239
Coolify


LOGIN

Email *
Password *

Forgot password? Login
Registration is disabled. Please contact the administrator.