Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
3.0.0
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
www.appifyhub.com
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### The landing page

It's as simple as that - this is the landing page of [AppifyHub.com](https://appifyhub.com).
It's as simple as that - this is the landing page of [AppifyHub](https://www.appifyhub.com).
2 changes: 1 addition & 1 deletion img/favicon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
],
"theme_color": "#000000",
"background_color": "#000000",
"start_url": "https://appifyhub.com",
"start_url": "https://www.appifyhub.com",
"display": "standalone"
}
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link page-scroll" href="https://api.appifyhub.com/docs/index.html"
<a class="nav-link page-scroll" href="https://api.cloud.appifyhub.com/docs/index.html"
target="_blank">API Docs</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" href="https://github.com/appifyhub/monolith/blob/main/sdk"
target="_blank">SDK</a>
</li>
<li class="nav-item">
<a class="nav-link page-scroll" style="color: #ff7289;" href="https://the-agent.appifyhub.com" target="_blank">
<a class="nav-link page-scroll" style="color: #ff7289;" href="https://agent.appifyhub.com" target="_blank">
The Agent
</a>
</li>
Expand Down Expand Up @@ -221,7 +221,7 @@ <h3 class="pb-3">Handholding not allowed!</h3>
<p class="text-muted">
Instead of guiding you through an array of step-by-step tutorials,
you are invited to directly take a look at
<a href="https://api.appifyhub.com/docs/index.html" target="_blank">API documentation</a>.
<a href="https://api.cloud.appifyhub.com/docs/index.html" target="_blank">API documentation</a>.

Guided by its Spartan philosophy, AppifyHub's "monolith" service is
<a href="https://github.com/appifyhub/monolith/tree/main/docker" target="_blank">
Expand Down Expand Up @@ -267,16 +267,16 @@ <h5>How can I request a new feature?</h5>
<div class="col-md-6 mb-4">
<h5>Can I pay to use AppifyHub?</h5>
<p class="text-muted">
Not right now. The managed services at appifyhub.com and
staging.appifyhub.com are not available for commercial use.
Not right now. The managed services at <b>*.appifyhub.com</b>
(live or pre-live) are not yet available for commercial use.
</p>
</div>
<div class="col-md-6 mb-4">
<h5>How is the data stored?</h5>
<p class="text-muted">
Your data's storage location depends on your deployment.
AppifyHub.com data is hosted in the EU on European servers.
By default, data is not encrypted.
AppifyHub data is hosted in the EU on European servers.
By default, data is not backed up or encrypted at rest.
</p>
</div>
<div class="col-md-6 mb-4">
Expand Down
2 changes: 1 addition & 1 deletion privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h6 class="text-muted">Last updated: Apr 20, 2022</h6>
<ul>
<li>
<p>
Visit our website at <a href="appifyhub.com">appifyhub.com</a>, or any website of ours that links
Visit the website at <a href="https://www.appifyhub.com">appifyhub.com</a>, or any website of ours that links
to this privacy notice
</p>
</li>
Expand Down
Loading