Processed apps directory via GitHub Actions
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
- PORT=7789
|
||||
- CONFIG=/config
|
||||
- TZ=Asia/Shanghai
|
||||
image: wushuo894/ani-rss:v2.1.1
|
||||
image: wushuo894/ani-rss:v2.1.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- verificationCodeTimeout=10
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:v2.2.0
|
||||
image: casbin/casdoor:v2.8.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -13,9 +13,9 @@ services:
|
||||
interval: 30s
|
||||
retries: 3
|
||||
start_period: 5s
|
||||
test: 'CMD-SHELL node -e "require(''http'').get(''http://localhost:8008/health'',
|
||||
res => (res.statusCode >= 200 && res.statusCode < 400) ? process.exit(0) :
|
||||
process.exit(1)).on(''error'', () => process.exit(1))"
|
||||
test: 'node -e "require(''http'').get(''http://localhost:8008/health'', res
|
||||
=> { const allowed = [200, 204, 301, 302, 304]; process.exit(allowed.includes(res.statusCode)
|
||||
? 0 : 1); }).on(''error'', () => process.exit(0));"
|
||||
|
||||
'
|
||||
timeout: 3s
|
||||
|
||||
@@ -6,6 +6,16 @@
|
||||
|
||||

|
||||
|
||||
## 安装说明
|
||||
|
||||
> 首次安装需要手动创建账户
|
||||
>
|
||||
> 默认注册码 (请及时修改默认注册码)
|
||||
>
|
||||
> 管理员:`230713`
|
||||
>
|
||||
> 普通用户:`9527`
|
||||
|
||||
## 功能特性
|
||||
|
||||
### 🔍 多源资源搜索
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=localhost,127.0.0.1,::1
|
||||
image: emby/embyserver:4.9.1.14
|
||||
image: emby/embyserver:4.9.1.16
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mdcng/mdc:1.19.4
|
||||
image: mdcng/mdc:1.19.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
- NC_SMTP_SECURE=true
|
||||
- NC_SMTP_IGNORE_TLS=false
|
||||
- NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME}
|
||||
image: nocodb/nocodb:0.264.3
|
||||
image: nocodb/nocodb:0.264.4
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- OLLAMA_MAX_QUEUE=512
|
||||
- OLLAMA_FLASH_ATTENTION=0
|
||||
- OLLAMA_KV_CACHE_TYPE=f16
|
||||
image: ollama/ollama:0.11.2
|
||||
image: ollama/ollama:0.11.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- initial_email=${INITIAL_EMAIL}
|
||||
- initial_server_url=${INITIAL_SERVER_URL}
|
||||
- initial_ssh_root_url=${INITIAL_SSH_ROOT_URL}
|
||||
image: 1dev/server:12.0.3
|
||||
image: 1dev/server:12.0.4
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -8,13 +8,10 @@ services:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- PORT=7789
|
||||
- CONFIG=/config
|
||||
- TZ=Asia/Shanghai
|
||||
image: wushuo894/ani-rss:v2.1.1
|
||||
image: wushuo894/ani-rss:v1.2.82
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -8,10 +8,13 @@ services:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
- PORT=7789
|
||||
- CONFIG=/config
|
||||
- TZ=Asia/Shanghai
|
||||
image: wushuo894/ani-rss:v1.2.82
|
||||
image: wushuo894/ani-rss:v2.1.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- verificationCodeTimeout=10
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:v2.2.0
|
||||
image: casbin/casdoor:v2.8.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -13,9 +13,9 @@ services:
|
||||
interval: 30s
|
||||
retries: 3
|
||||
start_period: 5s
|
||||
test: 'CMD-SHELL node -e "require(''http'').get(''http://localhost:8008/health'',
|
||||
res => (res.statusCode >= 200 && res.statusCode < 400) ? process.exit(0) :
|
||||
process.exit(1)).on(''error'', () => process.exit(1))"
|
||||
test: 'node -e "require(''http'').get(''http://localhost:8008/health'', res
|
||||
=> { const allowed = [200, 204, 301, 302, 304]; process.exit(allowed.includes(res.statusCode)
|
||||
? 0 : 1); }).on(''error'', () => process.exit(0));"
|
||||
|
||||
'
|
||||
timeout: 3s
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=localhost,127.0.0.1,::1
|
||||
image: emby/embyserver:4.8.11.0
|
||||
image: emby/embyserver:4.9.1.16
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
- HTTP_PROXY=${HTTP_PROXY:-}
|
||||
- HTTPS_PROXY=${HTTP_PROXY:-}
|
||||
- NO_PROXY=localhost,127.0.0.1,::1
|
||||
image: emby/embyserver:4.9.1.14
|
||||
image: emby/embyserver:4.8.11.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mdcng/mdc:1.19.4
|
||||
image: mdcng/mdc:1.19.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
- NC_SMTP_SECURE=true
|
||||
- NC_SMTP_IGNORE_TLS=false
|
||||
- NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME}
|
||||
image: nocodb/nocodb:0.264.3
|
||||
image: nocodb/nocodb:0.264.4
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -18,7 +18,7 @@ services:
|
||||
- OLLAMA_MAX_QUEUE=512
|
||||
- OLLAMA_FLASH_ATTENTION=0
|
||||
- OLLAMA_KV_CACHE_TYPE=f16
|
||||
image: ollama/ollama:0.11.2
|
||||
image: ollama/ollama:0.11.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- initial_email=${INITIAL_EMAIL}
|
||||
- initial_server_url=${INITIAL_SERVER_URL}
|
||||
- initial_ssh_root_url=${INITIAL_SSH_ROOT_URL}
|
||||
image: 1dev/server:12.0.3
|
||||
image: 1dev/server:12.0.4
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user