mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-24 20:07:41 +08:00
feat:添加aria2-pro和qiandao到列表
This commit is contained in:
parent
21d6eaa4ea
commit
b729d9dd0f
@ -2,7 +2,3 @@ PANEL_APP_PORT_HTTP="40022"
|
||||
DATA_PATH="./data"
|
||||
AES_PWD="Yase308ldibokUbacroq"
|
||||
COOKIE_PWD="Spaja724cHow3yIwurAw"
|
||||
REDIS_PROTOCOL="http"
|
||||
REDIS_PWD=""
|
||||
REDIS_HOST="172.18.0.1"
|
||||
REDIS_PORT="6379"
|
||||
@ -33,32 +33,3 @@ additionalProperties:
|
||||
type: text
|
||||
- default: http
|
||||
edit: true
|
||||
envKey: REDIS_PROTOCOL
|
||||
labelEn: Redis http Protocol
|
||||
labelZh: Redis http 协议
|
||||
required: true
|
||||
type: text
|
||||
- default: Redis
|
||||
edit: true
|
||||
envKey: REDIS_PWD
|
||||
labelEn: Redis password
|
||||
labelZh: Redis密码
|
||||
random: true
|
||||
required: true
|
||||
rule: paramCommon
|
||||
type: text
|
||||
- default: 172.18.0.1
|
||||
edit: true
|
||||
envKey: REDIS_HOST
|
||||
labelEn: Redis Host
|
||||
labelZh: Redis服务地址
|
||||
required: true
|
||||
type: text
|
||||
- default: 6379
|
||||
edit: true
|
||||
envKey: REDIS_PORT
|
||||
labelEn: Redis port
|
||||
labelZh: Redis端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@ -61,7 +61,7 @@ services:
|
||||
# SQLAlchmey是否使用LIFO算法,默认为True
|
||||
# - QIANDAO_SQL_POOL_USE_LIFO=True
|
||||
# 需要使用Redis或RedisCloud时,设置为http://rediscloud:密码@hostname:port
|
||||
- REDISCLOUD_URL=${REDIS_PROTOCOL}://rediscloud:${REDIS_PWD}${REDIS_HOST}:${REDIS_PORT}
|
||||
# - REDISCLOUD_URL=http://rediscloud:密码@hostname:port
|
||||
# 默认为1
|
||||
# - REDIS_DB_INDEX=1
|
||||
# (限Redis连接已开启)登录用户或IP在1小时内分数=操作失败次数*相应惩罚分值,分数达到evil上限后自动封禁直至下一小时周期
|
||||
|
||||
@ -1,3 +1,15 @@
|
||||
# 说明
|
||||
## 设置管理员
|
||||
- 1.先注册一个账户.
|
||||
- 2.进入容器运行以下命令
|
||||
|
||||
```
|
||||
python ./chrole.py your@email.address admin
|
||||
```
|
||||
- 3.需要先登出再登陆后才能获得完整管理员权限。
|
||||
|
||||
|
||||
# 原始相关
|
||||
<p align="center">
|
||||
<a href="https://github.com/qd-today/qd">
|
||||
<img style="border-radius:50%" width="150" src="https://fastly.jsdelivr.net/gh/qd-today/qd@master/web/static/img/icon.png">
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
name: QianDao
|
||||
tags:
|
||||
- WebSite
|
||||
- 工具
|
||||
title: 一个HTTP请求定时任务自动执行框架
|
||||
type: 建站
|
||||
type: 工具
|
||||
description: 一个HTTP请求定时任务自动执行框架
|
||||
additionalProperties:
|
||||
key: qiandao
|
||||
@ -1,3 +0,0 @@
|
||||
[ZoneTransfer]
|
||||
ZoneId=3
|
||||
HostUrl=https://squoosh.app/
|
||||
Loading…
Reference in New Issue
Block a user