😚尝试仅适配mysql
This commit is contained in:
parent
3fc7644e01
commit
fa81e976cf
|
|
@ -21,28 +21,10 @@ additionalProperties:
|
|||
required: true
|
||||
type: service
|
||||
values:
|
||||
- label: PostgreSQL
|
||||
value: postgres
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- label: MariaDB
|
||||
value: mysql
|
||||
- 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
|
||||
value: mariadb
|
||||
- default: cloudreve
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
|
|
@ -6,12 +6,12 @@ services:
|
|||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5212
|
||||
environment:
|
||||
- CR_CONF_Database.Type=${PANEL_DB_TYPE}
|
||||
- CR_CONF_Database.Type=mysql
|
||||
- CR_CONF_Database.Host=${PANEL_DB_HOST}
|
||||
- CR_CONF_Database.Name=${PANEL_DB_NAME}
|
||||
- CR_CONF_Database.User=${PANEL_DB_USER}
|
||||
- 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.Password=${PANEL_REDIS_ROOT_PASSWORD}
|
||||
volumes:
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
name: Cloudreve
|
||||
name: Cloudreve-mysql
|
||||
tags:
|
||||
- 云存储
|
||||
title: 支持多家云存储的云盘系统
|
||||
|
|
@ -8,7 +8,7 @@ additionalProperties:
|
|||
name: Cloudreve
|
||||
tags:
|
||||
- Storage
|
||||
shortDescZh: 支持多家云存储的云盘系统
|
||||
shortDescZh: 支持多家云存储的云盘系统,此应用为兼容mariadb和mysql专用
|
||||
shortDescEn: Self-hosted file management system with muilt-cloud support
|
||||
type: website
|
||||
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:
|
||||
- label: MySQL
|
||||
value: mysql
|
||||
- label: PostgreSQL
|
||||
value: postgresql
|
||||
- label: MariaDB
|
||||
value: mysql
|
||||
value: mariadb
|
||||
- default: umami
|
||||
envKey: PANEL_DB_NAME
|
||||
labelEn: Database
|
||||
|
|
@ -77,21 +75,27 @@ additionalProperties:
|
|||
random: true
|
||||
required: true
|
||||
type: password
|
||||
- default: redis
|
||||
envKey: PANEL_REDIS_PASSWORD
|
||||
labelEn: Redis Password
|
||||
labelZh: Redis密码
|
||||
label:
|
||||
en: Redis Password
|
||||
ja: パスワード
|
||||
ms: Kata Laluan
|
||||
pt-br: Senha
|
||||
ru: Пароль
|
||||
ko: 비밀번호
|
||||
zh: Redis数据库用户密码
|
||||
zh-Hant: Redis數據庫用戶密碼
|
||||
random: true
|
||||
- default: ""
|
||||
envKey: PANEL_REDIS_HOST
|
||||
key: redis
|
||||
labelEn: Redis Service
|
||||
labelZh: redis 服务
|
||||
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
|
||||
- default: 3000
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
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}
|
||||
restart: always
|
||||
labels:
|
||||
|
|
@ -1,22 +1,22 @@
|
|||
# Usage Instructions
|
||||
|
||||
- Supported database versions: MySQL >= 5.7, PostgreSQL >= 12.14.
|
||||
- Default username on first login: admin, password: umami.
|
||||
|
||||
# Umami
|
||||
|
||||
*Umami* is a simple, fast, privacy-focused alternative to Google Analytics.
|
||||
|
||||
## Main Features:
|
||||
|
||||
- **Real-Time Data Monitoring**: Provides real-time website visit data, including visitor count and page views.
|
||||
- **Traffic Source Tracking**: Analyzes and displays the sources of website traffic, including search engines and referral websites.
|
||||
- **Geolocation Analysis**: Shows the geographical distribution of visitors, helping to understand user location.
|
||||
- **Key Metrics Tracking**: Provides key metrics such as session duration and page dwell time to help optimize user experience and website content.
|
||||
|
||||
## Advantages:
|
||||
|
||||
- **Open Source and Free**: Umami is an open-source project, free to use and customize.
|
||||
- **User-Friendly**: Simple and intuitive interface, easy to use and navigate.
|
||||
- **Privacy Protection**: Emphasizes user data privacy and compliance considerations.
|
||||
|
||||
# Usage Instructions
|
||||
|
||||
- Supported database versions: MySQL >= 5.7, PostgreSQL >= 12.14.
|
||||
- Default username on first login: admin, password: umami.
|
||||
|
||||
# Umami
|
||||
|
||||
*Umami* is a simple, fast, privacy-focused alternative to Google Analytics.
|
||||
|
||||
## Main Features:
|
||||
|
||||
- **Real-Time Data Monitoring**: Provides real-time website visit data, including visitor count and page views.
|
||||
- **Traffic Source Tracking**: Analyzes and displays the sources of website traffic, including search engines and referral websites.
|
||||
- **Geolocation Analysis**: Shows the geographical distribution of visitors, helping to understand user location.
|
||||
- **Key Metrics Tracking**: Provides key metrics such as session duration and page dwell time to help optimize user experience and website content.
|
||||
|
||||
## Advantages:
|
||||
|
||||
- **Open Source and Free**: Umami is an open-source project, free to use and customize.
|
||||
- **User-Friendly**: Simple and intuitive interface, easy to use and navigate.
|
||||
- **Privacy Protection**: Emphasizes user data privacy and compliance considerations.
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
name: Umami
|
||||
name: Umami-mysql
|
||||
tags:
|
||||
- 实用工具
|
||||
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