-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Please confirm the following
-
I have read and agree to AGPL-3.0 Section 15 .
The program is provided "as is" without any warranties; you bear all risks of using it. -
I have read and agree to AGPL-3.0 Section 16 .
The copyright holders and distributors are not liable for any damages resulting from the use or inability to use the program. -
I confirm my description is clear, polite, helps developers quickly locate the issue, and complies with community rules.
-
I have read the OpenList documentation.
-
I confirm there are no duplicate issues or discussions.
-
I confirm this is an
OpenListissue, not caused by other reasons (such as network, dependencies, or operation). -
I believe this issue must be handled by
OpenListand not by a third party. -
I confirm this issue is not fixed in the latest version.
OpenList Version (required)
v4.1.8
Storage Driver Used (required)
OneDrive
Bug Description (required)
1.使用Zeabur Docker部署Openlist
2.编辑config开启s3+ssl
3.重启
4.无限崩溃
Logs (required)
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Pulling: Pulling image "ghcr.io/openlistteam/openlist-git:latest"
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Created: Created container: openlist
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Pulled: Successfully pulled image "ghcr.io/openlistteam/openlist-git:latest" in 30.244s (30.244s including waiting). Image size: 60160495 bytes.
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Started: Started container openlist
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Pulling: Pulling image "ghcr.io/openlistteam/openlist-git:latest"
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Pulled: Successfully pulled image "ghcr.io/openlistteam/openlist-git:latest" in 386ms (386ms including waiting). Image size: 60160495 bytes.
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Created: Created container: openlist
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Started: Started container openlist
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - BackOff: Back-off restarting failed container openlist in pod service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf_environment-68d69d8a59ccf3857a37b264(32f04934-8ba5-4d3d-b803-eefef21c9ef6)
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - BackOff: Back-off restarting failed container openlist in pod service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf_environment-68d69d8a59ccf3857a37b264(32f04934-8ba5-4d3d-b803-eefef21c9ef6)
INFO[2025-12-22 23:00:48] reading config file: /opt/openlist/data/config.json
INFO[2025-12-22 23:00:48] load config from env with prefix:
INFO[2025-12-22 23:00:48] max buffer limit: 1561MB
INFO[2025-12-22 23:00:48] mmap threshold: 4MB
INFO[2025-12-22 23:00:48] init logrus...
start HTTP server @ 0.0.0.0:5244
start S3 server @ 0.0.0.0:5246
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Pulling: Pulling image "ghcr.io/openlistteam/openlist-git:latest"
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Pulled: Successfully pulled image "ghcr.io/openlistteam/openlist-git:latest" in 556ms (556ms including waiting). Image size: 60160495 bytes.
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Created: Created container: openlist
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - Started: Started container openlist
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - BackOff: Back-off restarting failed container openlist in pod service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf_environment-68d69d8a59ccf3857a37b264(32f04934-8ba5-4d3d-b803-eefef21c9ef6)
INFO[2025-12-22 23:01:04] reading config file: /opt/openlist/data/config.json
INFO[2025-12-22 23:01:04] load config from env with prefix:
INFO[2025-12-22 23:01:04] max buffer limit: 1561MB
INFO[2025-12-22 23:01:04] mmap threshold: 4MB
INFO[2025-12-22 23:01:04] init logrus...
start HTTP server @ 0.0.0.0:5244
start S3 server @ 0.0.0.0:5246
[Zeabur] Pod/service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf - BackOff: Back-off restarting failed container openlist in pod service-6916bf05a6e75d7dc4170ace-94dddd884-xtjjf_environment-68d69d8a59ccf3857a37b264(32f04934-8ba5-4d3d-b803-eefef21c9ef6)
Configuration File Content (required)
{
"force": false,
"site_url": "",
"cdn": "",
"jwt_secret": "random_generated",
"token_expires_in": 48,
"database": {
"type": "sqlite3",
"host": "",
"port": 0,
"user": "",
"password": "",
"name": "",
"db_file": "data\data.db",
"table_prefix": "x_",
"ssl_mode": "",
"dsn": ""
},
"meilisearch": {
"host": "http://localhost:7700",
"api_key": "",
"index": "openlist"
},
"scheme": {
"address": "0.0.0.0",
"http_port": 5244,
"https_port": -1,
"force_https": false,
"cert_file": "",
"key_file": "",
"unix_file": "",
"unix_file_perm": "",
"enable_h2c": false
},
"temp_dir": "data\temp",
"bleve_dir": "data\bleve",
"dist_dir": "",
"log": {
"enable": true,
"name": "data\log\log.log",
"max_size": 50,
"max_backups": 30,
"max_age": 28,
"compress": false,
"filter": {
"enable": false,
"filters": [
{
"cidr": "",
"path": "/ping",
"method": ""
},
{
"cidr": "",
"path": "",
"method": "HEAD"
},
{
"cidr": "",
"path": "/dav/",
"method": "PROPFIND"
}
]
}
},
"delayed_start": 0,
"max_connections": 0,
"max_concurrency": 64,
"tls_insecure_skip_verify": true,
"tasks": {
"download": {
"workers": 5,
"max_retry": 1,
"task_persistant": false
},
"transfer": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"upload": {
"workers": 5,
"max_retry": 0,
"task_persistant": false
},
"copy": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"decompress": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"decompress_upload": {
"workers": 5,
"max_retry": 2,
"task_persistant": false
},
"allow_retry_canceled": false
},
"cors": {
"allow_origins": [""],
"allow_methods": [""],
"allow_headers": ["*"]
},
"s3": {
"enable": true,
"port": 5246,
"ssl": true
},
"ftp": {
"enable": false,
"listen": ":5221",
"find_pasv_port_attempts": 50,
"active_transfer_port_non_20": false,
"idle_timeout": 900,
"connection_timeout": 30,
"disable_active_mode": false,
"default_transfer_binary": false,
"enable_active_conn_ip_check": true,
"enable_pasv_conn_ip_check": true
},
"sftp": {
"enable": false,
"listen": ":5222"
},
"last_launched_version": "OpenList version",
"proxy_address": ""
}
Reproduction Link (optional)
No response