Skip to content

Commit

Permalink
nodebb
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 authored Jan 15, 2025
1 parent d7bd467 commit 2238fa7
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 41 deletions.
41 changes: 20 additions & 21 deletions docs/apps/nodebb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: NodeBB
slug: /nodebb
tags:
- Web 面板
- 可视化
- GUI
- 论坛软件
- 社区管理
- NodeBB
---

import Meta from './_include/nodebb.md';
Expand All @@ -15,29 +15,28 @@ import Meta from './_include/nodebb.md';

### 初始化{#wizard}

Websoft9 控制台安装 NodeBB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
1. Websoft9 控制台安装 NodeBB 后,通过 **我的应用** 查看应用详情:

### 登录后台{#console}
-**访问** 标签页中获取访问 URL
-**容器** 标签页中获取主容器名
-**数据库** 标签页中获取内网主机和密码

Websoft9 控制台安装 NodeBB 后,通过 **我的应用** 查看应用详情,在 **访问** 标签页中获取登录信息。
2. 本地浏览器访问 URL,根据提示填写初始化内容,其中数据库的配置如下:

- **Database Type**:Postgresql
- **Host IP or address of your PostgreSQL instance**:1中获取的内网主机
- **Host port of your PostgreSQL instance**:5432
- **PostgreSQL username**:nodebb
- **Password of your PostgreSQL database**:1中获取的密码
- **PostgreSQL database name**:nodebb
- **Enable SSL for PostgreSQL database access**:false

### 安装插件{#plugin}
3. 点击 **Install NodeBB**,等待几分钟安装完成即可使用

## 配置选项{#configs}

- CLI
- 多语言(√)
- SMTP(√)
- 插件市场(√)

## 管理维护{#administrator}

- **重置管理员密码**
- **更换 URL**
- **HTTPS 额外设置**
- **在线备份**
- **在线升级**
## 配置选项{#configs}

## 故障
## 管理维护{#administrator}

#### 更改域名导致无法访问 ?
## 故障
37 changes: 17 additions & 20 deletions i18n/en/docusaurus-plugin-content-docs/current/apps/nodebb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
title: NodeBB
slug: /nodebb
tags:
- console
- other
- Forum Software
- Community Management
- NodeBB
---

import Meta from './_include/nodebb.md';
Expand All @@ -14,30 +15,26 @@ import Meta from './_include/nodebb.md';

### Initial setup{#wizard}

1. When completed installation of NodeBB at **Websoft9 Console**, get the applicaiton's **Overview** and **Access** information from **My Apps**
1. When completed installation of NodeBB at **Websoft9 Console**, get the applicaiton's information from **My Apps**:

2. Complete the install wizard step by step
- Get the access URL in the **Access** tab
- Get the main container name in the **Container** tab
- Get the Intranet Host and password in the **Database** tab

### Login verification{#verification}
2. Local browser to access the URL, according to the prompts to fill in the initialization content, in which the database configuration is as follows:

- **Database Type**: Postgresql
- **Host IP or address of your PostgreSQL instance**: the Intranet Host obtained in 1.
- **Host port of your PostgreSQL instance**: 5432
- **PostgreSQL username**: nodebb
- **Password of your PostgreSQL database**: The password obtained in 1.
- **PostgreSQL database name**: nodebb
- **Enable SSL for PostgreSQL database access**: false

1. Completed installation NodeBB at Websoft9 console, get the applicaiton's overview and access credentials from **My Apps**

2. Starting to verify it
3. Click **Install NodeBB** and wait a few minutes for the installation to complete.

## Configuration options{#configs}

- CLI
- Multilingual (√)
- SMTP (√)

## Administer{#administrator}

- **Password recover**
- **Change URL**
- **HTTPS**
- **Online backup**
- **Online upgrade**

## Troubleshooting{#troubleshooting}

#### 502 failed code?

0 comments on commit 2238fa7

Please sign in to comment.