-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
nav.config.yaml
45 lines (36 loc) · 1.53 KB
/
nav.config.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
# 发现导航 在未授权的情况下,您可以免费使用,必须公开可见,禁止商业用途。
# LICENSE GPL-3.0 https://github.com/xjh22222228/nav/blob/main/LICENSE
# 配置信息:https://github.com/xjh22222228/nav?tab=readme-ov-file#%E9%85%8D%E7%BD%AE%E8%AF%B4%E6%98%8E
# 网站所有内容都是可以在后台系统配置的,不懂的不要擅自修改源代码,出现异常请自行处理
# Fork 用户通常只需要修改 gitRepoUrl ,其他默认处理
# 问题反馈:[email protected] ,非授权不接收功能建议
# 联系授权:https://official.nav3.cn/pricing
# 免责声明:使用即表示已阅读 https://official.nav3.cn/disclaimers
# 仓库地址,填写 Fork 后的仓库地址,支持 Gitee / GitHub
# 作者 Gitee 仓库地址 https://gitee.com/xiejiahe/nav
gitRepoUrl: https://github.com/xjh22222228/nav
# Fork 部署分支
branch: main
# 只有GitHub pages用户需要设置为true, 其他建议设置为 false
hashMode: true
# 一旦填写认为你是自有部署,Fork 不要填写
address: ''
# 自有部署后台登录密码
password: admin
# 自有部署启动端口
port: 7777
# 收录通知邮箱
email: ''
# 自有部署邮件通知系统
mailConfig:
host: smtp.mxhichina.com
port: 465
secure: true
auth:
user: ''
pass: ''
title: 网站收录通知
message: 有用户提交网站收录啦
# 默认主仓库,当仓库作为私密,上传的图片是无法访问的,需要转移到公开仓库
# e.g 'https://github.com/xjh22222228/image?branch=main'
imageRepoUrl: ''