😚尝试仅适配mysql
This commit is contained in:
parent
3fc7644e01
commit
fa81e976cf
|
|
@ -21,28 +21,10 @@ additionalProperties:
|
||||||
required: true
|
required: true
|
||||||
type: service
|
type: service
|
||||||
values:
|
values:
|
||||||
- label: PostgreSQL
|
|
||||||
value: postgres
|
|
||||||
- label: MySQL
|
- label: MySQL
|
||||||
value: mysql
|
value: mysql
|
||||||
- label: MariaDB
|
- label: MariaDB
|
||||||
value: mysql
|
value: mariadb
|
||||||
- default: 3306
|
|
||||||
envKey: PANEL_DB_PORT
|
|
||||||
labelEn: Database Port
|
|
||||||
labelZh: 数据库端口
|
|
||||||
label:
|
|
||||||
en: Database port
|
|
||||||
ja: データベース
|
|
||||||
ms: Pangkalan Data
|
|
||||||
pt-br: Banco de Dados
|
|
||||||
ru: База данных
|
|
||||||
ko: 데이터베이스
|
|
||||||
zh: 数据库端口
|
|
||||||
zh-Hant: 數據庫端口
|
|
||||||
random: false
|
|
||||||
required: true
|
|
||||||
type: number
|
|
||||||
- default: cloudreve
|
- default: cloudreve
|
||||||
envKey: PANEL_DB_NAME
|
envKey: PANEL_DB_NAME
|
||||||
labelEn: Database
|
labelEn: Database
|
||||||
|
|
@ -6,12 +6,12 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:5212
|
- ${PANEL_APP_PORT_HTTP}:5212
|
||||||
environment:
|
environment:
|
||||||
- CR_CONF_Database.Type=${PANEL_DB_TYPE}
|
- CR_CONF_Database.Type=mysql
|
||||||
- CR_CONF_Database.Host=${PANEL_DB_HOST}
|
- CR_CONF_Database.Host=${PANEL_DB_HOST}
|
||||||
- CR_CONF_Database.Name=${PANEL_DB_NAME}
|
- CR_CONF_Database.Name=${PANEL_DB_NAME}
|
||||||
- CR_CONF_Database.User=${PANEL_DB_USER}
|
- CR_CONF_Database.User=${PANEL_DB_USER}
|
||||||
- CR_CONF_Database.Password=${PANEL_DB_USER_PASSWORD}
|
- CR_CONF_Database.Password=${PANEL_DB_USER_PASSWORD}
|
||||||
- CR_CONF_Database.Port=${PANEL_DB_PORT}
|
- CR_CONF_Database.Port=3306
|
||||||
- CR_CONF_Redis.Server=${PANEL_REDIS_HOST}:6379
|
- CR_CONF_Redis.Server=${PANEL_REDIS_HOST}:6379
|
||||||
- CR_CONF_Redis.Password=${PANEL_REDIS_ROOT_PASSWORD}
|
- CR_CONF_Redis.Password=${PANEL_REDIS_ROOT_PASSWORD}
|
||||||
volumes:
|
volumes:
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Cloudreve
|
name: Cloudreve-mysql
|
||||||
tags:
|
tags:
|
||||||
- 云存储
|
- 云存储
|
||||||
title: 支持多家云存储的云盘系统
|
title: 支持多家云存储的云盘系统
|
||||||
|
|
@ -8,7 +8,7 @@ additionalProperties:
|
||||||
name: Cloudreve
|
name: Cloudreve
|
||||||
tags:
|
tags:
|
||||||
- Storage
|
- Storage
|
||||||
shortDescZh: 支持多家云存储的云盘系统
|
shortDescZh: 支持多家云存储的云盘系统,此应用为兼容mariadb和mysql专用
|
||||||
shortDescEn: Self-hosted file management system with muilt-cloud support
|
shortDescEn: Self-hosted file management system with muilt-cloud support
|
||||||
type: website
|
type: website
|
||||||
crossVersionUpdate: false
|
crossVersionUpdate: false
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.3 KiB |
|
|
@ -23,10 +23,8 @@ additionalProperties:
|
||||||
values:
|
values:
|
||||||
- label: MySQL
|
- label: MySQL
|
||||||
value: mysql
|
value: mysql
|
||||||
- label: PostgreSQL
|
|
||||||
value: postgresql
|
|
||||||
- label: MariaDB
|
- label: MariaDB
|
||||||
value: mysql
|
value: mariadb
|
||||||
- default: umami
|
- default: umami
|
||||||
envKey: PANEL_DB_NAME
|
envKey: PANEL_DB_NAME
|
||||||
labelEn: Database
|
labelEn: Database
|
||||||
|
|
@ -77,21 +75,27 @@ additionalProperties:
|
||||||
random: true
|
random: true
|
||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
- default: redis
|
- default: ""
|
||||||
envKey: PANEL_REDIS_PASSWORD
|
envKey: PANEL_REDIS_HOST
|
||||||
labelEn: Redis Password
|
key: redis
|
||||||
labelZh: Redis密码
|
labelEn: Redis Service
|
||||||
label:
|
labelZh: redis 服务
|
||||||
en: Redis Password
|
|
||||||
ja: パスワード
|
|
||||||
ms: Kata Laluan
|
|
||||||
pt-br: Senha
|
|
||||||
ru: Пароль
|
|
||||||
ko: 비밀번호
|
|
||||||
zh: Redis数据库用户密码
|
|
||||||
zh-Hant: Redis數據庫用戶密碼
|
|
||||||
random: true
|
|
||||||
required: true
|
required: true
|
||||||
|
type: service
|
||||||
|
label:
|
||||||
|
en: Redis Service
|
||||||
|
ja: Redisサービス
|
||||||
|
ms: Perkhidmatan Redis
|
||||||
|
pt-br: Serviço Redis
|
||||||
|
ru: Сервис Redis
|
||||||
|
ko: Redis 서비스
|
||||||
|
zh: redis 服务
|
||||||
|
zh-Hant: redis 服务
|
||||||
|
- default: ""
|
||||||
|
envKey: PANEL_REDIS_ROOT_PASSWORD
|
||||||
|
labelEn: Redis Service Password
|
||||||
|
labelZh: 缓存服务服务密码
|
||||||
|
required: false
|
||||||
type: password
|
type: password
|
||||||
- default: 3000
|
- default: 3000
|
||||||
envKey: PANEL_APP_PORT_HTTP
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
umami:
|
umami:
|
||||||
image: ghcr.430070.xyz/umami-software/umami:${PANEL_DB_TYPE}-v2.18.1
|
image: ghcr.430070.xyz/umami-software/umami:mysql-v2.18.1
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
labels:
|
labels:
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Umami
|
name: Umami-mysql
|
||||||
tags:
|
tags:
|
||||||
- 实用工具
|
- 实用工具
|
||||||
title: Google Analytics 的简单、快速、注重隐私的替代方案
|
title: Google Analytics 的简单、快速、注重隐私的替代方案
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
BIN
umami/logo.png
BIN
umami/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 2.5 KiB |
Loading…
Reference in New Issue