Skip to content

Commit

Permalink
chore: new commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rany0101 authored and darcyYe committed Jan 9, 2025
1 parent 6ad7a1c commit 776a460
Show file tree
Hide file tree
Showing 7 changed files with 173 additions and 0 deletions.
72 changes: 72 additions & 0 deletions docs/logto-oss/get-started-with-oss.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ description: Quick start guides for Logto open-source service (OSS) initializati
sidebar_position: 1
---

import CoolifyIcon from '@site/src/assets/oss-coolify.svg';
import DekployIcon from '@site/src/assets/oss-dekploy.svg';
import EasypanelIcon from '@site/src/assets/oss-easypanel.svg';
import ElestioIcon from '@site/src/assets/oss-elestio.svg';
import RailwayIcon from '@site/src/assets/oss-railway.svg';
import ZeaburIcon from '@site/src/assets/oss-zeabur.svg';
import TabItem from '@theme/TabItem';
import Tabs from '@theme/Tabs';

Expand Down Expand Up @@ -187,6 +193,72 @@ Logto uses environment variables for configuration, along with `.env` file suppo

_Check out [Core service](/concepts/core-service) if you want more advanced controls or programmatic access to Logto._

## Hosting providers

These reliable hosting providers offers one-click installation templates for Logto. With easily deployable services, you can set up and launch your CIAM system using Logto in seconds.

<DocCardList
items={[
{
type: 'link',
label: 'Coolify',
href: 'https://coolify.io/docs/services/logto/',
description:
'A self-hostable Heroku/Netlify alternative for easy app and database management.',
customProps: {
icon: <CoolifyIcon />,
},
},
{
type: 'link',
label: 'Dekploy',
href: 'https://docs.dokploy.com/docs/core',
description: 'Lightweight tool for deploying apps on your own infrastructure.',
customProps: {
icon: <DekployIcon />,
},
},
{
type: 'link',
label: 'Easypanel',
href: 'https://easypanel.io/docs/templates/logto',
description: 'A modern control panel for managing cloud servers with Docker.',
customProps: {
icon: <EasypanelIcon />,
},
},
{
type: 'link',
label: 'Elestio',
href: 'https://elest.io/open-source/logto',
description: 'Fully managed DevOps platform to deploy your code and open-source software.',
customProps: {
icon: <ElestioIcon />,
},
},
{
type: 'link',
label: 'Railway',
href: 'https://railway.com/template/07_f_Z',
description: 'Simplifies app deployment and infrastructure management.',
customProps: {
icon: <RailwayIcon />,
},
},
{
type: 'link',
label: 'Zeabur',
href: 'https://zeabur.com/docs/zh-TW/marketplace/logto',
description: 'Simplifies app deployment, scaling, and monitoring for developers.',
customProps: {
icon: <ZeaburIcon />,
},
},
]}
/>

Please note that we do not provide customer support for third-party service providers. To access our support channels, kindly deploy on [Logto Cloud](https://cloud.logto.io). Thank you!

## Create an account \{#create-an-account}

Once you have successfully hosted Logto on your server, click on "Create account" on the welcome page. Keep in mind that the open-source version of Logto only allows for one account creation during the initial launch and does not support multiple accounts. The account creation process is limited to username and password combinations.
Expand Down
12 changes: 12 additions & 0 deletions src/assets/oss-coolify.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/oss-dekploy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/assets/oss-easypanel.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/assets/oss-elestio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/assets/oss-railway.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/oss-zeabur.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 776a460

Please sign in to comment.