mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
docs link update
This commit is contained in:
@@ -16,7 +16,7 @@ If you have a new service / build pack you would like to add, raise an idea [her
|
|||||||
|
|
||||||
## How to install
|
## How to install
|
||||||
|
|
||||||
For more details goto the [docs](https://docs.coollabs.io/coolify/installation).
|
For more details goto the [docs](https://docs.coollabs.io/coolify-v3/installation).
|
||||||
|
|
||||||
Installation is automated with the following command:
|
Installation is automated with the following command:
|
||||||
|
|
||||||
@@ -79,9 +79,9 @@ Deploy your resource to:
|
|||||||
### Services
|
### Services
|
||||||
|
|
||||||
- [Appwrite](https://appwrite.io)
|
- [Appwrite](https://appwrite.io)
|
||||||
- [WordPress](https://docs.coollabs.io/coolify/services/wordpress)
|
- [WordPress](https://docs.coollabs.io/coolify-v3/services/wordpress)
|
||||||
- [Ghost](https://ghost.org)
|
- [Ghost](https://ghost.org)
|
||||||
- [Plausible Analytics](https://docs.coollabs.io/coolify/services/plausible-analytics)
|
- [Plausible Analytics](https://docs.coollabs.io/coolify-v3/services/plausible-analytics)
|
||||||
- [NocoDB](https://nocodb.com)
|
- [NocoDB](https://nocodb.com)
|
||||||
- [VSCode Server](https://github.com/cdr/code-server)
|
- [VSCode Server](https://github.com/cdr/code-server)
|
||||||
- [MinIO](https://min.io)
|
- [MinIO](https://min.io)
|
||||||
|
|||||||
@@ -293,7 +293,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
id="documentation"
|
id="documentation"
|
||||||
href="https://docs.coollabs.io/coolify/"
|
href="https://docs.coollabs.io/coolify-v3/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer external"
|
rel="noreferrer external"
|
||||||
class="icons hover:text-info"
|
class="icons hover:text-info"
|
||||||
@@ -498,7 +498,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
class="no-underline icons hover:text-white hover:bg-info"
|
class="no-underline icons hover:text-white hover:bg-info"
|
||||||
href="https://docs.coollabs.io/coolify/"
|
href="https://docs.coollabs.io/coolify-v3/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer external"
|
rel="noreferrer external"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -255,12 +255,12 @@
|
|||||||
{/if}
|
{/if}
|
||||||
<div class="flex flex-row items-center">
|
<div class="flex flex-row items-center">
|
||||||
<div class="title py-4 pr-4">Public Repository from Git</div>
|
<div class="title py-4 pr-4">Public Repository from Git</div>
|
||||||
<DocLink url="https://docs.coollabs.io/coolify/applications/#public-repository-from-git" />
|
<DocLink url="https://docs.coollabs.io/coolify-v3/applications/#public-repository-from-git" />
|
||||||
</div>
|
</div>
|
||||||
<PublicRepository />
|
<PublicRepository />
|
||||||
<div class="flex flex-row items-center pt-10">
|
<div class="flex flex-row items-center pt-10">
|
||||||
<div class="title py-4 pr-4">Simple Dockerfile <Beta /></div>
|
<div class="title py-4 pr-4">Simple Dockerfile <Beta /></div>
|
||||||
<DocLink url="https://docs.coollabs.io/coolify/applications/#dockerfile" />
|
<DocLink url="https://docs.coollabs.io/coolify-v3/applications/#dockerfile" />
|
||||||
</div>
|
</div>
|
||||||
<div class="mx-auto max-w-screen-2xl">
|
<div class="mx-auto max-w-screen-2xl">
|
||||||
<form class="flex flex-col" on:submit|preventDefault={handleDockerImage}>
|
<form class="flex flex-col" on:submit|preventDefault={handleDockerImage}>
|
||||||
|
|||||||
@@ -34,14 +34,20 @@
|
|||||||
customClass="max-w-[32rem]"
|
customClass="max-w-[32rem]"
|
||||||
text="Remote Docker Engines are using <span class='text-white font-bold'>SSH</span> to communicate with the remote docker engine.
|
text="Remote Docker Engines are using <span class='text-white font-bold'>SSH</span> to communicate with the remote docker engine.
|
||||||
You need to setup an <span class='text-white font-bold'>SSH key</span> in advance on the server and install Docker.
|
You need to setup an <span class='text-white font-bold'>SSH key</span> in advance on the server and install Docker.
|
||||||
<br>See <a class='text-white' href='https://docs.coollabs.io/coolify/destinations#remote-docker-engine' target='blank'>docs</a> for more details."
|
<br>See <a class='text-white' href='https://docs.coollabs.io-v3/coolify/destinations#remote-docker-engine' target='blank'>docs</a> for more details."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex justify-center px-6 pb-8">
|
<div class="flex justify-center px-6 pb-8">
|
||||||
<form on:submit|preventDefault={handleSubmit} class="grid grid-flow-row gap-2 py-4">
|
<form on:submit|preventDefault={handleSubmit} class="grid grid-flow-row gap-2 py-4">
|
||||||
<div class="flex items-start lg:items-center space-x-0 lg:space-x-4 pb-5 flex-col lg:flex-row space-y-4 lg:space-y-0">
|
<div
|
||||||
|
class="flex items-start lg:items-center space-x-0 lg:space-x-4 pb-5 flex-col lg:flex-row space-y-4 lg:space-y-0"
|
||||||
|
>
|
||||||
<div class="title font-bold">{$t('forms.configuration')}</div>
|
<div class="title font-bold">{$t('forms.configuration')}</div>
|
||||||
<button type="submit" class="btn btn-sm bg-destinations w-full lg:w-fit" class:loading disabled={loading}
|
<button
|
||||||
|
type="submit"
|
||||||
|
class="btn btn-sm bg-destinations w-full lg:w-fit"
|
||||||
|
class:loading
|
||||||
|
disabled={loading}
|
||||||
>{loading
|
>{loading
|
||||||
? payload.isCoolifyProxyUsed
|
? payload.isCoolifyProxyUsed
|
||||||
? $t('destination.new.saving_and_configuring_proxy')
|
? $t('destination.new.saving_and_configuring_proxy')
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
appSecret: source.gitlabApp.appSecret,
|
appSecret: source.gitlabApp.appSecret,
|
||||||
groupName: source.gitlabApp.groupName,
|
groupName: source.gitlabApp.groupName,
|
||||||
customPort: source.customPort,
|
customPort: source.customPort,
|
||||||
customUser: source.customUser,
|
customUser: source.customUser
|
||||||
});
|
});
|
||||||
const from = $page.url.searchParams.get('from');
|
const from = $page.url.searchParams.get('from');
|
||||||
if (from) {
|
if (from) {
|
||||||
@@ -169,8 +169,8 @@
|
|||||||
<div class="grid grid-flow-row gap-2 lg:px-10">
|
<div class="grid grid-flow-row gap-2 lg:px-10">
|
||||||
{#if !source.gitlabAppId}
|
{#if !source.gitlabAppId}
|
||||||
<a
|
<a
|
||||||
href="https://docs.coollabs.io/coolify/sources#how-to-integrate-with-gitlab"
|
href="https://docs.coollabs.io-v3/coolify/sources#how-to-integrate-with-gitlab"
|
||||||
class="font-bold "
|
class="font-bold"
|
||||||
target="_blank noreferrer"
|
target="_blank noreferrer"
|
||||||
rel="noopener noreferrer">Documentation and detailed instructions.</a
|
rel="noopener noreferrer">Documentation and detailed instructions.</a
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user