mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-25 21:54:46 +02:00
Tiny fixes
This commit is contained in:
parent
6907049880
commit
98243ec069
2 changed files with 4 additions and 4 deletions
|
@ -17,7 +17,7 @@ Namingo is rapidly approaching its full launch, with key system components, incl
|
|||
|
||||
We are now in the process of finalizing the control panel, aiming to refine its features and user interface. If you have expertise in detailed testing and optimization, your contribution would be highly valued. Please consider reaching out to us for this crucial phase.
|
||||
|
||||
In terms of system performance, Namingo has been tested with up to 50,000 domains and runs efficiently on a VPS with 2 cores, 4GB of RAM, and an 80GB SSD.
|
||||
In terms of system performance, Namingo has been tested with up to 150,000 domains and runs efficiently on a VPS with 2 cores, 4GB of RAM, and a 100GB SSD. Additionally, this volume of domains occupies just a bit more than 1 GB in the database.
|
||||
|
||||
Our development efforts are currently focused on:
|
||||
|
||||
|
|
|
@ -114,7 +114,7 @@
|
|||
</div>
|
||||
{% else %}
|
||||
<div class="col-sm-4 col-lg-4">
|
||||
<a class="card card-link" href="{{route('domains')}}">
|
||||
<a class="card card-link" href="{{route('listDomains')}}">
|
||||
<div class="card-body">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-auto">
|
||||
|
@ -131,7 +131,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="col-sm-4 col-lg-4">
|
||||
<a class="card card-link" href="{{route('contacts')}}">
|
||||
<a class="card card-link" href="{{route('listContacts')}}">
|
||||
<div class="card-body">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-auto">
|
||||
|
@ -148,7 +148,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="col-sm-4 col-lg-4">
|
||||
<a class="card card-link" href="{{route('hosts')}}">
|
||||
<a class="card card-link" href="{{route('listHosts')}}">
|
||||
<div class="card-body">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-auto">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue