转发说说到 Telegram.
Warning
Qzone3TG 仍在开发阶段,任何功能和配置项都有可能在未来的版本中发生变化。
Important
欢迎有意协助开发/维护的中文开发者。不仅限于Qzone3TG
,aioqzone 所属的任何仓库都需要您的帮助。
简体中文 | English
我们仅支持 docker 部署。目前我们在 ghcr.io 发布了镜像。
# 或许您应该复制一份文件,并对其中的配置做一些修改。
docker-compose -f docker/docker-compose.yml up -d
如果您想要自行构建镜像,请查看文档:build
文档:快速上手
Qzone3TG 使用 pydantic 管理用户配置。我们同时支持 yaml 文件配置(和v2几乎一致)和环境变量配置。前往 config/test.yml 查看最小配置和最大(全)配置。
得益于我们支持从环境变量中读取配置,您可以把不太复杂的配置文件直接写入 docker-compose.yml
的环境变量部分。docker/docker-compose.yml 为您提供了范例。
- Qzone3TG 文档
- 博客专题: Qzone3TG Topic
您可以在我们的 讨论群 寻求帮助。
Copyright (C) 2021-2024 aioqzone
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.