Skip to content
/ sealaf Public

Sealaf is a product that deeply integrates Laf and Sealos. As a function computing application of Sealos, it can leverage the powerful BaaS (Backend as a Service) capabilities provided by Sealos, offering users out-of-the-box development capabilities.

Notifications You must be signed in to change notification settings

labring/sealaf

Folders and files

NameName
Last commit message
Last commit date
Sep 9, 2024
Feb 26, 2024
Jun 3, 2024
Sep 6, 2024
Nov 26, 2024
Nov 18, 2024
Feb 26, 2024
Jun 3, 2024
Jun 4, 2024
Feb 26, 2024
Mar 15, 2024
Mar 15, 2024

Repository files navigation

What is Sealaf?

Sealaf is a product that deeply integrates Laf and Sealos. As a function computing application of Sealos, it can leverage the powerful BaaS (Backend as a Service) capabilities provided by Sealos, offering users out-of-the-box development capabilities.

How to build

# in web directory
docker build -t docker.io/zacharywin/sealaf-web:latest -f Dockerfile .

# in server directory
docker build -t docker.io/zacharywin/sealaf-server:latest -f Dockerfile .

# in deploy directory
sealos build -t docker.io/zacharywin/sealaf:latest --platform linux/amd64 -f Kubefile  .

How to deploy

# 1. Make sure that object storage is installed
curl -O https://raw.githubusercontent.com/minio/operator/master/helm-releases/operator-5.0.6.tgz
helm install --namespace minio-system --create-namespace minio-operator operator-5.0.6.tgz
sealos run ghcr.io/labring/sealos-cloud-objectstorage:latest -e cloudDomain="127.0.0.1.nip.io"

# 2. Copy the wildcard-cert secret to sealaf-system

# 3. Install sealaf
sealos run docker.io/zacharywin/sealaf:latest --env cloudDomain="127.0.0.1.nip.io"

About

Sealaf is a product that deeply integrates Laf and Sealos. As a function computing application of Sealos, it can leverage the powerful BaaS (Backend as a Service) capabilities provided by Sealos, offering users out-of-the-box development capabilities.

Resources

Stars

Watchers

Forks

Releases

No releases published