-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathzeabur.yaml
59 lines (59 loc) · 1.69 KB
/
zeabur.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# yaml-language-server: $schema=https://schema.zeabur.app/template.json
# npx zeabur template update -c OTAL86 -f zeabur.yaml
apiVersion: zeabur.com/v1
kind: Template
metadata:
name: Wechat2RSS
spec:
description: 自建微信公众号RSS服务
icon: https://wechat2rss.xlab.app/image/logo.png
variables:
- key: LIC_EMAIL
type: STRING
name: 激活邮箱
description: 激活邮箱
- key: LIC_CODE
type: STRING
name: 激活码
description: 激活码
- key: RSS_HOST
type: STRING
name: RSS_HOST
description: 完整域名
- key: PUBLIC_DOMAIN
type: DOMAIN
name: 绑定
description: 服务绑定域名
tags:
- API
- Tool
- Automation
readme: 参考 https://wechat2rss.xlab.app/deploy/
services:
- name: wechat2rss
icon: https://wechat2rss.xlab.app/image/logo.png
template: PREBUILT
spec:
source:
image: ttttmr/wechat2rss:latest
ports:
- id: wechat2rss
port: 8080
type: HTTP
volumes:
- id: data
dir: /wechat2rss
env:
LIC_EMAIL:
default: ${LIC_EMAIL}
LIC_CODE:
default: ${LIC_CODE}
RSS_TOKEN:
default: ${RSS_TOKEN}
RSS_HOST:
default: ${RSS_HOST}
RSS_HTTPS:
default: "1"
TZ:
default: "Asia/Shanghai"
domainKey: PUBLIC_DOMAIN