feat:添加medama到列表
This commit is contained in:
27
apps/medama/README.md
Normal file
27
apps/medama/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
<p align="center">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="./.github/images/banner-dark.svg">
|
||||
<source media="(prefers-color-scheme: light)" srcset="./.github/images/banner-light.svg">
|
||||
<img alt="Medama: Cookie-free privacy-focused website analytics." src="./.github/images/banner-light.svg">
|
||||
</picture>
|
||||
<br>
|
||||
<a href="https://oss.medama.io/introduction">Website</a> |
|
||||
<a href="https://oss.medama.io/deployment/installation">Installation</a> |
|
||||
<a href="https://demo.medama.io">Demo</a> |
|
||||
<a href="https://medama.io/discord">Discord</a>
|
||||
</p>
|
||||
|
||||
## Overview
|
||||
|
||||
Medama Analytics 是一个开源项目,致力于提供可自托管的无 Cookie 网站分析。它拥有不到 1KB 的轻量级追踪器,旨在提供有用的分析数据,同时优先考虑用户隐私。
|
||||
|
||||
|
||||
## 使用说明
|
||||
|
||||
- 账户密码
|
||||
```
|
||||
username: admin
|
||||
password: CHANGE_ME_ON_FIRST_LOGIN
|
||||
```
|
||||
|
||||
- 需要域名反向代理并开启`https`访问才能登录。
|
||||
Reference in New Issue
Block a user