返回应用列表
silex-platform

Deploy silex-platform on Your Own Server

Silex is an online tool for visually creating static sites with dynamic data. With the free/libre spirit of internet, together.

📦 Other

想更快部署 silex-platform到服务器?试试 Senate,一条命令完成部署,自动配置 HTTPS 和监控。

立即开始

什么是 silex-platform?

Silex, is a free and open source website builder in the cloud. Create websites directly in the browser without writing code. And it is suitable for professional designers to produce great websites without constraints. Silex is also known as the HTML5 editor. You are installing a Docker image generated from this silex-platform source code https://github.com/silexlabs/silex-platform For your Gitlab App client id and secret and your redirect URL see https://github.com/silexlabs/silex-platform?tab=readme-ov-file#environment-variables For environment variables definition, see https://docs.silex.me/en/dev/options More details: https://silex.me/ NB: You can selfhost your gitlab instance too so that you will have a full selfhosted web builder. You probably want to use a CMS like Wordpress or others, you can also selfhost it. See https://docs.silex.me/en/user/cms

自托管 silex-platform

按照以下步骤在您的服务器上部署。

1

安装 Docker

如果服务器上已安装 Docker,可跳过此步骤。

curl -fsSL https://get.docker.com | sh
2

配置

自定义以下设置。大多数情况下使用默认值即可。

General
3

部署

复制配置并在服务器上运行。

services:
  silex_platform:
    image: silexlabs/silex-platform:v1.0.162
    environment:
      GITLAB2_CLIENT_ID: ""
      GITLAB2_CLIENT_SECRET: ""
      GITLAB2_DOMAIN: ""
      GITLAB_CLIENT_ID: ""
      GITLAB_CLIENT_SECRET: ""
      GITLAB_DOMAIN: https://gitlab.com
      GITLAB_SCOPE: api read_user
      GITLAB_TIMEOUT: "5000"
      HOSTING_CONNECTORS: gitlab,download
      SILEX_URL: https://silex_platform.your-domain.com
      STORAGE_CONNECTORS: gitlab

然后运行:

docker compose up -d
4

访问

启动后,访问您的应用: http://localhost:6805

为什么要自托管 silex-platform?

完全数据所有权

数据保存在您的服务器上,无第三方访问。

无月费

只需支付服务器费用,无按席位或用量收费。

完全控制

按您的需求自定义、备份和扩展。

隐私与合规

满足 GDPR、HIPAA 或内部安全要求。

技术细节

Docker 镜像

silexlabs/silex-platform:${version}

想更快部署?

尝试 Senate!Senate 帮您处理 Docker、HTTPS、更新和监控。一条命令部署 300+ 应用。

在任意 Linux 服务器上安装:

sh -c "$(curl -sSL https://get.senate.sh)"