Files
homelab/.gitignore
T
liooil 557b0eca33 feat: add OpenWebUI AI chat service (ai.xiteng.site)
- New service: OpenWebUI v0.9.5 with Authentik OIDC auth
- compose.yml with Traefik, Homepage, AutoKuma labels
- Network fix: HF_ENDPOINT mirror + custom DNS for China
- Authentik grant_types fix documented in README
- .gitignore: openwebui/data/ and openwebui/.env
2026-06-01 08:42:58 +08:00

53 lines
811 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 忽略所有服务的数据和配置持久化目录
minio/data/
gitea/data/
hedgedoc/data/
uptime-kuma/data/
homepage/config/
# 忽略 Docker 相关文件
*.log
*.pid
# 忽略编辑器和系统文件
.vscode/
.idea/
.DS_Store
Thumbs.db
# 忽略环境变量文件
.env
# 忽略 cloudflared 凭据
cloudflared/credentials.json
# 忽略 frp 配置(含 token
frpc/frpc.toml
# 忽略 Traefik 证书
traefik/letsencrypt/
# 忽略数据库持久化数据
authentik/pgdata/
authentik/redis/
authentik/media/
gitea/db_data/
hedgedoc/data_pg11_backup/
# 忽略旧 MinIO(已迁移至 SeaweedFS
minio/
# 忽略 SeaweedFS 运行时数据
seaweedfs/data/
# 忽略 AI 工具
.aider*
# 忽略 remark42 数据
remark42/var/
remark42/.env
# 忽略 OpenWebUI 数据和密钥
openwebui/data/
openwebui/.env