{
"valid": true,
"violations": [],
"id": "nextweb",
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/logo.png",
"lastModified": 1730384548,
"name": "NextWeb",
"title": "The new generation of Linux server operation and maintenance management panel",
"apps": [
{
"valid": true,
"violations": [],
"id": "nextweb",
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/logo.png",
"lastModified": 1730384548,
"name": "NextWeb",
"title": "The new generation of Linux server operation and maintenance management panel",
"apps": [
{
"valid": true,
"violations": [],
"id": "phpmyadmin",
"lastModified": 1730384544,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/phpmyadmin/logo.png",
"readMe": "# phpMyAdmin\n\nphpMyAdmin is an open-source web-based MySQL database management tool that allows users to manage MySQL databases through a web browser.\n\n## Main Functions:\n\n### Database Management\n\n- **Create Database**: Easily create new databases with phpMyAdmin, specifying the database name, character set, and collation.\n- **Delete Database**: Remove databases no longer needed to free server resources.\n- **Import and Export Data**: phpMyAdmin supports importing data from local files and exporting database data as SQL files.\n\n### Table Operations\n\n- **Create Table**: Create new tables, define fields, types, primary keys, and indexes.\n- **Edit Table Structure**: Modify table structures, add, delete, or change fields as needed.\n- **Import and Export Table Data**: Export table data as SQL files or import data from SQL files.\n- **Optimize and Repair Tables**: Perform optimization and repair operations on tables to enhance performance and data integrity.\n\n### SQL Queries\n\n- **Execute SQL Queries**: Use phpMyAdmin’s SQL editor to execute custom SQL queries to retrieve and modify database data.\n- **Query Builder**: Use a visual query builder to create complex SQL queries without writing code.\n\n### User Management\n\n- **Create and Manage Users**: Manage database users, assign permissions, and passwords.\n- **Permissions Management**: Grant permissions on specific databases and tables to ensure data security.\n\n### Data Backup and Restore\n\n- **Database Backup**: Regularly back up databases to prevent data loss.\n- **Database Restore**: Restore databases from backup files to recover data.\n\n### Status Monitoring\n\n- **Server Status**: View server performance and operational status, including connections, queries, and performance metrics.\n- **Running Logs**: Access MySQL server logs for troubleshooting.\n\n### Multi-language Support\n\n- **Multi-language Interface**: phpMyAdmin supports multiple languages to meet diverse user needs.\n",
"description": "Web interface for MySQL and MariaDB",
"name": "phpMyAdmin",
"tags": [
"Development tool"
],
"title": "Web interface for MySQL and MariaDB",
"additionalProperties": {
"key": "phpmyadmin",
"name": "phpMyAdmin",
"tags": [
"DevTool"
],
"shortDescZh": "MySQL 和 MariaDB 的 Web 界面",
"shortDescEn": "A web interface for MySQL and MariaDB",
"type": "tool",
"crossVersionUpdate": true,
"limit": 1,
"recommend": 30,
"website": "https://www.phpmyadmin.net/",
"github": "https://github.com/phpmyadmin/phpmyadmin",
"document": "https://www.phpmyadmin.net/docs/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "5-2-1",
"readMe": null,
"name": "5.2.1",
"lastModified": 1730384544,
"files": [
{
"name": "conf.d",
"size": 0,
"lastModified": "2024-10-31T14:22:24.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 111,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 470,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "data.yml",
"size": 245,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "conf.inc",
"size": 0,
"lastModified": "2024-10-31T14:22:24.000+00:00",
"files": [
{
"name": "config.user.inc.php",
"size": 136,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
]
},
{
"name": "phpmyadmin-5.2.1.tar.gz",
"size": 5673,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/phpmyadmin/5.2.1/phpmyadmin-5.2.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8089,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 12355,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/phpmyadmin/phpmyadmin-5.2.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
}
]
},
{
"valid": true,
"violations": [],
"id": "mariadb",
"lastModified": 1730384531,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/logo.png",
"readMe": "# MariaDB\n\nMariaDB is a popular open-source relational database management system (RDBMS). It is a fork of MySQL that offers a wealth of features and performance, suitable for a variety of application scenarios.\n\n## Core Features\n\n- **SQL Support**: MariaDB fully supports SQL (Structured Query Language), allowing users to perform various database operations, including querying, inserting, updating, deleting, and more.\n- **High Performance**: MariaDB provides excellent database performance through optimized query execution plans, indexes, caching, and multi-threading.\n- **Cross-platform**: It can run on a variety of operating systems, including Linux, Windows, macOS, and more.\n- **Transaction Support**: Supports transaction processing, including ACID (Atomicity, Consistency, Isolation, and Durability) properties, ensuring data integrity and reliability.\n- **Replication and High Availability**: Provides data replication and master-slave replication capabilities, as well as cluster support, ensuring high availability and redundant backups of data.\n\n## Security\n\n- **Access Control**: Supports role-based access control, which can restrict users' access to the database.\n- **Data Encryption**: Provides encryption options for data transmission and storage, protecting sensitive data from unauthorized access and disclosure.\n- **Authentication**: Supports various authentication methods, including username/password, SSL certificates, and more.\n\n## Data Types\n\n- **Standard Data Types**: Provides a variety of standard data types, including integers, floating-point numbers, date and time, strings, and more.\n- **Geospatial Data**: Supports Geographic Information System (GIS) functions for processing geospatial data.\n\n## Storage Engines\n\n- **InnoDB**: The default storage engine, supports transactions and foreign keys, suitable for most applications.\n- **MyISAM**: Supports full-text search and high-performance insert operations, suitable for certain specific scenarios.\n- **Other Storage Engines**: Also supports other storage engines, such as Aria, TokuDB, etc., to meet different needs.\n\n## Extensibility\n\n- **Stored Procedures and Triggers**: Allows users to define stored procedures and triggers to implement custom business logic.\n- **Plugin Support**: Supports a plugin system that can easily extend the functionality of MariaDB.\n\n## Community Support\n\n- **Active Community**: MariaDB has an active open-source community that provides documentation, forums, and support to help users solve problems.\n- **Open Source**: MariaDB is open-source software that can be freely used, modified, and distributed.\n",
"description": "Mysql Alternative",
"name": "MariaDB",
"tags": [
"Database"
],
"title": "Mysql Alternative",
"additionalProperties": {
"key": "mariadb",
"name": "MariaDB",
"tags": [
"Database"
],
"shortDescZh": "著名的 MySQL 分支版本",
"shortDescEn": "The open source relational database",
"type": "runtime",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 0,
"website": "https://mariadb.org/",
"github": "https://github.com/MariaDB/server/",
"document": "https://mariadb.org/documentation/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "11-5-2",
"readMe": null,
"name": "11.5.2",
"lastModified": 1730384531,
"files": [
{
"name": "mariadb-11.5.2.tar.gz",
"size": 7379,
"lastModified": "2024-10-31T14:22:11.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 427,
"lastModified": "2024-10-31T14:22:11.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:11.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1126,
"lastModified": "2024-10-31T14:22:11.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 487,
"lastModified": "2024-10-31T14:22:11.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/11.5.2/mariadb-11.5.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mariadb",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-4-3",
"readMe": null,
"name": "11.4.3",
"lastModified": 1723736052,
"files": [
{
"name": "data.yml",
"size": 487,
"lastModified": "2024-08-15T15:34:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 427,
"lastModified": "2024-08-15T15:34:12.000+00:00"
},
{
"name": "mariadb-11.4.3.tar.gz",
"size": 7380,
"lastModified": "2024-08-15T15:34:12.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-08-15T15:34:12.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1126,
"lastModified": "2024-08-15T15:34:12.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/11.4.3/mariadb-11.4.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mariadb",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-4-2",
"readMe": null,
"name": "11.4.2",
"lastModified": 1723199060,
"files": [
{
"name": "mariadb-11.4.2.tar.gz",
"size": 7380,
"lastModified": "2024-08-09T10:24:20.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 427,
"lastModified": "2024-08-09T10:24:20.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-08-09T10:24:20.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1126,
"lastModified": "2024-08-09T10:24:20.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 487,
"lastModified": "2024-08-09T10:24:20.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/11.4.2/mariadb-11.4.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mariadb",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-3-2",
"readMe": null,
"name": "11.3.2",
"lastModified": 1717512612,
"files": [
{
"name": "docker-compose.yml",
"size": 427,
"lastModified": "2024-06-04T14:50:12.000+00:00"
},
{
"name": "mariadb-11.3.2.tar.gz",
"size": 7376,
"lastModified": "2024-06-04T14:50:12.000+00:00"
},
{
"name": "data.yml",
"size": 487,
"lastModified": "2024-06-04T14:50:11.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-04T14:50:11.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1126,
"lastModified": "2024-06-04T14:50:11.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/11.3.2/mariadb-11.3.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mariadb",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-11-9",
"readMe": null,
"name": "10.11.9",
"lastModified": 1730384531,
"files": [
{
"name": "data.yml",
"size": 487,
"lastModified": "2024-10-31T14:22:11.000+00:00"
},
{
"name": "mariadb-10.11.9.tar.gz",
"size": 7378,
"lastModified": "2024-10-31T14:22:11.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:11.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1126,
"lastModified": "2024-10-31T14:22:11.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 430,
"lastModified": "2024-10-31T14:22:11.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/10.11.9/mariadb-10.11.9.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mariadb",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-11-8",
"readMe": null,
"name": "10.11.8",
"lastModified": 1723199060,
"files": [
{
"name": "data.yml",
"size": 487,
"lastModified": "2024-08-09T10:24:20.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 430,
"lastModified": "2024-08-09T10:24:20.000+00:00"
},
{
"name": "mariadb-10.11.8.tar.gz",
"size": 7377,
"lastModified": "2024-08-09T10:24:20.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-08-09T10:24:20.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1126,
"lastModified": "2024-08-09T10:24:20.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/10.11.8/mariadb-10.11.8.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mariadb",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-11-7",
"readMe": null,
"name": "10.11.7",
"lastModified": 1716976001,
"files": [
{
"name": "docker-compose.yml",
"size": 430,
"lastModified": "2024-05-29T09:46:41.000+00:00"
},
{
"name": "data.yml",
"size": 487,
"lastModified": "2024-05-29T09:46:41.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-05-29T09:46:41.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1126,
"lastModified": "2024-05-29T09:46:41.000+00:00"
}
]
},
{
"name": "mariadb-10.11.7.tar.gz",
"size": 8236,
"lastModified": "2024-05-29T09:46:41.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/10.11.7/mariadb-10.11.7.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mariadb",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-11-6",
"readMe": null,
"name": "10.11.6",
"lastModified": 1708323065,
"files": [
{
"name": "mariadb-10.11.6.tar.gz",
"size": 8253,
"lastModified": "2024-02-19T06:11:05.000+00:00"
},
{
"name": "data.yml",
"size": 487,
"lastModified": "2024-02-19T06:11:05.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-02-19T06:11:05.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1126,
"lastModified": "2024-02-19T06:11:05.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 443,
"lastModified": "2024-02-19T06:11:05.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/10.11.6/mariadb-10.11.6.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mariadb",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-11-5-1",
"readMe": null,
"name": "10.11.5.1",
"lastModified": 1699857977,
"files": [
{
"name": "mariadb-10.11.5.1.tar.gz",
"size": 8258,
"lastModified": "2023-11-13T06:46:17.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2023-11-13T06:46:17.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1126,
"lastModified": "2023-11-13T06:46:17.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 443,
"lastModified": "2023-11-13T06:46:17.000+00:00"
},
{
"name": "data.yml",
"size": 487,
"lastModified": "2023-11-13T06:46:17.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/10.11.5.1/mariadb-10.11.5.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mariadb",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 3680,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mariadb/11.5.2/mariadb-11.5.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "portainer-ce",
"lastModified": 1730384544,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/logo.png",
"readMe": "# Portainer CE\n\nPortainer CE (Community Edition) is an open-source tool for container management. It provides a user-friendly web interface for managing and monitoring containerized applications.\n\n## Main Features:\n\n### Container Management\n\n- **Container Creation and Startup**: Portainer CE allows users to easily create, configure, and start containers. You can choose to create containers from existing images or import custom images.\n- **Container Monitoring**: Through an intuitive interface, you can monitor the status, resource utilization, and logs of containers in real time, helping you quickly identify and diagnose problems.\n- **Container Orchestration**: Portainer CE supports Docker Compose, allowing you to define multi-container applications declaratively and manage them in a single project.\n\n### Image Management\n\n- **Image Browsing and Search**: You can easily browse available Docker images and find the images you need through the built-in search function.\n- **Image Import and Export**: Supports importing and exporting Docker images to share and back up applications between different environments.\n\n### Stacks and Services\n\n- **Stack Management**: Portainer CE supports Docker Swarm, allowing you to create, manage, and monitor stacks to deploy distributed applications.\n- **Service Management**: Easily manage Swarm services, including scaling, updating, and rolling back.\n\n### User and Team Management\n\n- **Users and Permissions**: You can create multiple user accounts and assign them different permissions to allow multiple people to collaborate in managing containers and applications.\n\n### System Settings\n\n- **Dashboard and Monitoring**: Portainer CE provides a dashboard to display key performance indicators of hosts and containers, helping you monitor the entire containerized environment.\n- **Storage and Network Configuration**: Configure storage volumes and network settings so that containers can communicate with each other and access external resources.\n- **Application Templates**: Supports application templates to simplify the deployment of common containerized applications.\n\n### Logs and Audit\n\n- **Log Viewing**: Easily view real-time logs of containers and services to aid in troubleshooting and monitoring.\n- **Audit Logs**: Records user actions for auditing and security analysis.\n",
"description": "GUI container management tools",
"name": "Portainer-CE",
"tags": [
"Utility"
],
"title": "GUI container management tools",
"additionalProperties": {
"key": "portainer-ce",
"name": "Portainer-CE",
"tags": [
"Tool"
],
"shortDescZh": "图形界面容器管理工具",
"shortDescEn": "GUI container management tools",
"type": "tool",
"crossVersionUpdate": true,
"limit": 1,
"recommend": 0,
"website": "https://www.portainer.io/",
"github": "https://github.com/portainer/portainer",
"document": "https://docs.portainer.io/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "2-23-0-alpine",
"readMe": null,
"name": "2.23.0-alpine",
"lastModified": 1730384544,
"files": [
{
"name": "docker-compose.yml",
"size": 411,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "portainer-ce-2.23.0-alpine.tar.gz",
"size": 4712,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.23.0-alpine/portainer-ce-2.23.0-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-22-0-alpine",
"readMe": null,
"name": "2.22.0-alpine",
"lastModified": 1728895404,
"files": [
{
"name": "docker-compose.yml",
"size": 411,
"lastModified": "2024-10-14T08:43:24.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-10-14T08:43:24.000+00:00"
},
{
"name": "portainer-ce-2.22.0-alpine.tar.gz",
"size": 4710,
"lastModified": "2024-10-14T08:43:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.22.0-alpine/portainer-ce-2.22.0-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-21-2-alpine",
"readMe": null,
"name": "2.21.2-alpine",
"lastModified": 1727882840,
"files": [
{
"name": "docker-compose.yml",
"size": 411,
"lastModified": "2024-10-02T15:27:20.000+00:00"
},
{
"name": "portainer-ce-2.21.2-alpine.tar.gz",
"size": 4709,
"lastModified": "2024-10-02T15:27:20.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-10-02T15:27:20.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.21.2-alpine/portainer-ce-2.21.2-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-21-1-alpine",
"readMe": null,
"name": "2.21.1-alpine",
"lastModified": 1727084776,
"files": [
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-09-23T09:46:16.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 411,
"lastModified": "2024-09-23T09:46:16.000+00:00"
},
{
"name": "portainer-ce-2.21.1-alpine.tar.gz",
"size": 4710,
"lastModified": "2024-09-23T09:46:16.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.21.1-alpine/portainer-ce-2.21.1-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-21-0-alpine",
"readMe": null,
"name": "2.21.0-alpine",
"lastModified": 1725874024,
"files": [
{
"name": "docker-compose.yml",
"size": 411,
"lastModified": "2024-09-09T09:27:04.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-09-09T09:27:04.000+00:00"
},
{
"name": "portainer-ce-2.21.0-alpine.tar.gz",
"size": 4713,
"lastModified": "2024-09-09T09:27:04.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.21.0-alpine/portainer-ce-2.21.0-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-20-3-alpine",
"readMe": null,
"name": "2.20.3-alpine",
"lastModified": 1726810846,
"files": [
{
"name": "docker-compose.yml",
"size": 411,
"lastModified": "2024-09-20T05:40:46.000+00:00"
},
{
"name": "portainer-ce-2.20.3-alpine.tar.gz",
"size": 4744,
"lastModified": "2024-09-20T05:40:46.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-09-20T05:40:46.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.20.3-alpine/portainer-ce-2.20.3-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-20-2-alpine",
"readMe": null,
"name": "2.20.2-alpine",
"lastModified": 1716976014,
"files": [
{
"name": "docker-compose.yml",
"size": 411,
"lastModified": "2024-05-29T09:46:54.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-05-29T09:46:54.000+00:00"
},
{
"name": "portainer-ce-2.20.2-alpine.tar.gz",
"size": 4711,
"lastModified": "2024-05-29T09:46:54.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.20.2-alpine/portainer-ce-2.20.2-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-20-1-alpine",
"readMe": null,
"name": "2.20.1-alpine",
"lastModified": 1714489682,
"files": [
{
"name": "portainer-ce-2.20.1-alpine.tar.gz",
"size": 4713,
"lastModified": "2024-04-30T15:08:02.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-04-30T15:08:02.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 411,
"lastModified": "2024-04-30T15:08:02.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.20.1-alpine/portainer-ce-2.20.1-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-20-0-alpine",
"readMe": null,
"name": "2.20.0-alpine",
"lastModified": 1712811147,
"files": [
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-04-11T04:52:27.000+00:00"
},
{
"name": "portainer-ce-2.20.0-alpine.tar.gz",
"size": 4717,
"lastModified": "2024-04-11T04:52:27.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 424,
"lastModified": "2024-04-11T04:52:27.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.20.0-alpine/portainer-ce-2.20.0-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-19-4-alpine",
"readMe": null,
"name": "2.19.4-alpine",
"lastModified": 1710816277,
"files": [
{
"name": "portainer-ce-2.19.4-alpine.tar.gz",
"size": 10346,
"lastModified": "2024-03-19T02:44:37.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2024-03-19T02:44:37.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 424,
"lastModified": "2024-03-19T02:44:37.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.19.4-alpine/portainer-ce-2.19.4-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-19-3-alpine",
"readMe": null,
"name": "2.19.3-alpine",
"lastModified": 1702024554,
"files": [
{
"name": "docker-compose.yml",
"size": 424,
"lastModified": "2023-12-08T08:35:54.000+00:00"
},
{
"name": "portainer-ce-2.19.3-alpine.tar.gz",
"size": 10353,
"lastModified": "2023-12-08T08:35:54.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2023-12-08T08:35:54.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.19.3-alpine/portainer-ce-2.19.3-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-19-2-alpine",
"readMe": null,
"name": "2.19.2-alpine",
"lastModified": 1700200205,
"files": [
{
"name": "portainer-ce-2.19.2-alpine.tar.gz",
"size": 10352,
"lastModified": "2023-11-17T05:50:05.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2023-11-17T05:50:05.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 424,
"lastModified": "2023-11-17T05:50:05.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.19.2-alpine/portainer-ce-2.19.2-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-19-1-alpine",
"readMe": null,
"name": "2.19.1-alpine",
"lastModified": 1699601857,
"files": [
{
"name": "docker-compose.yml",
"size": 424,
"lastModified": "2023-11-10T07:37:37.000+00:00"
},
{
"name": "portainer-ce-2.19.1-alpine.tar.gz",
"size": 10353,
"lastModified": "2023-11-10T07:37:37.000+00:00"
},
{
"name": "data.yml",
"size": 362,
"lastModified": "2023-11-10T07:37:37.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.19.1-alpine/portainer-ce-2.19.1-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 8000,
"envKey": "PORT_API",
"labelEn": "Port",
"labelZh": "API 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 1548,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/portainer-ce/2.23.0-alpine/portainer-ce-2.23.0-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "redis-commander",
"lastModified": 1730384545,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis-commander/logo.png",
"readMe": "# Redis Commander\n\nRedis Commander is a graphical user interface tool for managing and monitoring Redis databases. It provides many features to simplify the operation and maintenance of Redis databases.\n\n## Main Features:\n\n- **Multi-database Support**: Redis Commander allows you to manage multiple Redis database instances, easily switch between them, and perform operations.\n- **Data Browsing and Editing**: With Redis Commander, you can browse key-value pairs in Redis databases and directly edit data on the interface, including strings, hash tables, lists, sets, and sorted sets.\n- **Key-value Search**: Quickly search for Redis keys to find specific data items.\n- **Data Import and Export**: Supports importing data from Redis to a file and importing data from a file into Redis.\n- **Real-time Monitoring**: Redis Commander provides real-time monitoring information about Redis server performance, including memory usage, command execution status, number of connections, and more.\n- **Custom Command Execution**: You can execute custom Redis commands in Redis Commander to perform advanced operations and queries.\n- **Data Backup and Recovery**: Easily create backups of Redis databases and restore them when needed.\n- **Permission Management**: Set access permissions and user authentication as needed to ensure the security of the Redis database.\n- **History**: Redis Commander records your operation history so you can easily view and repeat previous commands.\n- **Visual Interface**: Has an intuitive user interface that makes operating and monitoring Redis databases easier.\n",
"description": "Redis web management tool",
"name": "Redis-Commander",
"tags": [
"Development tool"
],
"title": "Redis web management tool",
"additionalProperties": {
"key": "redis-commander",
"name": "Redis-Commander",
"tags": [
"DevTool"
],
"shortDescZh": "Redis Web 管理工具",
"shortDescEn": "Redis web management tool",
"type": "tool",
"crossVersionUpdate": true,
"limit": 1,
"recommend": 0,
"website": "http://joeferner.github.io/redis-commander/",
"github": "https://github.com/joeferner/redis-commander",
"document": "https://github.com/joeferner/redis-commander/blob/master/docs/configuration.md"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "latest",
"readMe": null,
"name": "latest",
"lastModified": 1730384545,
"files": [
{
"name": "data.yml",
"size": 2114,
"lastModified": "2024-10-31T14:22:25.000+00:00"
},
{
"name": "redis-commander-latest.tar.gz",
"size": 5310,
"lastModified": "2024-10-31T14:22:25.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 525,
"lastModified": "2024-10-31T14:22:25.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis-commander/latest/redis-commander-latest.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "",
"envKey": "PANEL_DB_HOST",
"key": "redis",
"labelEn": "Redis Service",
"labelZh": "Redis 服务",
"required": true,
"type": "service"
},
{
"default": "",
"envKey": "PANEL_REDIS_ROOT_PASSWORD",
"labelEn": "Redis Password",
"labelZh": "Redis 密码",
"required": true,
"type": "password"
},
{
"default": "0",
"edit": true,
"envKey": "REDIS_DB",
"labelEn": "Database",
"labelZh": "Database",
"required": true,
"type": "select",
"values": [
{
"label": "db0",
"value": "0"
},
{
"label": "db1",
"value": "1"
},
{
"label": "db2",
"value": "2"
},
{
"label": "db3",
"value": "3"
},
{
"label": "db4",
"value": "4"
},
{
"label": "db5",
"value": "5"
},
{
"label": "db6",
"value": "6"
},
{
"label": "db7",
"value": "7"
},
{
"label": "db8",
"value": "8"
},
{
"label": "db9",
"value": "9"
},
{
"label": "db10",
"value": "10"
},
{
"label": "db11",
"value": "11"
},
{
"label": "db12",
"value": "12"
},
{
"label": "db13",
"value": "13"
},
{
"label": "db14",
"value": "14"
},
{
"label": "db15",
"value": "15"
}
]
},
{
"default": "root",
"edit": true,
"envKey": "COMMANDER_ADMIN",
"labelEn": "Username",
"labelZh": "登录用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "P@ssword@redis",
"edit": true,
"envKey": "COMMANDER_PASSWORD",
"labelEn": "Password",
"labelZh": "登录密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "text"
},
{
"default": 8089,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 2004,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis-commander/latest/redis-commander-latest.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "grafana",
"lastModified": 1730384529,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/logo.png",
"readMe": "# Default Account Password\n\n`\nusername: admin\npassword: admin\n`\n\n# Grafana\n\n**Grafana** allows you to query, visualize, alert on, and understand your metrics no matter where they are stored. Create, explore, and share dashboards with your team and foster a data-driven culture.\n\n##Key Features:\n\n- **Visualization**: Fast and flexible client-side graphs with a multitude of options. Panel plugins provide many different ways to visualize metrics and logs.\n- **Dynamic Dashboards**: Create dynamic and reusable dashboards with template variables that appear as dropdown menus at the top of dashboards.\n- **Explore Metrics**: Explore your data with ad-hoc queries and dynamic drilldown. Split view and compare different time ranges, queries, and data sources side by side.\n-**Explore Logs**: Experience the magic of switching from metrics to logs with preserved label filters. Quickly search through all your logs or stream them live.\n- **Alerts**: Define alert rules for your most important metrics in an intuitive way. Grafana will continuously evaluate and send notifications to systems like Slack, PagerDuty, VictorOps, OpsGenie, and more.\n- **Mixed Data Sources**: Mix different data sources in the same graph! You can specify a data source on a per-query basis. This even works for custom data sources.\n",
"description": "The open-source platform for monitoring and observability",
"name": "Grafana",
"tags": [
"Utility"
],
"title": "The open-source platform for monitoring and observability",
"additionalProperties": {
"key": "grafana",
"name": "Grafana",
"tags": [
"Tool"
],
"shortDescZh": "用于监控和可观察的开源平台",
"shortDescEn": "The open-source platform for monitoring and observability",
"type": "tool",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://grafana.com/",
"github": "https://github.com/grafana/grafana",
"document": "https://grafana.com/docs/grafana"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "11-3-0",
"readMe": null,
"name": "11.3.0",
"lastModified": 1730384529,
"files": [
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "grafana-11.3.0.tar.gz",
"size": 6365,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-10-31T14:22:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/11.3.0/grafana-11.3.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-2-2",
"readMe": null,
"name": "11.2.2",
"lastModified": 1729587063,
"files": [
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-10-22T08:51:03.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-10-22T08:51:03.000+00:00"
},
{
"name": "grafana-11.2.2.tar.gz",
"size": 6365,
"lastModified": "2024-10-22T08:51:03.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/11.2.2/grafana-11.2.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-2-1",
"readMe": null,
"name": "11.2.1",
"lastModified": 1727683830,
"files": [
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-09-30T08:10:30.000+00:00"
},
{
"name": "grafana-11.2.1.tar.gz",
"size": 6366,
"lastModified": "2024-09-30T08:10:30.000+00:00"
},
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-09-30T08:10:30.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/11.2.1/grafana-11.2.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-2-0",
"readMe": null,
"name": "11.2.0",
"lastModified": 1727359943,
"files": [
{
"name": "grafana-11.2.0.tar.gz",
"size": 6367,
"lastModified": "2024-09-26T14:12:23.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-09-26T14:12:23.000+00:00"
},
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-09-26T14:12:23.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/11.2.0/grafana-11.2.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-1-4",
"readMe": null,
"name": "11.1.4",
"lastModified": 1726810828,
"files": [
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-09-20T05:40:28.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-09-20T05:40:28.000+00:00"
},
{
"name": "grafana-11.1.4.tar.gz",
"size": 6384,
"lastModified": "2024-09-20T05:40:28.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/11.1.4/grafana-11.1.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-1-3",
"readMe": null,
"name": "11.1.3",
"lastModified": 1723630605,
"files": [
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-08-14T10:16:45.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-08-14T10:16:45.000+00:00"
},
{
"name": "grafana-11.1.3.tar.gz",
"size": 6365,
"lastModified": "2024-08-14T10:16:45.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/11.1.3/grafana-11.1.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-1-0",
"readMe": null,
"name": "11.1.0",
"lastModified": 1721901642,
"files": [
{
"name": "grafana-11.1.0.tar.gz",
"size": 6367,
"lastModified": "2024-07-25T10:00:42.000+00:00"
},
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-07-25T10:00:42.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-07-25T10:00:42.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/11.1.0/grafana-11.1.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "11-0-0",
"readMe": null,
"name": "11.0.0",
"lastModified": 1719282017,
"files": [
{
"name": "grafana-11.0.0.tar.gz",
"size": 6365,
"lastModified": "2024-06-25T02:20:17.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-06-25T02:20:17.000+00:00"
},
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-06-25T02:20:17.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/11.0.0/grafana-11.0.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-4-3",
"readMe": null,
"name": "10.4.3",
"lastModified": 1715785295,
"files": [
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-05-15T15:01:35.000+00:00"
},
{
"name": "grafana-10.4.3.tar.gz",
"size": 6363,
"lastModified": "2024-05-15T15:01:35.000+00:00"
},
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-05-15T15:01:35.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/10.4.3/grafana-10.4.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-4-2",
"readMe": null,
"name": "10.4.2",
"lastModified": 1716976000,
"files": [
{
"name": "grafana-10.4.2.tar.gz",
"size": 6366,
"lastModified": "2024-05-29T09:46:40.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 347,
"lastModified": "2024-05-29T09:46:40.000+00:00"
},
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-05-29T09:46:40.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/10.4.2/grafana-10.4.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-4-1",
"readMe": null,
"name": "10.4.1",
"lastModified": 1713342011,
"files": [
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-04-17T08:20:11.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 360,
"lastModified": "2024-04-17T08:20:11.000+00:00"
},
{
"name": "grafana-10.4.1.tar.gz",
"size": 6372,
"lastModified": "2024-04-17T08:20:11.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/10.4.1/grafana-10.4.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-4-0",
"readMe": null,
"name": "10.4.0",
"lastModified": 1711261197,
"files": [
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-03-24T06:19:57.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 360,
"lastModified": "2024-03-24T06:19:57.000+00:00"
},
{
"name": "grafana-10.4.0.tar.gz",
"size": 6372,
"lastModified": "2024-03-24T06:19:57.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/10.4.0/grafana-10.4.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-3-3",
"readMe": null,
"name": "10.3.3",
"lastModified": 1709696249,
"files": [
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-03-06T03:37:29.000+00:00"
},
{
"name": "grafana-10.3.3.tar.gz",
"size": 6376,
"lastModified": "2024-03-06T03:37:29.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 360,
"lastModified": "2024-03-06T03:37:29.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/10.3.3/grafana-10.3.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-3-1",
"readMe": null,
"name": "10.3.1",
"lastModified": 1708323063,
"files": [
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-02-19T06:11:03.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 360,
"lastModified": "2024-02-19T06:11:03.000+00:00"
},
{
"name": "grafana-10.3.1.tar.gz",
"size": 6374,
"lastModified": "2024-02-19T06:11:03.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/10.3.1/grafana-10.3.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-2-3",
"readMe": null,
"name": "10.2.3",
"lastModified": 1706083911,
"files": [
{
"name": "grafana-10.2.3.tar.gz",
"size": 6378,
"lastModified": "2024-01-24T08:11:51.000+00:00"
},
{
"name": "data.yml",
"size": 255,
"lastModified": "2024-01-24T08:11:51.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 360,
"lastModified": "2024-01-24T08:11:51.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/10.2.3/grafana-10.2.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "10-2-2",
"readMe": null,
"name": "10.2.2",
"lastModified": 1702537868,
"files": [
{
"name": "grafana-10.2.2.tar.gz",
"size": 6378,
"lastModified": "2023-12-14T07:11:08.000+00:00"
},
{
"name": "data.yml",
"size": 255,
"lastModified": "2023-12-14T07:11:08.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 360,
"lastModified": "2023-12-14T07:11:08.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/10.2.2/grafana-10.2.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 3000,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 112,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/grafana/11.3.0/grafana-11.3.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "adminer",
"lastModified": 1730384525,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/adminer/logo.png",
"readMe": "# Adminer\n\nAdminer is a lightweight database management tool that allows users to manage various types of databases, including MySQL, PostgreSQL, SQLite, and more, through a simple web interface.\n\n## Main Features:\n\n- **Cross-database Support**: Adminer supports multiple database systems, enabling you to manage different types of databases under a unified interface.\n- **Simple and Easy to Use**: Adminer has an intuitive user interface and can be quickly started without complex installation or configuration processes.\n- **Data Querying and Editing**: You can execute SQL queries through Adminer to view and edit data in the database. Custom SQL commands are supported.\n- **Table Structure Management**: Adminer allows you to create, modify, and delete tables, define fields, primary keys, indexes, and more.\n- **Import and Export**: Data can be easily imported and exported, supporting various data formats such as SQL, CSV, and Excel.\n- **Database Backup**: Adminer allows you to create database backups to ensure data security and recoverability.\n- **Permission Management**: You can manage database users and permissions, controlling who can access and modify the database.\n- **Query History**: Adminer saves the history of queries you execute, making it easy to view and re-execute them later.\n- **Multilingual Support**: Adminer provides interfaces in multiple languages to meet the needs of different users.\n- **Customizable Appearance**: Supports custom themes and interface styles to adapt Adminer to your personal preferences.\n- **Open Source and Free**: Adminer is open-source software that is free to use and customize.\n",
"description": "Lightweight database management tool written with PHP",
"name": "Adminer",
"tags": [
"Development tool"
],
"title": "Lightweight database management tool written with PHPl",
"additionalProperties": {
"key": "adminer",
"name": "Adminer",
"tags": [
"DevTool"
],
"shortDescZh": "PHP 轻量级数据库管理工具",
"shortDescEn": "Database management in a single PHP file",
"type": "tool",
"crossVersionUpdate": false,
"limit": 1,
"recommend": 0,
"website": "https://www.adminer.org/",
"github": "https://github.com/xiahao90/adminer",
"document": "https://github.com/xiahao90/adminer"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "4-8-1",
"readMe": null,
"name": "4.8.1",
"lastModified": 1730384525,
"files": [
{
"name": "docker-compose.yml",
"size": 303,
"lastModified": "2024-10-31T14:22:05.000+00:00"
},
{
"name": "adminer-4.8.1.tar.gz",
"size": 4294,
"lastModified": "2024-10-31T14:22:05.000+00:00"
},
{
"name": "data.yml",
"size": 245,
"lastModified": "2024-10-31T14:22:05.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/adminer/4.8.1/adminer-4.8.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9853,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 884,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/adminer/4.8.1/adminer-4.8.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "ddns-go",
"lastModified": 1730384527,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/logo.png",
"readMe": "# ddns-go\n\nAutomatically obtain your public IPv4 or IPv6 address and resolve it to the corresponding domain name service.\n\n## Main Features:\n\n- Supports Mac, Windows, Linux systems, supports ARM, x86 architecture\n- Supported domain name service providers `Alidns (Alibaba Cloud)` `Dnspod (Tencent Cloud)` `Cloudflare` `Huawei Cloud` `Callback` `Baidu Cloud` `Porkbun` `GoDaddy` `Google Domain`\n- Supports obtaining IP through interface/network card/[command](https://github.com/jeessy2/ddns-go/wiki/Reference-for-getting-IP-through-commands)\n- Supports running as a service\n- Default interval of 5 minutes to synchronize\n- Supports configuring multiple DNS service providers simultaneously\n- Supports resolving multiple domain names simultaneously\n- Supports multi-level domain names\n- Configuration in the web page, simple and convenient, the default option is `Prohibit access from the public network`\n- Convenient and quick view of the latest 50 logs in the web page\n- Supports Webhook notification\n- Supports TTL\n- Supports [passing custom parameters](https://github.com/jeessy2/ddns-go/wiki/Passing-custom-parameters) for some DNS service providers to achieve regional resolution and other functions\n\n> **Note** It is recommended to use Nginx or other reverse proxy software to enable HTTPS access when enabling public network access to ensure security. [FAQ](https://github.com/jeessy2/ddns-go/wiki/FAQ)\n",
"description": "Simple and easy to use DDNS",
"name": "ddns-go",
"tags": [
"Utility"
],
"title": "Simple and easy to use DDNS",
"additionalProperties": {
"key": "ddns-go",
"name": "ddns-go",
"tags": [
"Tool"
],
"shortDescZh": "简单易用的 DDNS",
"shortDescEn": "Simple and easy to use DDNS",
"type": "tool",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://github.com/jeessy2/ddns-go",
"github": "https://github.com/jeessy2/ddns-go",
"document": "https://github.com/jeessy2/ddns-go"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "6-7-3",
"readMe": null,
"name": "6.7.3",
"lastModified": 1730384526,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-10-31T14:22:06.000+00:00"
},
{
"name": "ddns-go-6.7.3.tar.gz",
"size": 7006,
"lastModified": "2024-10-31T14:22:06.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-10-31T14:22:06.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.7.3/ddns-go-6.7.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-7-2",
"readMe": null,
"name": "6.7.2",
"lastModified": 1729748461,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-10-24T05:41:01.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-10-24T05:41:01.000+00:00"
},
{
"name": "ddns-go-6.7.2.tar.gz",
"size": 7008,
"lastModified": "2024-10-24T05:41:01.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.7.2/ddns-go-6.7.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-7-1",
"readMe": null,
"name": "6.7.1",
"lastModified": 1729002448,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-10-15T14:27:28.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-10-15T14:27:28.000+00:00"
},
{
"name": "ddns-go-6.7.1.tar.gz",
"size": 7006,
"lastModified": "2024-10-15T14:27:28.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.7.1/ddns-go-6.7.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-7-0",
"readMe": null,
"name": "6.7.0",
"lastModified": 1728630862,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-10-11T07:14:22.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-10-11T07:14:22.000+00:00"
},
{
"name": "ddns-go-6.7.0.tar.gz",
"size": 7008,
"lastModified": "2024-10-11T07:14:22.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.7.0/ddns-go-6.7.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-9",
"readMe": null,
"name": "6.6.9",
"lastModified": 1726810826,
"files": [
{
"name": "ddns-go-6.6.9.tar.gz",
"size": 7035,
"lastModified": "2024-09-20T05:40:26.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-09-20T05:40:26.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-09-20T05:40:26.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.9/ddns-go-6.6.9.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-8",
"readMe": null,
"name": "6.6.8",
"lastModified": 1723736048,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-08-15T15:34:07.000+00:00"
},
{
"name": "ddns-go-6.6.8.tar.gz",
"size": 7009,
"lastModified": "2024-08-15T15:34:08.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-08-15T15:34:08.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.8/ddns-go-6.6.8.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-7",
"readMe": null,
"name": "6.6.7",
"lastModified": 1723199056,
"files": [
{
"name": "ddns-go-6.6.7.tar.gz",
"size": 7006,
"lastModified": "2024-08-09T10:24:16.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-08-09T10:24:16.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-08-09T10:24:16.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.7/ddns-go-6.6.7.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-6",
"readMe": null,
"name": "6.6.6",
"lastModified": 1722480718,
"files": [
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-08-01T02:51:58.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-08-01T02:51:58.000+00:00"
},
{
"name": "ddns-go-6.6.6.tar.gz",
"size": 7005,
"lastModified": "2024-08-01T02:51:58.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.6/ddns-go-6.6.6.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-5",
"readMe": null,
"name": "6.6.5",
"lastModified": 1722413941,
"files": [
{
"name": "ddns-go-6.6.5.tar.gz",
"size": 7008,
"lastModified": "2024-07-31T08:19:01.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-07-31T08:19:01.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-07-31T08:19:01.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.5/ddns-go-6.6.5.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-4",
"readMe": null,
"name": "6.6.4",
"lastModified": 1721310793,
"files": [
{
"name": "ddns-go-6.6.4.tar.gz",
"size": 7006,
"lastModified": "2024-07-18T13:53:13.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-07-18T13:53:13.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-07-18T13:53:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.4/ddns-go-6.6.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-3",
"readMe": null,
"name": "6.6.3",
"lastModified": 1721039040,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-07-15T10:24:00.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-07-15T10:24:00.000+00:00"
},
{
"name": "ddns-go-6.6.3.tar.gz",
"size": 7006,
"lastModified": "2024-07-15T10:24:00.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.3/ddns-go-6.6.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-2",
"readMe": null,
"name": "6.6.2",
"lastModified": 1718355487,
"files": [
{
"name": "ddns-go-6.6.2.tar.gz",
"size": 7007,
"lastModified": "2024-06-14T08:58:07.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-06-14T08:58:07.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-06-14T08:58:07.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.2/ddns-go-6.6.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-1",
"readMe": null,
"name": "6.6.1",
"lastModified": 1718289853,
"files": [
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-06-13T14:44:13.000+00:00"
},
{
"name": "ddns-go-6.6.1.tar.gz",
"size": 7005,
"lastModified": "2024-06-13T14:44:13.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-06-13T14:44:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.1/ddns-go-6.6.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-0",
"readMe": null,
"name": "6.6.0",
"lastModified": 1716531020,
"files": [
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-05-24T06:10:20.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-05-24T06:10:20.000+00:00"
},
{
"name": "ddns-go-6.6.0.tar.gz",
"size": 8705,
"lastModified": "2024-05-24T06:10:20.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.6.0/ddns-go-6.6.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-5-0",
"readMe": null,
"name": "6.5.0",
"lastModified": 1716975998,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-05-29T09:46:38.000+00:00"
},
{
"name": "ddns-go-6.5.0.tar.gz",
"size": 8703,
"lastModified": "2024-05-29T09:46:38.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-05-29T09:46:38.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.5.0/ddns-go-6.5.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-3-3",
"readMe": null,
"name": "6.3.3",
"lastModified": 1713944242,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-04-24T07:37:22.000+00:00"
},
{
"name": "ddns-go-6.3.3.tar.gz",
"size": 8705,
"lastModified": "2024-04-24T07:37:22.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-04-24T07:37:22.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.3.3/ddns-go-6.3.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-3-2",
"readMe": null,
"name": "6.3.2",
"lastModified": 1713627171,
"files": [
{
"name": "docker-compose.yml",
"size": 254,
"lastModified": "2024-04-20T15:32:51.000+00:00"
},
{
"name": "ddns-go-6.3.2.tar.gz",
"size": 8703,
"lastModified": "2024-04-20T15:32:51.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-04-20T15:32:51.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.3.2/ddns-go-6.3.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-3-1",
"readMe": null,
"name": "6.3.1",
"lastModified": 1712472811,
"files": [
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-04-07T06:53:31.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-04-07T06:53:31.000+00:00"
},
{
"name": "ddns-go-6.3.1.tar.gz",
"size": 8718,
"lastModified": "2024-04-07T06:53:31.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.3.1/ddns-go-6.3.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-3-0",
"readMe": null,
"name": "6.3.0",
"lastModified": 1712811132,
"files": [
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-04-11T04:52:12.000+00:00"
},
{
"name": "ddns-go-6.3.0.tar.gz",
"size": 8717,
"lastModified": "2024-04-11T04:52:12.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-04-11T04:52:12.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.3.0/ddns-go-6.3.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-2-2",
"readMe": null,
"name": "6.2.2",
"lastModified": 1711445229,
"files": [
{
"name": "ddns-go-6.2.2.tar.gz",
"size": 8716,
"lastModified": "2024-03-26T09:27:09.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-03-26T09:27:09.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-03-26T09:27:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.2.2/ddns-go-6.2.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-2-1",
"readMe": null,
"name": "6.2.1",
"lastModified": 1710756958,
"files": [
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-03-18T10:15:58.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-03-18T10:15:58.000+00:00"
},
{
"name": "ddns-go-6.2.1.tar.gz",
"size": 8721,
"lastModified": "2024-03-18T10:15:58.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.2.1/ddns-go-6.2.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-2-0",
"readMe": null,
"name": "6.2.0",
"lastModified": 1709877237,
"files": [
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-03-08T05:53:57.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-03-08T05:53:57.000+00:00"
},
{
"name": "ddns-go-6.2.0.tar.gz",
"size": 8721,
"lastModified": "2024-03-08T05:53:57.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.2.0/ddns-go-6.2.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-1-2",
"readMe": null,
"name": "6.1.2",
"lastModified": 1709797326,
"files": [
{
"name": "ddns-go-6.1.2.tar.gz",
"size": 8721,
"lastModified": "2024-03-07T07:42:06.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-03-07T07:42:06.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-03-07T07:42:06.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.1.2/ddns-go-6.1.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-1-1",
"readMe": null,
"name": "6.1.1",
"lastModified": 1708323061,
"files": [
{
"name": "ddns-go-6.1.1.tar.gz",
"size": 8718,
"lastModified": "2024-02-19T06:11:01.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-02-19T06:11:01.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-02-19T06:11:01.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.1.1/ddns-go-6.1.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-1-0",
"readMe": null,
"name": "6.1.0",
"lastModified": 1706856647,
"files": [
{
"name": "ddns-go-6.1.0.tar.gz",
"size": 8721,
"lastModified": "2024-02-02T06:50:47.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-02-02T06:50:47.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-02-02T06:50:47.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.1.0/ddns-go-6.1.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-0-3",
"readMe": null,
"name": "6.0.3",
"lastModified": 1706083910,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-01-24T08:11:50.000+00:00"
},
{
"name": "ddns-go-6.0.3.tar.gz",
"size": 8722,
"lastModified": "2024-01-24T08:11:50.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.0.3/ddns-go-6.0.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-0-2",
"readMe": null,
"name": "6.0.2",
"lastModified": 1705306906,
"files": [
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-01-15T08:21:46.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-01-15T08:21:46.000+00:00"
},
{
"name": "ddns-go-6.0.2.tar.gz",
"size": 8721,
"lastModified": "2024-01-15T08:21:46.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.0.2/ddns-go-6.0.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-7-1",
"readMe": null,
"name": "5.7.1",
"lastModified": 1704954873,
"files": [
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-01-11T06:34:33.000+00:00"
},
{
"name": "ddns-go-5.7.1.tar.gz",
"size": 8722,
"lastModified": "2024-01-11T06:34:33.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-01-11T06:34:33.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/5.7.1/ddns-go-5.7.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-7-0",
"readMe": null,
"name": "5.7.0",
"lastModified": 1704251083,
"files": [
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2024-01-03T03:04:43.000+00:00"
},
{
"name": "ddns-go-5.7.0.tar.gz",
"size": 8720,
"lastModified": "2024-01-03T03:04:43.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2024-01-03T03:04:43.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/5.7.0/ddns-go-5.7.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-6-7",
"readMe": null,
"name": "5.6.7",
"lastModified": 1703241857,
"files": [
{
"name": "ddns-go-5.6.7.tar.gz",
"size": 8721,
"lastModified": "2023-12-22T10:44:17.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2023-12-22T10:44:17.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2023-12-22T10:44:17.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/5.6.7/ddns-go-5.6.7.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-6-6",
"readMe": null,
"name": "5.6.6",
"lastModified": 1702537867,
"files": [
{
"name": "ddns-go-5.6.6.tar.gz",
"size": 8722,
"lastModified": "2023-12-14T07:11:07.000+00:00"
},
{
"name": "data.yml",
"size": 223,
"lastModified": "2023-12-14T07:11:07.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 267,
"lastModified": "2023-12-14T07:11:07.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/5.6.6/ddns-go-5.6.6.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9876,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "WebUI Port",
"labelZh": "网页端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 4060,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/ddns-go/6.7.3/ddns-go-6.7.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "wordpress",
"lastModified": 1730384547,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/logo.png",
"readMe": "# WordPress\n\nWordPress is a widely used open-source content management system (CMS) for creating and managing websites and blogs. \n\n## Key Features:\n\n- **Easy-to-use Interface**: WordPress provides an intuitive backend management interface that allows users to easily create, edit, and manage website content.\n- **Themes and Templates**: WordPress offers a variety of themes and templates that can be selected and customized according to website needs.\n- **Plugin Extensibility**: WordPress has a powerful plugin system that allows users to add various functions, such as social media sharing, SEO optimization, contact forms, etc.\n- **Multimedia Support**: WordPress supports various media types, including uploading and embedding image, video, and audio files. \n- **User Management**: WordPress allows multiple users to collaboratively edit and manage the website with different roles and permissions.\n- **SEO Optimization**: WordPress provides a range of tools and plugins to help improve website search engine optimization (SEO).\n- **Social Media Integration**: WordPress can easily integrate social media sharing buttons and social media embeds to facilitate content sharing.\n- **Blogging Functionality**: WordPress was originally a blogging platform, so it has powerful blogging features, including post categories, tags, comments, etc.\n",
"description": "Open source blogging software and content management system",
"name": "WordPress",
"tags": [
"Website"
],
"title": "Open source blogging software and content management system",
"additionalProperties": {
"key": "wordpress",
"name": "WordPress",
"tags": [
"WebSite"
],
"shortDescZh": "著名的开源博客软件和 CMS 系统",
"shortDescEn": "Open source blogging software and content management system",
"type": "website",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 25,
"website": "https://wordpress.org/",
"github": "https://github.com/WordPress/WordPress",
"document": "https://cn.wordpress.org/support/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "6-6-2",
"readMe": null,
"name": "6.6.2",
"lastModified": 1730384547,
"files": [
{
"name": "wordpress-6.6.2.tar.gz",
"size": 8985,
"lastModified": "2024-10-31T14:22:27.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:27.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-10-31T14:22:27.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 620,
"lastModified": "2024-10-31T14:22:27.000+00:00"
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-10-31T14:22:27.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.6.2/wordpress-6.6.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-1",
"readMe": null,
"name": "6.6.1",
"lastModified": 1726810850,
"files": [
{
"name": "docker-compose.yml",
"size": 620,
"lastModified": "2024-09-20T05:40:50.000+00:00"
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-09-20T05:40:50.000+00:00"
},
{
"name": "wordpress-6.6.1.tar.gz",
"size": 9039,
"lastModified": "2024-09-20T05:40:50.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-09-20T05:40:50.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-09-20T05:40:50.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.6.1/wordpress-6.6.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-6-0",
"readMe": null,
"name": "6.6.0",
"lastModified": 1721727322,
"files": [
{
"name": "wordpress-6.6.0.tar.gz",
"size": 8982,
"lastModified": "2024-07-23T09:35:22.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-07-23T09:35:22.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-07-23T09:35:22.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 620,
"lastModified": "2024-07-23T09:35:22.000+00:00"
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-07-23T09:35:22.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.6.0/wordpress-6.6.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-5-5",
"readMe": null,
"name": "6.5.5",
"lastModified": 1721039060,
"files": [
{
"name": "docker-compose.yml",
"size": 620,
"lastModified": "2024-07-15T10:24:20.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-07-15T10:24:20.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-07-15T10:24:20.000+00:00"
}
]
},
{
"name": "wordpress-6.5.5.tar.gz",
"size": 8984,
"lastModified": "2024-07-15T10:24:20.000+00:00"
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-07-15T10:24:20.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.5.5/wordpress-6.5.5.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-5-4",
"readMe": null,
"name": "6.5.4",
"lastModified": 1719282037,
"files": [
{
"name": "docker-compose.yml",
"size": 620,
"lastModified": "2024-06-25T02:20:37.000+00:00"
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-06-25T02:20:37.000+00:00"
},
{
"name": "wordpress-6.5.4.tar.gz",
"size": 8981,
"lastModified": "2024-06-25T02:20:37.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-25T02:20:37.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-06-25T02:20:37.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.5.4/wordpress-6.5.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-5-3",
"readMe": null,
"name": "6.5.3",
"lastModified": 1717685405,
"files": [
{
"name": "wordpress-6.5.3.tar.gz",
"size": 8982,
"lastModified": "2024-06-06T14:50:05.000+00:00"
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-06-06T14:50:05.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-06T14:50:05.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-06-06T14:50:05.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 620,
"lastModified": "2024-06-06T14:50:05.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.5.3/wordpress-6.5.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-5-2",
"readMe": null,
"name": "6.5.2",
"lastModified": 1716950521,
"files": [
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-05-29T02:42:01.000+00:00"
},
{
"name": "wordpress-6.5.2.tar.gz",
"size": 8984,
"lastModified": "2024-05-29T02:42:01.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 620,
"lastModified": "2024-05-29T02:42:01.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-05-29T02:42:01.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-05-29T02:42:01.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.5.2/wordpress-6.5.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-5-0",
"readMe": null,
"name": "6.5.0",
"lastModified": 1712740700,
"files": [
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-04-10T09:18:20.000+00:00"
},
{
"name": "wordpress-6.5.0.tar.gz",
"size": 8991,
"lastModified": "2024-04-10T09:18:20.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-04-10T09:18:20.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-04-10T09:18:20.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 633,
"lastModified": "2024-04-10T09:18:20.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.5.0/wordpress-6.5.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-4-3",
"readMe": null,
"name": "6.4.3",
"lastModified": 1712811150,
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-04-11T04:52:30.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-04-11T04:52:30.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 633,
"lastModified": "2024-04-11T04:52:30.000+00:00"
},
{
"name": "wordpress-6.4.3.tar.gz",
"size": 8994,
"lastModified": "2024-04-11T04:52:30.000+00:00"
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-04-11T04:52:30.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.4.3/wordpress-6.4.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-4-2",
"readMe": null,
"name": "6.4.2",
"lastModified": 1706601059,
"files": [
{
"name": "docker-compose.yml",
"size": 633,
"lastModified": "2024-01-30T07:50:59.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-01-30T07:50:59.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2024-01-30T07:50:59.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2024-01-30T07:50:59.000+00:00"
},
{
"name": "wordpress-6.4.2.tar.gz",
"size": 9001,
"lastModified": "2024-01-30T07:50:59.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.4.2/wordpress-6.4.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-4-1",
"readMe": null,
"name": "6.4.1",
"lastModified": 1702024556,
"files": [
{
"name": "wordpress-6.4.1.tar.gz",
"size": 9001,
"lastModified": "2023-12-08T08:35:56.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2023-12-08T08:35:56.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2023-12-08T08:35:56.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 633,
"lastModified": "2023-12-08T08:35:56.000+00:00"
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2023-12-08T08:35:56.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.4.1/wordpress-6.4.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-4-0",
"readMe": null,
"name": "6.4.0",
"lastModified": 1699857989,
"files": [
{
"name": "docker-compose.yml",
"size": 633,
"lastModified": "2023-11-13T06:46:29.000+00:00"
},
{
"name": "wordpress-6.4.0.tar.gz",
"size": 9000,
"lastModified": "2023-11-13T06:46:29.000+00:00"
},
{
"name": "data.yml",
"size": 1326,
"lastModified": "2023-11-13T06:46:29.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2023-11-13T06:46:29.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2023-11-13T06:46:29.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.4.0/wordpress-6.4.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-3-2",
"readMe": null,
"name": "6.3.2",
"lastModified": 1699371702,
"files": [
{
"name": "data.yml",
"size": 1326,
"lastModified": "2023-11-07T15:41:42.000+00:00"
},
{
"name": "wordpress-6.3.2.tar.gz",
"size": 9000,
"lastModified": "2023-11-07T15:41:42.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 633,
"lastModified": "2023-11-07T15:41:42.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2023-11-07T15:41:42.000+00:00",
"files": [
{
"name": "uploads.ini",
"size": 109,
"lastModified": "2023-11-07T15:41:42.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.3.2/wordpress-6.3.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
}
]
},
{
"default": "word",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER",
"labelEn": "User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "word",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 8080,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "应用端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 12207,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/wordpress/6.6.2/wordpress-6.6.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "rabbitmq",
"lastModified": 1730384545,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/logo.png",
"readMe": "# RabbitMQ\n\nRabbitMQ is an open-source message queue middleware that provides powerful messaging capabilities for communication between distributed applications.\n\n## Main Features:\n\n### Message Queues\n\nRabbitMQ allows applications to communicate asynchronously through message queues in a distributed system. It can be used to decouple components between producers and consumers, thereby improving system scalability and flexibility.\n\n### Message Routing\n\nRabbitMQ supports various message routing patterns, including direct exchange, topic exchange, and fanout exchange, allowing messages to be routed to different queues according to different rules.\n\n### Reliability\n\nRabbitMQ provides a reliable message delivery mechanism to ensure that messages are not lost between sending and receiving. It supports message acknowledgment and persistence to ensure reliable message delivery.\n\n### Delayed Queues\n\nRabbitMQ supports delayed queues, allowing messages to be pushed to the queue and processed after a specified delay time. This is very useful for implementing timed tasks and scheduling.\n\n### High Availability\n\nRabbitMQ can be configured to be highly available, using mirrored queues and cluster mode to ensure that messages are not lost even in the event of node failure.\n\n### Plugin System\n\nRabbitMQ has a rich plugin system that can extend its functionality, including management interface, authentication and authorization plugins, and more.\n\n### Multiple Client Libraries\n\nRabbitMQ supports client libraries for various programming languages, including Java, Python, Ruby, C#, etc., enabling developers to easily interact with message queues.\n\n### Visual Management Interface\n\nRabbitMQ provides an easy-to-use web management interface for monitoring the status of queues, exchanges, connections, and nodes, as well as performing configuration and management operations.\n",
"description": "A feature rich, multi-protocol messaging and streaming broker",
"name": "RabbitMQ",
"tags": [
"Middleware"
],
"title": "A feature rich, multi-protocol messaging and streaming broker",
"additionalProperties": {
"key": "rabbitmq",
"name": "RabbitMQ",
"tags": [
"Middleware"
],
"shortDescZh": "功能丰富的多协议消息传递和流媒体代理",
"shortDescEn": "A feature rich, multi-protocol messaging and streaming broker",
"type": "tool",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 0,
"website": "https://www.rabbitmq.com/",
"github": "https://github.com/rabbitmq/rabbitmq-server",
"document": "https://www.rabbitmq.com/documentation.html"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "4-0-3-management-alpine",
"readMe": null,
"name": "4.0.3-management-alpine",
"lastModified": 1730384545,
"files": [
{
"name": "rabbitmq-4.0.3-management-alpine.tar.gz",
"size": 2778,
"lastModified": "2024-10-31T14:22:25.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 569,
"lastModified": "2024-10-31T14:22:25.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-10-31T14:22:25.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/4.0.3-management-alpine/rabbitmq-4.0.3-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "4-0-2-management-alpine",
"readMe": null,
"name": "4.0.2-management-alpine",
"lastModified": 1730039340,
"files": [
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-10-27T14:29:00.000+00:00"
},
{
"name": "rabbitmq-4.0.2-management-alpine.tar.gz",
"size": 2782,
"lastModified": "2024-10-27T14:29:00.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 569,
"lastModified": "2024-10-27T14:29:00.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/4.0.2-management-alpine/rabbitmq-4.0.2-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "4-0-1-management-alpine",
"readMe": null,
"name": "4.0.1-management-alpine",
"lastModified": 1727084777,
"files": [
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-09-23T09:46:17.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 569,
"lastModified": "2024-09-23T09:46:17.000+00:00"
},
{
"name": "rabbitmq-4.0.1-management-alpine.tar.gz",
"size": 2782,
"lastModified": "2024-09-23T09:46:17.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/4.0.1-management-alpine/rabbitmq-4.0.1-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-13-7-management-alpine",
"readMe": null,
"name": "3.13.7-management-alpine",
"lastModified": 1726817625,
"files": [
{
"name": "docker-compose.yml",
"size": 570,
"lastModified": "2024-09-20T07:33:45.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-09-20T07:33:45.000+00:00"
},
{
"name": "rabbitmq-3.13.7-management-alpine.tar.gz",
"size": 2783,
"lastModified": "2024-09-20T07:33:45.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.13.7-management-alpine/rabbitmq-3.13.7-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-13-6-management-alpine",
"readMe": null,
"name": "3.13.6-management-alpine",
"lastModified": 1726810847,
"files": [
{
"name": "rabbitmq-3.13.6-management-alpine.tar.gz",
"size": 2829,
"lastModified": "2024-09-20T05:40:47.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 570,
"lastModified": "2024-09-20T05:40:47.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-09-20T05:40:47.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.13.6-management-alpine/rabbitmq-3.13.6-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-13-5-management-alpine",
"readMe": null,
"name": "3.13.5-management-alpine",
"lastModified": 1721727319,
"files": [
{
"name": "docker-compose.yml",
"size": 570,
"lastModified": "2024-07-23T09:35:19.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-07-23T09:35:19.000+00:00"
},
{
"name": "rabbitmq-3.13.5-management-alpine.tar.gz",
"size": 2784,
"lastModified": "2024-07-23T09:35:19.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.13.5-management-alpine/rabbitmq-3.13.5-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-13-4-management-alpine",
"readMe": null,
"name": "3.13.4-management-alpine",
"lastModified": 1721310811,
"files": [
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-07-18T13:53:31.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 570,
"lastModified": "2024-07-18T13:53:31.000+00:00"
},
{
"name": "rabbitmq-3.13.4-management-alpine.tar.gz",
"size": 2783,
"lastModified": "2024-07-18T13:53:31.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.13.4-management-alpine/rabbitmq-3.13.4-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-13-3-management-alpine",
"readMe": null,
"name": "3.13.3-management-alpine",
"lastModified": 1720086734,
"files": [
{
"name": "rabbitmq-3.13.3-management-alpine.tar.gz",
"size": 2783,
"lastModified": "2024-07-04T09:52:14.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 570,
"lastModified": "2024-07-04T09:52:14.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-07-04T09:52:14.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.13.3-management-alpine/rabbitmq-3.13.3-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-13-2-management-alpine",
"readMe": null,
"name": "3.13.2-management-alpine",
"lastModified": 1717512625,
"files": [
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-06-04T14:50:25.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 570,
"lastModified": "2024-06-04T14:50:25.000+00:00"
},
{
"name": "rabbitmq-3.13.2-management-alpine.tar.gz",
"size": 6473,
"lastModified": "2024-06-04T14:50:25.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.13.2-management-alpine/rabbitmq-3.13.2-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-13-1-management-alpine",
"readMe": null,
"name": "3.13.1-management-alpine",
"lastModified": 1714489683,
"files": [
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-04-30T15:08:03.000+00:00"
},
{
"name": "rabbitmq-3.13.1-management-alpine.tar.gz",
"size": 6470,
"lastModified": "2024-04-30T15:08:03.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 570,
"lastModified": "2024-04-30T15:08:03.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.13.1-management-alpine/rabbitmq-3.13.1-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-13-0-management-alpine",
"readMe": null,
"name": "3.13.0-management-alpine",
"lastModified": 1712811148,
"files": [
{
"name": "docker-compose.yml",
"size": 583,
"lastModified": "2024-04-11T04:52:28.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-04-11T04:52:28.000+00:00"
},
{
"name": "rabbitmq-3.13.0-management-alpine.tar.gz",
"size": 6486,
"lastModified": "2024-04-11T04:52:28.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.13.0-management-alpine/rabbitmq-3.13.0-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-12-13-management-alpine",
"readMe": null,
"name": "3.12.13-management-alpine",
"lastModified": 1708573509,
"files": [
{
"name": "rabbitmq-3.12.13-management-alpine.tar.gz",
"size": 6490,
"lastModified": "2024-02-22T03:45:09.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-02-22T03:45:09.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 584,
"lastModified": "2024-02-22T03:45:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.12.13-management-alpine/rabbitmq-3.12.13-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-12-12-management-alpine",
"readMe": null,
"name": "3.12.12-management-alpine",
"lastModified": 1708323076,
"files": [
{
"name": "docker-compose.yml",
"size": 584,
"lastModified": "2024-02-19T06:11:16.000+00:00"
},
{
"name": "rabbitmq-3.12.12-management-alpine.tar.gz",
"size": 6487,
"lastModified": "2024-02-19T06:11:16.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-02-19T06:11:16.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.12.12-management-alpine/rabbitmq-3.12.12-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-12-11-management-alpine",
"readMe": null,
"name": "3.12.11-management-alpine",
"lastModified": 1704251096,
"files": [
{
"name": "data.yml",
"size": 857,
"lastModified": "2024-01-03T03:04:56.000+00:00"
},
{
"name": "rabbitmq-3.12.11-management-alpine.tar.gz",
"size": 6488,
"lastModified": "2024-01-03T03:04:56.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 584,
"lastModified": "2024-01-03T03:04:56.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.12.11-management-alpine/rabbitmq-3.12.11-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-12-10-management-alpine",
"readMe": null,
"name": "3.12.10-management-alpine",
"lastModified": 1703571934,
"files": [
{
"name": "docker-compose.yml",
"size": 584,
"lastModified": "2023-12-26T06:25:34.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2023-12-26T06:25:34.000+00:00"
},
{
"name": "rabbitmq-3.12.10-management-alpine.tar.gz",
"size": 6491,
"lastModified": "2023-12-26T06:25:34.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.12.10-management-alpine/rabbitmq-3.12.10-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-12-9-management-alpine",
"readMe": null,
"name": "3.12.9-management-alpine",
"lastModified": 1701159659,
"files": [
{
"name": "data.yml",
"size": 857,
"lastModified": "2023-11-28T08:20:59.000+00:00"
},
{
"name": "rabbitmq-3.12.9-management-alpine.tar.gz",
"size": 6490,
"lastModified": "2023-11-28T08:20:59.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 583,
"lastModified": "2023-11-28T08:20:59.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.12.9-management-alpine/rabbitmq-3.12.9-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "3-12-8-management-alpine",
"readMe": null,
"name": "3.12.8-management-alpine",
"lastModified": 1700200205,
"files": [
{
"name": "rabbitmq-3.12.8-management-alpine.tar.gz",
"size": 6489,
"lastModified": "2023-11-17T05:50:05.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 583,
"lastModified": "2023-11-17T05:50:05.000+00:00"
},
{
"name": "data.yml",
"size": 857,
"lastModified": "2023-11-17T05:50:05.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/3.12.8-management-alpine/rabbitmq-3.12.8-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_USER",
"labelEn": "RabbitMQ User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "rabbitmq",
"envKey": "RABBITMQ_DEFAULT_PASS",
"labelEn": "RabbitMQ User Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 15672,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Dashboard Port",
"labelZh": "Dashboard 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 5672,
"edit": true,
"envKey": "PANEL_APP_PORT_SERVICE",
"labelEn": "Service Port",
"labelZh": "服务端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 1699,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/rabbitmq/4.0.3-management-alpine/rabbitmq-4.0.3-management-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "postgresql",
"lastModified": 1730384544,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/postgresql/logo.png",
"readMe": "# PostgreSQL\n\nPostgreSQL 是一个强大的开源关系型数据库管理系统(RDBMS),具有许多先进的功能和广泛的用途。它以可靠性、扩展性和高级功能而闻名,适用于各种不同的应用场景。\n\n## 主要功能:\n\n### 多用户支持\n\nPostgreSQL 支持多个用户,每个用户可以有自己的帐户和权限。这使得多个用户可以同时访问和管理数据库,而不会相互干扰。\n\n### ACID 遵从\n\nPostgreSQL 遵循 ACID(原子性、一致性、隔离性和持久性)属性,确保数据库操作的可靠性和一致性,即使在系统崩溃或故障的情况下也能保持数据的完整性。\n\n### 数据类型支持\n\nPostgreSQL 提供了丰富的内置数据类型,包括整数、浮点数、日期/时间、文本、二进制数据等。此外,它还支持用户自定义数据类型,使其非常灵活。\n\n### 扩展性\n\nPostgreSQL 允许用户轻松地添加新的函数、操作符、聚合函数和数据类型,以满足特定应用程序的需求。这种灵活性使得它适用于各种不同的数据处理任务。\n\n### 外键支持\n\nPostgreSQL 支持外键,可以定义表之间的关系,确保数据的引用完整性,防止不一致的数据关联。\n\n### 多版本并发控制\n\nPostgreSQL 使用多版本并发控制(MVCC)来处理并发访问,允许多个事务同时访问数据库,而不会导致数据冲突或锁定。\n\n### 高级查询优化\n\nPostgreSQL 提供了强大的查询优化器,可以优化复杂的查询,以提高性能并降低查询时间。\n\n### 备份和恢复\n\nPostgreSQL 支持在线备份和恢复操作,可以轻松创建数据库备份,并在需要时恢复数据,确保数据的可用性和安全性。\n\n### 外部数据源访问\n\nPostgreSQL 允许访问外部数据源,如其他数据库、文件和Web服务,以便将外部数据与数据库中的数据集成。\n\n### 安全性\n\nPostgreSQL 提供了丰富的安全功能,包括访问控制、SSL支持、数据加密和审计功能,以确保数据库的安全性。\n\n### JSON 和 JSONB 数据类型\n\nPostgreSQL 支持存储和查询 JSON 数据,包括 JSON 和二进制 JSON(JSONB)数据类型,使其成为处理半结构化数据的理想选择。\n\n### 复制和高可用性\n\nPostgreSQL 支持流复制和逻辑复制,以实现数据复制和高可用性配置,确保系统的可用性和容错性。\n\n### 社区支持和扩展\n\nPostgreSQL 拥有活跃的社区,提供了大量的扩展和插件,以满足不同行业和应用程序的需求。\n",
"description": "开源关系型数据库",
"name": "PostgreSQL",
"tags": [
"Database"
],
"title": "开源关系型数据库",
"additionalProperties": {
"key": "postgresql",
"name": "PostgreSQL",
"tags": [
"Database"
],
"shortDescZh": "开源关系型数据库",
"shortDescEn": "Open Source Relational Database",
"type": "runtime",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 0,
"website": "https://www.postgresql.org/",
"github": "https://github.com/postgres/postgres",
"document": "https://www.postgresql.org/docs/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "17-0-alpine",
"readMe": null,
"name": "17.0-alpine",
"lastModified": 1730384544,
"files": [
{
"name": "data.yml",
"size": 579,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "postgresql-17.0-alpine.tar.gz",
"size": 6658,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 645,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/postgresql/17.0-alpine/postgresql-17.0-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "user",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "password",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 5432,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "16-4-alpine",
"readMe": null,
"name": "16.4-alpine",
"lastModified": 1730384544,
"files": [
{
"name": "postgresql-16.4-alpine.tar.gz",
"size": 6661,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 645,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "data.yml",
"size": 579,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/postgresql/16.4-alpine/postgresql-16.4-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "user",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "password",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 5432,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "15-8-alpine",
"readMe": null,
"name": "15.8-alpine",
"lastModified": 1730384544,
"files": [
{
"name": "data.yml",
"size": 579,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "postgresql-15.8-alpine.tar.gz",
"size": 6659,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 645,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/postgresql/15.8-alpine/postgresql-15.8-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "user",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "password",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 5432,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "14-13-alpine",
"readMe": null,
"name": "14.13-alpine",
"lastModified": 1730384544,
"files": [
{
"name": "postgresql-14.13-alpine.tar.gz",
"size": 6661,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "data.yml",
"size": 579,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 646,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/postgresql/14.13-alpine/postgresql-14.13-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "user",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "password",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 5432,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "13-16-alpine",
"readMe": null,
"name": "13.16-alpine",
"lastModified": 1730384544,
"files": [
{
"name": "data.yml",
"size": 579,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "postgresql-13.16-alpine.tar.gz",
"size": 6660,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 646,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/postgresql/13.16-alpine/postgresql-13.16-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "user",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "password",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 5432,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "12-20-alpine",
"readMe": null,
"name": "12.20-alpine",
"lastModified": 1730384544,
"files": [
{
"name": "docker-compose.yml",
"size": 646,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "postgresql-12.20-alpine.tar.gz",
"size": 6660,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "data.yml",
"size": 579,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/postgresql/12.20-alpine/postgresql-12.20-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "user",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "password",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 5432,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 3080,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/postgresql/17.0-alpine/postgresql-17.0-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "web-check",
"lastModified": 1730384547,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/web-check/logo.png",
"readMe": "# web-check\n\n`web-check` is a tool for automating the checking and monitoring of web applications. It can be used to verify website availability, performance, and content consistency, and issue alerts when problems are detected.\n\n## Features:\n\n1. **Availability Monitoring**: Continuously monitors website availability to ensure that the website is available when users visit.\n2. **Performance Monitoring**: Measures website load times and response times to help identify performance bottlenecks.\n3. **Content Verification**: Checks the consistency of page content to ensure that key elements and text are always displayed as expected.\n4. **Alert Notifications**: Issues alerts via email, SMS, or other notification methods when problems are detected.\n5. **Easy to Configure**: Set monitoring parameters through a simple configuration file without complex coding.\n6. **Extensibility**: Supports plugins and custom scripts to meet specific monitoring needs.\n7. **Report Generation**: Generates detailed monitoring reports to help analyze and track issues.\n",
"description": "All-in-one OSINT tool for analysing any website",
"name": "Web-Check",
"tags": [
"Utility"
],
"title": "All-in-one OSINT tool for analysing any website",
"additionalProperties": {
"key": "web-check",
"name": "Web-Check",
"tags": [
"Tool"
],
"shortDescZh": "用于分析任何网站的多合一 OSINT 工具",
"shortDescEn": "All-in-one OSINT tool for analysing any website",
"type": "tool",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://web-check.xyz/",
"github": "https://github.com/lissy93/web-check",
"document": "https://github.com/lissy93/web-check"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "1-0-0",
"readMe": null,
"name": "1.0.0",
"lastModified": 1730384547,
"files": [
{
"name": "web-check-1.0.0.tar.gz",
"size": 7899,
"lastModified": "2024-10-31T14:22:27.000+00:00"
},
{
"name": "data.yml",
"size": 222,
"lastModified": "2024-10-31T14:22:27.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 289,
"lastModified": "2024-10-31T14:22:27.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/web-check/1.0.0/web-check-1.0.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 40095,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 2,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/web-check/1.0.0/web-check-1.0.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "openlitespeed",
"lastModified": 1730384535,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openlitespeed/logo.png",
"readMe": "# 使用说明\n\n安装完成后,在容器功能界面,连接容器终端,执行以下命令创建管理员账户密码\n\n```shell\n/usr/local/lsws/admin/misc/admpass.sh\n```\n\n# OpenLiteSpeed\n\n**OpenLiteSpeed** 是一个高性能、轻量级、开源 的HTTP 服务器。\n\n# 功能简介:\n\n- **高性能**:OpenLiteSpeed 能够处理大量并发连接和请求,提供快速的响应时间和高吞吐量。\n- **内置缓存**:提供内置的高效缓存系统,可以显著提高网站的加载速度和性能。\n- **事件驱动架构**:采用事件驱动架构,有效利用系统资源,提高服务器处理能力。\n- **虚拟主机支持**:支持虚拟主机配置,允许在一台服务器上托管多个网站,提供灵活的部署选项。\n- **安全性**:内置防止 DDoS 攻击和恶意软件保护,提供可靠的安全防护措施。\n- **易于使用的 Web 管理界面**:提供直观的 Web 管理界面,方便用户配置和管理服务器设置。\n- **可扩展性**:支持各种插件和扩展,可以根据需要扩展服务器功能和性能。\n",
"description": "高性能、轻量级、开源的 HTTP 服务器",
"name": "OpenLiteSpeed",
"tags": [
"Web Server"
],
"title": "高性能、轻量级、开源的 HTTP 服务器",
"additionalProperties": {
"key": "openlitespeed",
"name": "OpenLiteSpeed",
"tags": [
"Server"
],
"shortDescZh": "高性能、轻量级、开源的 HTTP 服务器",
"shortDescEn": "A high-performance, lightweight, open source HTTP server",
"type": "tool",
"crossVersionUpdate": true,
"limit": 1,
"recommend": 0,
"website": "https://openlitespeed.org",
"github": "https://github.com/litespeedtech/openlitespeed",
"document": "https://openlitespeed.org/#install"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "1-8-2-lsphp81",
"readMe": null,
"name": "1.8.2-lsphp81",
"lastModified": 1730384535,
"files": [
{
"name": "docker-compose.yml",
"size": 747,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "data.yml",
"size": 914,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "openlitespeed-1.8.2-lsphp81.tar.gz",
"size": 13914,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:14.000+00:00",
"files": [
{
"name": "sites",
"size": 0,
"lastModified": "2024-10-31T14:22:14.000+00:00",
"files": [
{
"name": ".gitignore",
"size": 14,
"lastModified": "2024-10-31T14:22:14.000+00:00"
}
]
},
{
"name": "bin",
"size": 0,
"lastModified": "2024-10-31T14:22:14.000+00:00",
"files": [
{
"name": "container",
"size": 0,
"lastModified": "2024-10-31T14:22:14.000+00:00",
"files": [
{
"name": "owaspctl.sh",
"size": 8228,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "domainctl.sh",
"size": 4348,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "serialctl.sh",
"size": 2022,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "appinstallctl.sh",
"size": 17540,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "certhookctl.sh",
"size": 483,
"lastModified": "2024-10-31T14:22:14.000+00:00"
}
]
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openlitespeed/1.8.2-lsphp81/openlitespeed-1.8.2-lsphp81.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP_80",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 40113,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "Asia/Shanghai",
"edit": true,
"envKey": "TIME_ZONE",
"labelEn": "Time zone",
"labelZh": "时区",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-8-1-lsphp81",
"readMe": null,
"name": "1.8.1-lsphp81",
"lastModified": 1727359950,
"files": [
{
"name": "docker-compose.yml",
"size": 747,
"lastModified": "2024-09-26T14:12:30.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-09-26T14:12:30.000+00:00",
"files": [
{
"name": "sites",
"size": 0,
"lastModified": "2024-09-26T14:12:30.000+00:00",
"files": [
{
"name": ".gitignore",
"size": 14,
"lastModified": "2024-09-26T14:12:30.000+00:00"
}
]
},
{
"name": "bin",
"size": 0,
"lastModified": "2024-09-26T14:12:30.000+00:00",
"files": [
{
"name": "container",
"size": 0,
"lastModified": "2024-09-26T14:12:30.000+00:00",
"files": [
{
"name": "serialctl.sh",
"size": 2022,
"lastModified": "2024-09-26T14:12:30.000+00:00"
},
{
"name": "owaspctl.sh",
"size": 8228,
"lastModified": "2024-09-26T14:12:30.000+00:00"
},
{
"name": "appinstallctl.sh",
"size": 17540,
"lastModified": "2024-09-26T14:12:30.000+00:00"
},
{
"name": "domainctl.sh",
"size": 4348,
"lastModified": "2024-09-26T14:12:30.000+00:00"
},
{
"name": "certhookctl.sh",
"size": 483,
"lastModified": "2024-09-26T14:12:30.000+00:00"
}
]
}
]
}
]
},
{
"name": "data.yml",
"size": 914,
"lastModified": "2024-09-26T14:12:30.000+00:00"
},
{
"name": "openlitespeed-1.8.1-lsphp81.tar.gz",
"size": 13916,
"lastModified": "2024-09-26T14:12:30.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openlitespeed/1.8.1-lsphp81/openlitespeed-1.8.1-lsphp81.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP_80",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 40113,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "Asia/Shanghai",
"edit": true,
"envKey": "TIME_ZONE",
"labelEn": "Time zone",
"labelZh": "时区",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-8-1-lsphp74",
"readMe": null,
"name": "1.8.1-lsphp74",
"lastModified": 1730384534,
"files": [
{
"name": "data.yml",
"size": 914,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "openlitespeed-1.8.1-lsphp74.tar.gz",
"size": 13915,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:14.000+00:00",
"files": [
{
"name": "sites",
"size": 0,
"lastModified": "2024-10-31T14:22:14.000+00:00",
"files": [
{
"name": ".gitignore",
"size": 14,
"lastModified": "2024-10-31T14:22:14.000+00:00"
}
]
},
{
"name": "bin",
"size": 0,
"lastModified": "2024-10-31T14:22:14.000+00:00",
"files": [
{
"name": "container",
"size": 0,
"lastModified": "2024-10-31T14:22:14.000+00:00",
"files": [
{
"name": "domainctl.sh",
"size": 4348,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "owaspctl.sh",
"size": 8228,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "appinstallctl.sh",
"size": 17540,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "certhookctl.sh",
"size": 483,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "serialctl.sh",
"size": 2022,
"lastModified": "2024-10-31T14:22:14.000+00:00"
}
]
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 747,
"lastModified": "2024-10-31T14:22:14.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openlitespeed/1.8.1-lsphp74/openlitespeed-1.8.1-lsphp74.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP_80",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 40113,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "Asia/Shanghai",
"edit": true,
"envKey": "TIME_ZONE",
"labelEn": "Time zone",
"labelZh": "时区",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-7-19-lsphp81",
"readMe": null,
"name": "1.7.19-lsphp81",
"lastModified": 1713627177,
"files": [
{
"name": "openlitespeed-1.7.19-lsphp81.tar.gz",
"size": 16992,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-04-20T15:32:57.000+00:00",
"files": [
{
"name": "bin",
"size": 0,
"lastModified": "2024-04-20T15:32:57.000+00:00",
"files": [
{
"name": "container",
"size": 0,
"lastModified": "2024-04-20T15:32:57.000+00:00",
"files": [
{
"name": "certhookctl.sh",
"size": 483,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "serialctl.sh",
"size": 2022,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "owaspctl.sh",
"size": 8228,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "appinstallctl.sh",
"size": 17540,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "domainctl.sh",
"size": 4348,
"lastModified": "2024-04-20T15:32:57.000+00:00"
}
]
}
]
},
{
"name": "sites",
"size": 0,
"lastModified": "2024-04-20T15:32:57.000+00:00",
"files": [
{
"name": ".gitignore",
"size": 14,
"lastModified": "2024-04-20T15:32:57.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 914,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 748,
"lastModified": "2024-04-20T15:32:57.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openlitespeed/1.7.19-lsphp81/openlitespeed-1.7.19-lsphp81.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP_80",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 40113,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "Asia/Shanghai",
"edit": true,
"envKey": "TIME_ZONE",
"labelEn": "Time zone",
"labelZh": "时区",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-7-19-lsphp74",
"readMe": null,
"name": "1.7.19-lsphp74",
"lastModified": 1713627177,
"files": [
{
"name": "data.yml",
"size": 914,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "openlitespeed-1.7.19-lsphp74.tar.gz",
"size": 16993,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 748,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-04-20T15:32:57.000+00:00",
"files": [
{
"name": "sites",
"size": 0,
"lastModified": "2024-04-20T15:32:57.000+00:00",
"files": [
{
"name": ".gitignore",
"size": 14,
"lastModified": "2024-04-20T15:32:57.000+00:00"
}
]
},
{
"name": "bin",
"size": 0,
"lastModified": "2024-04-20T15:32:57.000+00:00",
"files": [
{
"name": "container",
"size": 0,
"lastModified": "2024-04-20T15:32:57.000+00:00",
"files": [
{
"name": "serialctl.sh",
"size": 2022,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "owaspctl.sh",
"size": 8228,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "certhookctl.sh",
"size": 483,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "domainctl.sh",
"size": 4348,
"lastModified": "2024-04-20T15:32:57.000+00:00"
},
{
"name": "appinstallctl.sh",
"size": 17540,
"lastModified": "2024-04-20T15:32:56.000+00:00"
}
]
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openlitespeed/1.7.19-lsphp74/openlitespeed-1.7.19-lsphp74.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP_80",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 40113,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "Asia/Shanghai",
"edit": true,
"envKey": "TIME_ZONE",
"labelEn": "Time zone",
"labelZh": "时区",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-7-18-lsphp81",
"readMe": null,
"name": "1.7.18-lsphp81",
"lastModified": 1703945816,
"files": [
{
"name": "docker-compose.yml",
"size": 793,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "openlitespeed-1.7.18-lsphp81.tar.gz",
"size": 17025,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "data.yml",
"size": 914,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2023-12-30T14:16:56.000+00:00",
"files": [
{
"name": "bin",
"size": 0,
"lastModified": "2023-12-30T14:16:56.000+00:00",
"files": [
{
"name": "container",
"size": 0,
"lastModified": "2023-12-30T14:16:56.000+00:00",
"files": [
{
"name": "owaspctl.sh",
"size": 8228,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "appinstallctl.sh",
"size": 17540,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "certhookctl.sh",
"size": 483,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "serialctl.sh",
"size": 2022,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "domainctl.sh",
"size": 4348,
"lastModified": "2023-12-30T14:16:56.000+00:00"
}
]
}
]
},
{
"name": "sites",
"size": 0,
"lastModified": "2023-12-30T14:16:56.000+00:00",
"files": [
{
"name": ".gitignore",
"size": 14,
"lastModified": "2023-12-30T14:16:56.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openlitespeed/1.7.18-lsphp81/openlitespeed-1.7.18-lsphp81.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP_80",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 40113,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "Asia/Shanghai",
"edit": true,
"envKey": "TIME_ZONE",
"labelEn": "Time zone",
"labelZh": "时区",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-7-18-lsphp74",
"readMe": null,
"name": "1.7.18-lsphp74",
"lastModified": 1703945816,
"files": [
{
"name": "openlitespeed-1.7.18-lsphp74.tar.gz",
"size": 17024,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2023-12-30T14:16:56.000+00:00",
"files": [
{
"name": "sites",
"size": 0,
"lastModified": "2023-12-30T14:16:56.000+00:00",
"files": [
{
"name": ".gitignore",
"size": 14,
"lastModified": "2023-12-30T14:16:56.000+00:00"
}
]
},
{
"name": "bin",
"size": 0,
"lastModified": "2023-12-30T14:16:56.000+00:00",
"files": [
{
"name": "container",
"size": 0,
"lastModified": "2023-12-30T14:16:56.000+00:00",
"files": [
{
"name": "domainctl.sh",
"size": 4348,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "appinstallctl.sh",
"size": 17540,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "certhookctl.sh",
"size": 483,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "serialctl.sh",
"size": 2022,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "owaspctl.sh",
"size": 8228,
"lastModified": "2023-12-30T14:16:56.000+00:00"
}
]
}
]
}
]
},
{
"name": "data.yml",
"size": 914,
"lastModified": "2023-12-30T14:16:56.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 793,
"lastModified": "2023-12-30T14:16:56.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openlitespeed/1.7.18-lsphp74/openlitespeed-1.7.18-lsphp74.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP_80",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 40113,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "Asia/Shanghai",
"edit": true,
"envKey": "TIME_ZONE",
"labelEn": "Time zone",
"labelZh": "时区",
"required": true,
"type": "text"
}
]
}
}
],
"downloads": 670,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openlitespeed/1.8.2-lsphp81/openlitespeed-1.8.2-lsphp81.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "openresty",
"lastModified": 1730384535,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openresty/logo.png",
"readMe": "# OpenResty\n\nOpenResty 是一个基于 Nginx 的高性能 Web 应用服务器,它将 Nginx 与 Lua 编程语言集成在一起,提供了强大的功能和灵活性。\n\n## 主要功能:\n\n### 高性能代理服务器\n\nOpenResty 基于 Nginx 构建,继承了 Nginx 强大的反向代理和负载均衡功能。它能够处理大量并发请求,快速转发流量到后端服务器,确保网站的高性能和可用性。\n\n### 动态内容生成\n\n通过集成 Lua 编程语言,OpenResty 允许开发人员在配置文件中编写动态内容生成逻辑。这意味着您可以使用 Lua 脚本来处理请求、生成响应,甚至连接到外部数据源,从而创建高度定制化的 Web 应用程序。\n\n### 高级 URL 路由\n\nOpenResty 支持灵活的 URL 路由和重写规则。您可以根据请求的 URL 对流量进行定向、分发和过滤,以满足不同的业务需求。这有助于构建 RESTful API 或处理复杂的 URL 映射。\n\n### 缓存和性能优化\n\nOpenResty 提供了强大的缓存功能,可以缓存静态资源或动态生成的内容,从而显著提高网站的响应速度。它还支持压缩、负载均衡、连接池等性能优化功能,确保最佳的用户体验。\n\n### 安全性和访问控制\n\n通过 Nginx 的安全模块和 Lua 编程,OpenResty 提供了多层次的安全性控制,包括防止恶意请求、DDoS 攻击和访问控制列表。它还支持 SSL/TLS 加密,保护数据传输的安全性。\n\n### 第三方模块和插件\n\nOpenResty 社区和生态系统丰富,有许多第三方模块和插件可供选择,包括缓存、反爬虫、访问日志、认证等。这些扩展功能可以根据需求轻松集成到 OpenResty 中。\n\n### 轻量级和可扩展\n\nOpenResty 采用模块化设计,使得它非常轻量级且易于扩展。您可以根据需要选择性地启用或禁用功能模块,以满足不同的应用场景。\n",
"description": "基于 NGINX 和 LuaJIT 的 Web 平台",
"name": "OpenResty",
"tags": [
"Web Server"
],
"title": "基于 NGINX 和 LuaJIT 的 Web 平台",
"additionalProperties": {
"key": "openresty",
"name": "OpenResty",
"tags": [
"Server"
],
"shortDescZh": "基于 NGINX 和 LuaJIT 的 Web 平台",
"shortDescEn": "High performance web platform based on Nginx and LuaJIT",
"type": "runtime",
"crossVersionUpdate": true,
"limit": 1,
"recommend": 1,
"website": "https://openresty.org",
"github": "https://github.com/openresty/openresty",
"document": "http://openresty.org/cn/getting-started.html"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "1-25-3-2-0-1-focal",
"readMe": null,
"name": "1.25.3.2-0-1-focal",
"lastModified": 1728538722,
"files": [
{
"name": "1pwaf",
"size": 0,
"lastModified": "2024-10-10T05:38:24.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-10-10T05:38:24.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-10T05:38:23.000+00:00",
"files": [
{
"name": "token",
"size": 0,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": ".secret",
"size": 0,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "sites.json",
"size": 0,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "waf.json",
"size": 48,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "waf.conf",
"size": 568,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": ".aes_key",
"size": 0,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "global.json",
"size": 3013,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "monitor.json",
"size": 372,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "siteConfig.json",
"size": 1659,
"lastModified": "2024-10-10T05:38:23.000+00:00"
}
]
},
{
"name": "rules",
"size": 0,
"lastModified": "2024-10-10T05:38:24.000+00:00",
"files": [
{
"name": "uaWhite.json",
"size": 18,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "defaultUrlBlack.json",
"size": 4709,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "post.json",
"size": 3513,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "ipBlack.json",
"size": 20,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "uaBlack.json",
"size": 20,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "cookie.json",
"size": 3179,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "methodWhite.json",
"size": 2287,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "header.json",
"size": 630,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "urlBlack.json",
"size": 17,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "urlWhite.json",
"size": 17,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "fileExt.json",
"size": 518,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "ipWhite.json",
"size": 20,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "cdn.json",
"size": 669,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "acl.json",
"size": 20,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "defaultUaBlack.json",
"size": 300,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "args.json",
"size": 3776,
"lastModified": "2024-10-10T05:38:23.000+00:00"
}
]
},
{
"name": "html",
"size": 0,
"lastModified": "2024-10-10T05:38:23.000+00:00",
"files": [
{
"name": "5s.html",
"size": 1028,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "5s.js",
"size": 735,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "slide.js",
"size": 3234,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "slide.html",
"size": 1270,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "redirect.html",
"size": 1040,
"lastModified": "2024-10-10T05:38:23.000+00:00"
}
]
},
{
"name": "default",
"size": 0,
"lastModified": "2024-10-10T05:38:23.000+00:00",
"files": [
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "global.json",
"size": 3013,
"lastModified": "2024-10-10T05:38:23.000+00:00"
},
{
"name": "monitor.json",
"size": 372,
"lastModified": "2024-10-10T05:38:23.000+00:00"
}
]
}
]
}
]
},
{
"name": "openresty-1.25.3.2-0-1-focal.tar.gz",
"size": 99157435,
"lastModified": "2024-10-10T05:38:42.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-10T05:38:26.000+00:00",
"files": [
{
"name": "mime.types",
"size": 5347,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "fastcgi_params",
"size": 990,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "fastcgi-php.conf",
"size": 428,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "conf.d",
"size": 0,
"lastModified": "2024-10-10T05:38:26.000+00:00",
"files": [
{
"name": "00.default.conf",
"size": 101,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "default.conf",
"size": 344,
"lastModified": "2024-10-10T05:38:26.000+00:00"
}
]
},
{
"name": "nginx.conf",
"size": 1408,
"lastModified": "2024-10-10T05:38:26.000+00:00"
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-10T05:38:26.000+00:00",
"files": [
{
"name": "init.sh",
"size": 381,
"lastModified": "2024-10-10T05:38:26.000+00:00"
}
]
},
{
"name": "root",
"size": 0,
"lastModified": "2024-10-10T05:38:26.000+00:00",
"files": [
{
"name": "404.html",
"size": 130,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "stop",
"size": 0,
"lastModified": "2024-10-10T05:38:26.000+00:00",
"files": [
{
"name": "index.html",
"size": 13730,
"lastModified": "2024-10-10T05:38:26.000+00:00"
}
]
},
{
"name": "index.html",
"size": 732,
"lastModified": "2024-10-10T05:38:26.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 1104,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "data.yml",
"size": 634,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-10T05:38:35.000+00:00",
"files": [
{
"name": "nginx.conf",
"size": 2989,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "nginx.vh.default.conf",
"size": 1590,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "tmp",
"size": 0,
"lastModified": "2024-10-10T05:38:35.000+00:00",
"files": [
{
"name": "pcre-8.45.tar.gz",
"size": 2096552,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "nginx-rtmp-module.zip",
"size": 3883566,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "ngx_brotli.zip",
"size": 73828552,
"lastModified": "2024-10-10T05:38:35.000+00:00"
},
{
"name": "openssl-1.1.1w.tar.gz",
"size": 9893384,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "openresty-1.25.3.2.tar.gz",
"size": 5837745,
"lastModified": "2024-10-10T05:38:25.000+00:00"
},
{
"name": "libmaxminddb.zip",
"size": 804632,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "luarocks-3.11.0.tar.gz",
"size": 277031,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "lsqlite3.zip",
"size": 42869,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "pre.sh",
"size": 0,
"lastModified": "2024-10-10T05:38:26.000+00:00"
},
{
"name": "ngx_http_substitutions_filter_module.zip",
"size": 452614,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "default.sh",
"size": 840,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "ngx_http_geoip2_module.zip",
"size": 607827,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "nginx-dav-ext-module.zip",
"size": 152412,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "libinjection-master.zip",
"size": 1791412,
"lastModified": "2024-10-10T05:38:24.000+00:00"
}
]
},
{
"name": "Dockerfile",
"size": 9910,
"lastModified": "2024-10-10T05:38:24.000+00:00"
},
{
"name": "module.json",
"size": 1096,
"lastModified": "2024-10-10T05:38:24.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openresty/1.25.3.2-0-1-focal/openresty-1.25.3.2-0-1-focal.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP 端口",
"required": true,
"type": "number"
},
{
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS 端口",
"required": true,
"type": "number"
},
{
"default": "www",
"envKey": "WEBSITE_DIR",
"labelEn": "Website Dir",
"labelZh": "网站目录(默认网站目录会放置在 1Panel 安装目录下,如需修改请以绝对路径填写)",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-21-4-3-3-3-focal",
"readMe": null,
"name": "1.21.4.3-3-3-focal",
"lastModified": 1730384535,
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "mime.types",
"size": 5347,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "fastcgi_params",
"size": 990,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "fastcgi-php.conf",
"size": 428,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "nginx.conf",
"size": 1348,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "conf.d",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "default.conf",
"size": 344,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "00.default.conf",
"size": 299,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "init.sh",
"size": 379,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
},
{
"name": "openresty-1.21.4.3-3-3-focal.tar.gz",
"size": 67307,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "data.yml",
"size": 378,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "root",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "stop",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "index.html",
"size": 13730,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
},
{
"name": "index.html",
"size": 732,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "404.html",
"size": 130,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 734,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "1pwaf",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": ".secret",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "siteConfig.json",
"size": 1659,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "sites.json",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "waf.json",
"size": 48,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "monitor.json",
"size": 372,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "waf.conf",
"size": 568,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": ".aes_key",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "token",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "global.json",
"size": 3013,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
},
{
"name": "rules",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "urlWhite.json",
"size": 17,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "header.json",
"size": 630,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "ipWhite.json",
"size": 20,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "defaultUrlBlack.json",
"size": 4709,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "args.json",
"size": 3776,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "post.json",
"size": 3513,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "methodWhite.json",
"size": 2287,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "ipBlack.json",
"size": 20,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "acl.json",
"size": 20,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "cookie.json",
"size": 3179,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "cdn.json",
"size": 669,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "defaultUaBlack.json",
"size": 300,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "urlBlack.json",
"size": 17,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "uaWhite.json",
"size": 18,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "uaBlack.json",
"size": 20,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "fileExt.json",
"size": 518,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
},
{
"name": "html",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "5s.html",
"size": 1028,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "slide.js",
"size": 3234,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "redirect.html",
"size": 1040,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "slide.html",
"size": 1270,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "5s.js",
"size": 735,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
},
{
"name": "default",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "global.json",
"size": 3013,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "monitor.json",
"size": 372,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openresty/1.21.4.3-3-3-focal/openresty-1.21.4.3-3-3-focal.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP 端口",
"required": true,
"type": "number"
},
{
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS 端口",
"required": true,
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-21-4-3-3-2-focal",
"readMe": null,
"name": "1.21.4.3-3-2-focal",
"lastModified": 1719224611,
"files": [
{
"name": "1pwaf",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "sites.json",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "waf.json",
"size": 48,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "waf.conf",
"size": 568,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "siteConfig.json",
"size": 1640,
"lastModified": "2024-06-24T10:23:30.000+00:00"
},
{
"name": ".aes_key",
"size": 0,
"lastModified": "2024-06-24T10:23:30.000+00:00"
},
{
"name": ".secret",
"size": 0,
"lastModified": "2024-06-24T10:23:30.000+00:00"
},
{
"name": "token",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "global.json",
"size": 2994,
"lastModified": "2024-06-24T10:23:30.000+00:00"
},
{
"name": "monitor.json",
"size": 344,
"lastModified": "2024-06-24T10:23:30.000+00:00"
}
]
},
{
"name": "default",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "monitor.json",
"size": 343,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "global.json",
"size": 2822,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-06-24T10:23:31.000+00:00"
}
]
},
{
"name": "rules",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "defaultUaBlack.json",
"size": 300,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "methodWhite.json",
"size": 2287,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "args.json",
"size": 3776,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "uaBlack.json",
"size": 20,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "ipWhite.json",
"size": 20,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "cookie.json",
"size": 3179,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "fileExt.json",
"size": 518,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "post.json",
"size": 3513,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "header.json",
"size": 630,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "uaWhite.json",
"size": 18,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "ipBlack.json",
"size": 20,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "acl.json",
"size": 20,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "cdn.json",
"size": 669,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "urlWhite.json",
"size": 17,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "urlBlack.json",
"size": 17,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "defaultUrlBlack.json",
"size": 4709,
"lastModified": "2024-06-24T10:23:31.000+00:00"
}
]
},
{
"name": "html",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "slide.js",
"size": 3234,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "5s.html",
"size": 1028,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "slide.html",
"size": 1270,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "redirect.html",
"size": 1040,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "5s.js",
"size": 735,
"lastModified": "2024-06-24T10:23:31.000+00:00"
}
]
}
]
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "mime.types",
"size": 5347,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "fastcgi-php.conf",
"size": 428,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "conf.d",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "00.default.conf",
"size": 299,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "default.conf",
"size": 344,
"lastModified": "2024-06-24T10:23:31.000+00:00"
}
]
},
{
"name": "fastcgi_params",
"size": 990,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "nginx.conf",
"size": 1348,
"lastModified": "2024-06-24T10:23:31.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 665,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "data.yml",
"size": 378,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "init.sh",
"size": 379,
"lastModified": "2024-06-24T10:23:31.000+00:00"
}
]
},
{
"name": "root",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "stop",
"size": 0,
"lastModified": "2024-06-24T10:23:31.000+00:00",
"files": [
{
"name": "index.html",
"size": 13730,
"lastModified": "2024-06-24T10:23:31.000+00:00"
}
]
},
{
"name": "index.html",
"size": 732,
"lastModified": "2024-06-24T10:23:31.000+00:00"
},
{
"name": "404.html",
"size": 130,
"lastModified": "2024-06-24T10:23:31.000+00:00"
}
]
},
{
"name": "openresty-1.21.4.3-3-2-focal.tar.gz",
"size": 67325,
"lastModified": "2024-06-24T10:23:31.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openresty/1.21.4.3-3-2-focal/openresty-1.21.4.3-3-2-focal.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP 端口",
"required": true,
"type": "number"
},
{
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS 端口",
"required": true,
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-21-4-3-3-1-focal",
"readMe": null,
"name": "1.21.4.3-3-1-focal",
"lastModified": 1717991999,
"files": [
{
"name": "openresty-1.21.4.3-3-1-focal.tar.gz",
"size": 59379,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "init.sh",
"size": 379,
"lastModified": "2024-06-10T03:59:59.000+00:00"
}
]
},
{
"name": "root",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "index.html",
"size": 732,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "404.html",
"size": 130,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "stop",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "index.html",
"size": 3643,
"lastModified": "2024-06-10T03:59:59.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 665,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "data.yml",
"size": 378,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "fastcgi_params",
"size": 990,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "nginx.conf",
"size": 1348,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "conf.d",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "default.conf",
"size": 344,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "00.default.conf",
"size": 299,
"lastModified": "2024-06-10T03:59:59.000+00:00"
}
]
},
{
"name": "mime.types",
"size": 5347,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "fastcgi-php.conf",
"size": 428,
"lastModified": "2024-06-10T03:59:59.000+00:00"
}
]
},
{
"name": "1pwaf",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "html",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "redirect.html",
"size": 1040,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "5s.js",
"size": 735,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "slide.js",
"size": 3234,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "slide.html",
"size": 1270,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "5s.html",
"size": 1028,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-06-10T03:59:59.000+00:00"
}
]
},
{
"name": "default",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "global.json",
"size": 2822,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "monitor.json",
"size": 343,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-06-10T03:59:59.000+00:00"
}
]
},
{
"name": "rules",
"size": 0,
"lastModified": "2024-06-10T03:59:59.000+00:00",
"files": [
{
"name": "args.json",
"size": 3776,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "fileExt.json",
"size": 518,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "cookie.json",
"size": 3179,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "header.json",
"size": 630,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "uaBlack.json",
"size": 20,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "defaultUrlBlack.json",
"size": 4709,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "post.json",
"size": 3513,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "defaultUaBlack.json",
"size": 300,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "ipBlack.json",
"size": 20,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "methodWhite.json",
"size": 2287,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "cdn.json",
"size": 669,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "uaWhite.json",
"size": 18,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "urlBlack.json",
"size": 17,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "ipWhite.json",
"size": 20,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "urlWhite.json",
"size": 17,
"lastModified": "2024-06-10T03:59:59.000+00:00"
},
{
"name": "acl.json",
"size": 20,
"lastModified": "2024-06-10T03:59:59.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-10T03:59:58.000+00:00",
"files": [
{
"name": ".aes_key",
"size": 0,
"lastModified": "2024-06-10T03:59:58.000+00:00"
},
{
"name": "token",
"size": 0,
"lastModified": "2024-06-10T03:59:58.000+00:00"
},
{
"name": "monitor.json",
"size": 343,
"lastModified": "2024-06-10T03:59:58.000+00:00"
},
{
"name": "waf.json",
"size": 48,
"lastModified": "2024-06-10T03:59:58.000+00:00"
},
{
"name": "waf.conf",
"size": 568,
"lastModified": "2024-06-10T03:59:58.000+00:00"
},
{
"name": "global.json",
"size": 2994,
"lastModified": "2024-06-10T03:59:58.000+00:00"
},
{
"name": "siteConfig.json",
"size": 1640,
"lastModified": "2024-06-10T03:59:58.000+00:00"
},
{
"name": "sites.json",
"size": 0,
"lastModified": "2024-06-10T03:59:58.000+00:00"
},
{
"name": ".secret",
"size": 0,
"lastModified": "2024-06-10T03:59:58.000+00:00"
}
]
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openresty/1.21.4.3-3-1-focal/openresty-1.21.4.3-3-1-focal.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP 端口",
"required": true,
"type": "number"
},
{
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS 端口",
"required": true,
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-21-4-3-2-2-focal",
"readMe": null,
"name": "1.21.4.3-2-2-focal",
"lastModified": 1717512616,
"files": [
{
"name": "data.yml",
"size": 378,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "openresty-1.21.4.3-2-2-focal.tar.gz",
"size": 7867500,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "root",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "404.html",
"size": 130,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "index.html",
"size": 732,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "stop",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "index.html",
"size": 3643,
"lastModified": "2024-06-04T14:50:16.000+00:00"
}
]
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "init.sh",
"size": 379,
"lastModified": "2024-06-04T14:50:16.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "fastcgi-php.conf",
"size": 428,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "conf.d",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "default.conf",
"size": 344,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "00.default.conf",
"size": 299,
"lastModified": "2024-06-04T14:50:16.000+00:00"
}
]
},
{
"name": "nginx.conf",
"size": 1348,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "fastcgi_params",
"size": 990,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "mime.types",
"size": 5347,
"lastModified": "2024-06-04T14:50:16.000+00:00"
}
]
},
{
"name": "1pwaf",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "default",
"size": 0,
"lastModified": "2024-06-04T14:50:15.000+00:00",
"files": [
{
"name": "global.json",
"size": 2822,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-06-04T14:50:15.000+00:00"
}
]
},
{
"name": "html",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "5s.js",
"size": 735,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "slide.js",
"size": 3234,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "5s.html",
"size": 1028,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "redirect.html",
"size": 1040,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "slide.html",
"size": 1270,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-06-04T14:50:15.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-04T14:50:15.000+00:00",
"files": [
{
"name": "waf.conf",
"size": 567,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "waf.json",
"size": 48,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "sites.json",
"size": 0,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": ".secret",
"size": 0,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "global.json",
"size": 2994,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "token",
"size": 0,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": ".aes_key",
"size": 0,
"lastModified": "2024-06-04T14:50:15.000+00:00"
},
{
"name": "siteConfig.json",
"size": 1640,
"lastModified": "2024-06-04T14:50:15.000+00:00"
}
]
},
{
"name": "rules",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "args.json",
"size": 3776,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "methodWhite.json",
"size": 2287,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "ipWhite.json",
"size": 20,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "cookie.json",
"size": 3179,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "uaWhite.json",
"size": 18,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "uaBlack.json",
"size": 20,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "fileExt.json",
"size": 518,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "header.json",
"size": 630,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "defaultUrlBlack.json",
"size": 4461,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "cdn.json",
"size": 625,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "acl.json",
"size": 20,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "ipBlack.json",
"size": 20,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "defaultUaBlack.json",
"size": 300,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "urlBlack.json",
"size": 17,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "urlWhite.json",
"size": 17,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "post.json",
"size": 3513,
"lastModified": "2024-06-04T14:50:16.000+00:00"
}
]
},
{
"name": "geo",
"size": 0,
"lastModified": "2024-06-04T14:50:16.000+00:00",
"files": [
{
"name": "GeoIP.mmdb",
"size": 17078230,
"lastModified": "2024-06-04T14:50:16.000+00:00"
},
{
"name": "BlackIP.mmdb",
"size": 62661,
"lastModified": "2024-06-04T14:50:15.000+00:00"
}
]
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 665,
"lastModified": "2024-06-04T14:50:16.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openresty/1.21.4.3-2-2-focal/openresty-1.21.4.3-2-2-focal.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP 端口",
"required": true,
"type": "number"
},
{
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS 端口",
"required": true,
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-21-4-3-2-1-focal",
"readMe": null,
"name": "1.21.4.3-2-1-focal",
"lastModified": 1714967380,
"files": [
{
"name": "data.yml",
"size": 378,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "nginx.conf",
"size": 1348,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "fastcgi_params",
"size": 990,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "fastcgi-php.conf",
"size": 428,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "mime.types",
"size": 5347,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "conf.d",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "default.conf",
"size": 344,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "00.default.conf",
"size": 299,
"lastModified": "2024-05-06T03:49:40.000+00:00"
}
]
}
]
},
{
"name": "root",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "404.html",
"size": 130,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "stop",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "index.html",
"size": 3643,
"lastModified": "2024-05-06T03:49:40.000+00:00"
}
]
},
{
"name": "index.html",
"size": 732,
"lastModified": "2024-05-06T03:49:40.000+00:00"
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "init.sh",
"size": 379,
"lastModified": "2024-05-06T03:49:40.000+00:00"
}
]
},
{
"name": "openresty-1.21.4.3-2-1-focal.tar.gz",
"size": 7868453,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 665,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "1pwaf",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "rules",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "header.json",
"size": 630,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "fileExt.json",
"size": 518,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "args.json",
"size": 3776,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "cookie.json",
"size": 3179,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "acl.json",
"size": 20,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "defaultUaBlack.json",
"size": 300,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "methodWhite.json",
"size": 2287,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "post.json",
"size": 3513,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "uaWhite.json",
"size": 18,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "urlWhite.json",
"size": 17,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "uaBlack.json",
"size": 20,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "ipBlack.json",
"size": 20,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "defaultUrlBlack.json",
"size": 4461,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "ipWhite.json",
"size": 20,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "urlBlack.json",
"size": 17,
"lastModified": "2024-05-06T03:49:40.000+00:00"
}
]
},
{
"name": "html",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "5s.js",
"size": 735,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "slide.js",
"size": 3234,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "redirect.html",
"size": 1040,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "5s.html",
"size": 1028,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "slide.html",
"size": 1270,
"lastModified": "2024-05-06T03:49:40.000+00:00"
}
]
},
{
"name": "default",
"size": 0,
"lastModified": "2024-05-06T03:49:39.000+00:00",
"files": [
{
"name": "forbidden.html",
"size": 23681,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "global.json",
"size": 2957,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "ip.html",
"size": 23684,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "geo.html",
"size": 23671,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "cc.html",
"size": 23675,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "unknown.html",
"size": 23680,
"lastModified": "2024-05-06T03:49:39.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-05-06T03:49:39.000+00:00",
"files": [
{
"name": "siteConfig.json",
"size": 1604,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "token",
"size": 0,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": ".aes_key",
"size": 0,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "waf.conf",
"size": 567,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "waf.json",
"size": 48,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": ".secret",
"size": 0,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "sites.json",
"size": 0,
"lastModified": "2024-05-06T03:49:39.000+00:00"
},
{
"name": "global.json",
"size": 2957,
"lastModified": "2024-05-06T03:49:39.000+00:00"
}
]
},
{
"name": "geo",
"size": 0,
"lastModified": "2024-05-06T03:49:40.000+00:00",
"files": [
{
"name": "GeoIP.mmdb",
"size": 17078230,
"lastModified": "2024-05-06T03:49:40.000+00:00"
},
{
"name": "BlackIP.mmdb",
"size": 62661,
"lastModified": "2024-05-06T03:49:39.000+00:00"
}
]
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openresty/1.21.4.3-2-1-focal/openresty-1.21.4.3-2-1-focal.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP 端口",
"required": true,
"type": "number"
},
{
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS 端口",
"required": true,
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "1-21-4-3-0-focal",
"readMe": null,
"name": "1.21.4.3-0-focal",
"lastModified": 1713339946,
"files": [
{
"name": "root",
"size": 0,
"lastModified": "2024-04-17T07:45:45.000+00:00",
"files": [
{
"name": "404.html",
"size": 130,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "index.html",
"size": 732,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "stop",
"size": 0,
"lastModified": "2024-04-17T07:45:45.000+00:00",
"files": [
{
"name": "index.html",
"size": 3643,
"lastModified": "2024-04-17T07:45:45.000+00:00"
}
]
}
]
},
{
"name": "www",
"size": 0,
"lastModified": "2024-04-17T07:45:46.000+00:00",
"files": [
{
"name": "common",
"size": 0,
"lastModified": "2024-04-17T07:45:46.000+00:00",
"files": [
{
"name": "waf",
"size": 0,
"lastModified": "2024-04-17T07:45:46.000+00:00",
"files": [
{
"name": "rules",
"size": 0,
"lastModified": "2024-04-17T07:45:46.000+00:00",
"files": [
{
"name": "cookie_block.json",
"size": 620,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "user_agent.json",
"size": 1862,
"lastModified": "2024-04-17T07:45:46.000+00:00"
},
{
"name": "ip_white.json",
"size": 2,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "post_check.json",
"size": 2387,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "warn.html",
"size": 4817,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "url_white.json",
"size": 2,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "url_block.json",
"size": 2,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "args_check.json",
"size": 2511,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "file_ext_block.json",
"size": 13,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "cc.json",
"size": 6,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "ip_block.json",
"size": 2,
"lastModified": "2024-04-17T07:45:45.000+00:00"
}
]
},
{
"name": "access.lua",
"size": 11420,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "init.lua",
"size": 32,
"lastModified": "2024-04-17T07:45:45.000+00:00"
}
]
}
]
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-04-17T07:45:45.000+00:00",
"files": [
{
"name": "fastcgi_params",
"size": 990,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "nginx.conf",
"size": 1473,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "fastcgi-php.conf",
"size": 428,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "conf.d",
"size": 0,
"lastModified": "2024-04-17T07:45:45.000+00:00",
"files": [
{
"name": "default.conf",
"size": 344,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "00.default.conf",
"size": 299,
"lastModified": "2024-04-17T07:45:45.000+00:00"
}
]
},
{
"name": "mime.types",
"size": 5347,
"lastModified": "2024-04-17T07:45:45.000+00:00"
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-04-17T07:45:45.000+00:00",
"files": [
{
"name": "init.sh",
"size": 379,
"lastModified": "2024-04-17T07:45:45.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 626,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "data.yml",
"size": 378,
"lastModified": "2024-04-17T07:45:45.000+00:00"
},
{
"name": "openresty-1.21.4.3-0-focal.tar.gz",
"size": 21164,
"lastModified": "2024-04-17T07:45:45.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openresty/1.21.4.3-0-focal/openresty-1.21.4.3-0-focal.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP 端口",
"required": true,
"type": "number"
},
{
"default": 443,
"envKey": "PANEL_APP_PORT_HTTPS",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS 端口",
"required": true,
"type": "number"
}
]
}
}
],
"downloads": 53664,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openresty/1.25.3.2-0-1-focal/openresty-1.25.3.2-0-1-focal.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "mongodb",
"lastModified": 1730384532,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/logo.png",
"readMe": "# MongoDB \n\nMongoDB 是一款流行的NoSQL数据库管理系统,它提供了许多功能,使其成为处理大规模数据和灵活的数据模型的强大工具。\n\n## 主要功能:\n\n### 文档型数据库\n\nMongoDB 是一个文档型数据库,数据以 BSON(二进制JSON)文档的形式存储。这种数据模型非常灵活,可以容易地处理不同结构的数据,而不需要固定的表结构。\n\n### 高度可扩展性\n\nMongoDB支持水平扩展,可以轻松地添加更多的服务器来处理大量数据和高并发请求。它适用于大规模的应用程序和增长型项目。\n\n### 强大的查询语言\n\nMongoDB提供了丰富的查询语言,支持复杂的查询操作,包括过滤、聚合、排序和地理空间查询等。用户可以轻松地提取所需的数据。\n\n### 复制和故障转移\n\nMongoDB支持数据复制,可以创建主-从复制集群以提高数据的可用性和容错性。在主节点故障时,自动选择新的主节点。\n\n### 自动分片\n\nMongoDB支持数据分片,允许水平拆分数据,以便在多台服务器上存储和处理数据。这有助于提高性能和负载均衡。\n\n### 支持索引\n\nMongoDB支持多种索引类型,包括单字段索引、复合索引和地理空间索引。索引可以大幅提高查询性能。\n\n### 内置复杂事务\n\nMongoDB 4.0及更高版本支持多文档事务,允许多个操作在一个事务中执行,确保数据的一致性。\n\n### 高级安全性\n\nMongoDB提供了访问控制、身份验证和加密等高级安全性功能,确保数据的保密性和完整性。\n\n### 社区支持和生态系统\n\nMongoDB拥有庞大的社区和丰富的生态系统,有大量的工具、驱动程序和扩展可用于不同的开发和运维任务。\n",
"description": "开源文档数据库",
"name": "MongoDB",
"tags": [
"Database"
],
"title": "开源文档数据库",
"additionalProperties": {
"key": "mongodb",
"name": "MongoDB",
"tags": [
"Database"
],
"shortDescZh": "MongoDB 开源文档数据库",
"shortDescEn": "Fractional file storage database",
"type": "runtime",
"crossVersionUpdate": false,
"limit": 1,
"recommend": 0,
"website": "https://www.mongodb.com/",
"github": "https://github.com/mongodb/mongo",
"document": "https://www.mongodb.com/docs/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "7-0-15",
"readMe": null,
"name": "7.0.15",
"lastModified": 1730384532,
"files": [
{
"name": "docker-compose.yml",
"size": 440,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "mongodb-7.0.15.tar.gz",
"size": 5153,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.15/mongodb-7.0.15.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-14",
"readMe": null,
"name": "7.0.14",
"lastModified": 1729748467,
"files": [
{
"name": "docker-compose.yml",
"size": 440,
"lastModified": "2024-10-24T05:41:07.000+00:00"
},
{
"name": "mongodb-7.0.14.tar.gz",
"size": 5151,
"lastModified": "2024-10-24T05:41:07.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-10-24T05:41:07.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.14/mongodb-7.0.14.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-12",
"readMe": null,
"name": "7.0.12",
"lastModified": 1726810832,
"files": [
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-09-20T05:40:32.000+00:00"
},
{
"name": "mongodb-7.0.12.tar.gz",
"size": 5191,
"lastModified": "2024-09-20T05:40:32.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 440,
"lastModified": "2024-09-20T05:40:32.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.12/mongodb-7.0.12.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-11",
"readMe": null,
"name": "7.0.11",
"lastModified": 1719824833,
"files": [
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-07-01T09:07:13.000+00:00"
},
{
"name": "mongodb-7.0.11.tar.gz",
"size": 5152,
"lastModified": "2024-07-01T09:07:13.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 440,
"lastModified": "2024-07-01T09:07:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.11/mongodb-7.0.11.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-9",
"readMe": null,
"name": "7.0.9",
"lastModified": 1716976002,
"files": [
{
"name": "mongodb-7.0.9.tar.gz",
"size": 5152,
"lastModified": "2024-05-29T09:46:42.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-05-29T09:46:42.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 439,
"lastModified": "2024-05-29T09:46:42.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.9/mongodb-7.0.9.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-8",
"readMe": null,
"name": "7.0.8",
"lastModified": 1714402402,
"files": [
{
"name": "docker-compose.yml",
"size": 439,
"lastModified": "2024-04-29T14:53:22.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-04-29T14:53:22.000+00:00"
},
{
"name": "mongodb-7.0.8.tar.gz",
"size": 5153,
"lastModified": "2024-04-29T14:53:22.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.8/mongodb-7.0.8.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-7",
"readMe": null,
"name": "7.0.7",
"lastModified": 1712811136,
"files": [
{
"name": "mongodb-7.0.7.tar.gz",
"size": 5160,
"lastModified": "2024-04-11T04:52:16.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 452,
"lastModified": "2024-04-11T04:52:16.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-04-11T04:52:16.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.7/mongodb-7.0.7.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-6",
"readMe": null,
"name": "7.0.6",
"lastModified": 1710756963,
"files": [
{
"name": "mongodb-7.0.6.tar.gz",
"size": 5166,
"lastModified": "2024-03-18T10:16:03.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 452,
"lastModified": "2024-03-18T10:16:03.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-03-18T10:16:03.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.6/mongodb-7.0.6.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-5",
"readMe": null,
"name": "7.0.5",
"lastModified": 1709192880,
"files": [
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-02-29T07:48:00.000+00:00"
},
{
"name": "mongodb-7.0.5.tar.gz",
"size": 5925,
"lastModified": "2024-02-29T07:48:00.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 452,
"lastModified": "2024-02-29T07:48:00.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.5/mongodb-7.0.5.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-4",
"readMe": null,
"name": "7.0.4",
"lastModified": 1704707594,
"files": [
{
"name": "mongodb-7.0.4.tar.gz",
"size": 5927,
"lastModified": "2024-01-08T09:53:14.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-01-08T09:53:14.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 452,
"lastModified": "2024-01-08T09:53:14.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.4/mongodb-7.0.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-3",
"readMe": null,
"name": "7.0.3",
"lastModified": 1701159650,
"files": [
{
"name": "mongodb-7.0.3.tar.gz",
"size": 5925,
"lastModified": "2023-11-28T08:20:50.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2023-11-28T08:20:50.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 452,
"lastModified": "2023-11-28T08:20:50.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.3/mongodb-7.0.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-2",
"readMe": null,
"name": "7.0.2",
"lastModified": 1699857978,
"files": [
{
"name": "docker-compose.yml",
"size": 452,
"lastModified": "2023-11-13T06:46:18.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2023-11-13T06:46:18.000+00:00"
},
{
"name": "mongodb-7.0.2.tar.gz",
"size": 5927,
"lastModified": "2023-11-13T06:46:18.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.2/mongodb-7.0.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-0-19",
"readMe": null,
"name": "6.0.19",
"lastModified": 1730384532,
"files": [
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "mongodb-6.0.19.tar.gz",
"size": 5152,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 440,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/6.0.19/mongodb-6.0.19.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-0-18",
"readMe": null,
"name": "6.0.18",
"lastModified": 1729748467,
"files": [
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-10-24T05:41:07.000+00:00"
},
{
"name": "mongodb-6.0.18.tar.gz",
"size": 5154,
"lastModified": "2024-10-24T05:41:07.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 440,
"lastModified": "2024-10-24T05:41:07.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/6.0.18/mongodb-6.0.18.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-0-17",
"readMe": null,
"name": "6.0.17",
"lastModified": 1727683834,
"files": [
{
"name": "mongodb-6.0.17.tar.gz",
"size": 5153,
"lastModified": "2024-09-30T08:10:34.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-09-30T08:10:34.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 440,
"lastModified": "2024-09-30T08:10:34.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/6.0.17/mongodb-6.0.17.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-0-16",
"readMe": null,
"name": "6.0.16",
"lastModified": 1724640636,
"files": [
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-08-26T02:50:36.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 440,
"lastModified": "2024-08-26T02:50:36.000+00:00"
},
{
"name": "mongodb-6.0.16.tar.gz",
"size": 5191,
"lastModified": "2024-08-26T02:50:36.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/6.0.16/mongodb-6.0.16.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-0-15",
"readMe": null,
"name": "6.0.15",
"lastModified": 1719824833,
"files": [
{
"name": "docker-compose.yml",
"size": 440,
"lastModified": "2024-07-01T09:07:13.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-07-01T09:07:13.000+00:00"
},
{
"name": "mongodb-6.0.15.tar.gz",
"size": 5150,
"lastModified": "2024-07-01T09:07:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/6.0.15/mongodb-6.0.15.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-0-14",
"readMe": null,
"name": "6.0.14",
"lastModified": 1713455515,
"files": [
{
"name": "docker-compose.yml",
"size": 453,
"lastModified": "2024-04-18T15:51:55.000+00:00"
},
{
"name": "mongodb-6.0.14.tar.gz",
"size": 5164,
"lastModified": "2024-04-18T15:51:55.000+00:00"
},
{
"name": "data.yml",
"size": 672,
"lastModified": "2024-04-18T15:51:55.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/6.0.14/mongodb-6.0.14.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Username",
"labelZh": "用户名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 27017,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 3508,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongodb/7.0.15/mongodb-7.0.15.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "php8",
"lastModified": 1730384544,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/logo.png",
"readMe": "# PHP\n\nPHP(Hypertext Preprocessor)是一种流行的服务器端脚本语言,它用于开发动态网页和Web应用程序。\n\n## 主要功能:\n\n- **动态网页生成**:PHP 可以嵌入到HTML中,用于生成动态内容。这意味着您可以根据用户的请求和其他条件来生成不同的网页内容。\n- **数据库连接**:PHP 支持多种数据库系统,包括MySQL、SQLite、PostgreSQL等,使您能够轻松地连接和操作数据库。\n- **表单处理**:PHP 可以处理网页表单数据,从而实现用户输入验证、数据存储和处理用户提交的信息。\n- **会话管理**:PHP 支持会话管理,允许您跟踪用户的状态和数据,从而创建登录系统和购物车等功能。\n- **文件操作**:PHP 允许您打开、读取、写入和删除文件,以及执行文件上传和下载等操作。\n- **错误处理**:PHP 提供丰富的错误处理机制,以便您能够捕获、记录和处理应用程序中的错误和异常。\n- **服务器端脚本**:PHP 脚本在服务器上执行,生成HTML输出,这意味着客户端无法查看脚本代码,从而提高了安全性。\n- **跨平台兼容**:PHP 可以在多种操作系统上运行,包括Windows、Linux和macOS,因此非常灵活。\n- **开源和社区支持**:PHP 是一个开源项目,拥有庞大的开发者社区,可以轻松找到各种扩展和库来扩展功能。\n- **模块化和面向对象编程**:PHP 支持面向对象编程(OOP),并且具有许多内置模块和扩展,可以简化开发过程。\n",
"description": "PHP8 运行环境",
"name": "PHP 8",
"tags": [
"Runtime"
],
"title": "PHP8 运行环境",
"additionalProperties": {
"key": "php8",
"name": "PHP 8",
"tags": [
"Runtime"
],
"shortDescZh": "PHP8 运行环境",
"shortDescEn": "PHP8 Runtime",
"type": "php",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 105,
"website": "https://www.php.net/",
"github": "https://github.com/php/php-src",
"document": "https://www.php.net/docs.php"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "8-3-8",
"readMe": null,
"name": "8.3.8",
"lastModified": 1730384544,
"files": [
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:24.000+00:00",
"files": [
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:24.000+00:00",
"files": [
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:24.000+00:00",
"files": [
{
"name": "install.sh",
"size": 20837,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "xdebug-3.2.0.tgz",
"size": 245775,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "imagick-3.7.0.tgz",
"size": 287368,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "redis-6.0.2.tgz",
"size": 365966,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "swoole-5.0.2.tgz",
"size": 2060160,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "mongodb-1.15.2.tgz",
"size": 1742990,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:23.000+00:00"
}
]
},
{
"name": "php.ini",
"size": 71065,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "Dockerfile",
"size": 1207,
"lastModified": "2024-10-31T14:22:23.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": ".env",
"size": 269,
"lastModified": "2024-10-31T14:22:23.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "php8-8.3.8.tar.gz",
"size": 4997989,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:24.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/8.3.8/php8-8.3.8.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-2-22",
"readMe": null,
"name": "8.2.22",
"lastModified": 1723617035,
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-08-14T06:30:34.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-08-14T06:30:34.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-08-14T06:30:34.000+00:00"
}
]
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2024-08-14T06:30:35.000+00:00",
"files": [
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2024-08-14T06:30:35.000+00:00"
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2024-08-14T06:30:34.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-08-14T06:30:34.000+00:00"
}
]
},
{
"name": "run.sh",
"size": 196,
"lastModified": "2024-08-14T06:30:34.000+00:00"
},
{
"name": "log",
"size": 0,
"lastModified": "2024-08-14T06:30:34.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2024-08-14T06:30:34.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-08-14T06:30:34.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-08-14T06:30:33.000+00:00",
"files": [
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-08-14T06:30:32.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-08-14T06:30:33.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71065,
"lastModified": "2024-08-14T06:30:33.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-08-14T06:30:33.000+00:00",
"files": [
{
"name": "install-php-extensions",
"size": 160816,
"lastModified": "2024-08-14T06:30:32.000+00:00"
},
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-08-14T06:30:33.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-08-14T06:30:32.000+00:00"
},
{
"name": "install.sh",
"size": 19740,
"lastModified": "2024-08-14T06:30:33.000+00:00"
},
{
"name": "event-3.0.5.tgz",
"size": 198356,
"lastModified": "2024-08-14T06:30:32.000+00:00"
},
{
"name": "xdebug-3.2.0.tgz",
"size": 245775,
"lastModified": "2024-08-14T06:30:33.000+00:00"
},
{
"name": "swoole-5.0.2.tgz",
"size": 2060160,
"lastModified": "2024-08-14T06:30:33.000+00:00"
}
]
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-08-14T06:30:33.000+00:00"
},
{
"name": "Dockerfile",
"size": 1207,
"lastModified": "2024-08-14T06:30:32.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 562,
"lastModified": "2024-08-14T06:30:32.000+00:00"
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-08-14T06:30:31.000+00:00"
}
]
},
{
"name": "php8-8.2.10.tar.gz",
"size": 9922,
"lastModified": "2024-08-14T06:30:34.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 546,
"lastModified": "2024-08-14T06:30:34.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/8.2.22/php8-8.2.10.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-2-20",
"readMe": null,
"name": "8.2.20",
"lastModified": 1730384544,
"files": [
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:23.000+00:00",
"files": [
{
"name": ".env",
"size": 271,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:23.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71065,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:23.000+00:00",
"files": [
{
"name": "xdebug-3.2.0.tgz",
"size": 245775,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "imagick-3.7.0.tgz",
"size": 287368,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "mongodb-1.15.2.tgz",
"size": 1742990,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "install.sh",
"size": 20837,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "redis-6.0.2.tgz",
"size": 365966,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "swoole-5.0.2.tgz",
"size": 2060160,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:22.000+00:00"
}
]
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "Dockerfile",
"size": 1207,
"lastModified": "2024-10-31T14:22:22.000+00:00"
}
]
},
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-10-31T14:22:22.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:23.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:23.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "php8-8.2.20.tar.gz",
"size": 4997992,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/8.2.20/php8-8.2.20.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-2-15",
"readMe": null,
"name": "8.2.15",
"lastModified": 1724421329,
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-08-23T13:55:29.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-08-23T13:55:29.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-08-23T13:55:29.000+00:00"
}
]
},
{
"name": "php8-8.2.15.tar.gz",
"size": 4997933,
"lastModified": "2024-08-23T13:55:29.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-08-23T13:55:29.000+00:00",
"files": [
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-08-23T13:55:27.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-08-23T13:55:27.000+00:00"
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-08-23T13:55:27.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-08-23T13:55:29.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71065,
"lastModified": "2024-08-23T13:55:29.000+00:00"
},
{
"name": "Dockerfile",
"size": 1207,
"lastModified": "2024-08-23T13:55:27.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-08-23T13:55:29.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-08-23T13:55:29.000+00:00",
"files": [
{
"name": "mongodb-1.15.2.tgz",
"size": 1742990,
"lastModified": "2024-08-23T13:55:28.000+00:00"
},
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-08-23T13:55:28.000+00:00"
},
{
"name": "xdebug-3.2.0.tgz",
"size": 245775,
"lastModified": "2024-08-23T13:55:29.000+00:00"
},
{
"name": "install.sh",
"size": 20201,
"lastModified": "2024-08-23T13:55:28.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-08-23T13:55:28.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-08-23T13:55:28.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-08-23T13:55:28.000+00:00"
},
{
"name": "imagick-3.7.0.tgz",
"size": 287368,
"lastModified": "2024-08-23T13:55:28.000+00:00"
},
{
"name": "event-3.0.5.tgz",
"size": 198356,
"lastModified": "2024-08-23T13:55:28.000+00:00"
},
{
"name": "redis-6.0.2.tgz",
"size": 365966,
"lastModified": "2024-08-23T13:55:28.000+00:00"
},
{
"name": "swoole-5.0.2.tgz",
"size": 2060160,
"lastModified": "2024-08-23T13:55:28.000+00:00"
}
]
}
]
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-08-23T13:55:29.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-08-23T13:55:29.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/8.2.15/php8-8.2.15.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-1-29",
"readMe": null,
"name": "8.1.29",
"lastModified": 1730384543,
"files": [
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:22.000+00:00",
"files": [
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:22.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71065,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:22.000+00:00",
"files": [
{
"name": "mongodb-1.15.2.tgz",
"size": 1742990,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "install.sh",
"size": 20837,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "xdebug-3.2.0.tgz",
"size": 245775,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "imagick-3.7.0.tgz",
"size": 287368,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "redis-6.0.2.tgz",
"size": 365966,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "swoole-5.0.2.tgz",
"size": 2060160,
"lastModified": "2024-10-31T14:22:22.000+00:00"
}
]
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "Dockerfile",
"size": 1207,
"lastModified": "2024-10-31T14:22:21.000+00:00"
}
]
},
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:21.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:22.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:22.000+00:00"
}
]
},
{
"name": "php8-8.1.29.tar.gz",
"size": 4998000,
"lastModified": "2024-10-31T14:22:23.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:22.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/8.1.29/php8-8.1.29.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-1-27",
"readMe": null,
"name": "8.1.27",
"lastModified": 1718722323,
"files": [
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-06-18T14:52:02.000+00:00"
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-06-18T14:52:02.000+00:00"
},
{
"name": "php8-8.1.27.tar.gz",
"size": 4997943,
"lastModified": "2024-06-18T14:52:03.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-18T14:52:02.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-06-18T14:52:02.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-06-18T14:52:02.000+00:00"
}
]
},
{
"name": "build",
"size": 0,
"lastModified": "2024-06-18T14:52:02.000+00:00",
"files": [
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-06-18T14:52:02.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-06-18T14:52:02.000+00:00"
},
{
"name": "Dockerfile",
"size": 1207,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-06-18T14:52:02.000+00:00",
"files": [
{
"name": "mongodb-1.15.2.tgz",
"size": 1742990,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-02-05T09:40:35.000+00:00"
},
{
"name": "install.sh",
"size": 20201,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "xdebug-3.2.0.tgz",
"size": 245775,
"lastModified": "2024-06-18T14:52:02.000+00:00"
},
{
"name": "event-3.0.5.tgz",
"size": 198356,
"lastModified": "2024-02-05T09:40:35.000+00:00"
},
{
"name": "imagick-3.7.0.tgz",
"size": 287368,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "redis-6.0.2.tgz",
"size": 365966,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "swoole-5.0.2.tgz",
"size": 2060160,
"lastModified": "2024-06-18T14:52:02.000+00:00"
}
]
},
{
"name": "php.ini",
"size": 71065,
"lastModified": "2024-06-18T14:52:02.000+00:00"
}
]
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-06-18T14:52:01.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-06-18T14:52:01.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/8.1.27/php8-8.1.27.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-1-23",
"readMe": null,
"name": "8.1.23",
"lastModified": 1707126035,
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-02-02T06:50:59.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-02-02T06:50:59.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-02-02T06:50:59.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-02-02T06:50:59.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 546,
"lastModified": "2024-02-05T09:40:35.000+00:00"
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-13T02:57:28.000+00:00",
"files": [
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-13T02:57:28.000+00:00"
},
{
"name": "log",
"size": 0,
"lastModified": "2023-12-13T02:57:28.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-13T02:57:28.000+00:00"
}
]
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-13T02:57:28.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-13T02:57:28.000+00:00"
}
]
},
{
"name": "run.sh",
"size": 196,
"lastModified": "2023-12-13T02:57:28.000+00:00"
}
]
},
{
"name": "build",
"size": 0,
"lastModified": "2024-02-05T09:40:35.000+00:00",
"files": [
{
"name": "php",
"size": 0,
"lastModified": "2024-02-05T09:40:35.000+00:00",
"files": [
{
"name": "extensions",
"size": 0,
"lastModified": "2024-02-05T09:40:35.000+00:00",
"files": [
{
"name": "install-php-extensions",
"size": 160816,
"lastModified": "2024-02-02T06:50:59.000+00:00"
},
{
"name": "event-3.0.5.tgz",
"size": 198356,
"lastModified": "2024-02-02T06:50:59.000+00:00"
},
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-02-02T06:50:59.000+00:00"
},
{
"name": "xdebug-3.2.0.tgz",
"size": 245775,
"lastModified": "2024-02-02T06:50:59.000+00:00"
},
{
"name": "install.sh",
"size": 19740,
"lastModified": "2024-02-05T09:40:35.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-02-02T06:50:59.000+00:00"
},
{
"name": "swoole-5.0.2.tgz",
"size": 2060160,
"lastModified": "2024-02-02T06:50:59.000+00:00"
}
]
},
{
"name": "php.ini",
"size": 71065,
"lastModified": "2024-02-02T06:50:59.000+00:00"
},
{
"name": "Dockerfile",
"size": 1207,
"lastModified": "2024-02-05T09:40:35.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-02-02T06:50:59.000+00:00"
}
]
},
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-02-05T09:40:35.000+00:00"
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-02-02T06:50:59.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 562,
"lastModified": "2024-02-05T09:40:35.000+00:00"
}
]
},
{
"name": "php8-8.1.23.tar.gz",
"size": 9921,
"lastModified": "2024-02-05T09:40:35.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/8.1.23/php8-8.1.23.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-0-30",
"readMe": null,
"name": "8.0.30",
"lastModified": 1730384542,
"files": [
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:21.000+00:00",
"files": [
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:21.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:21.000+00:00",
"files": [
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-02-05T09:40:34.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "redis-6.0.2.tgz",
"size": 365966,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "xdebug-3.2.0.tgz",
"size": 245775,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "event-3.0.5.tgz",
"size": 198356,
"lastModified": "2024-02-05T09:40:34.000+00:00"
},
{
"name": "install.sh",
"size": 20837,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "swoole-5.0.2.tgz",
"size": 2060160,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "mongodb-1.15.2.tgz",
"size": 1742990,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "imagick-3.7.0.tgz",
"size": 287368,
"lastModified": "2024-10-31T14:22:21.000+00:00"
}
]
},
{
"name": "php.ini",
"size": 71065,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "Dockerfile",
"size": 1207,
"lastModified": "2024-10-31T14:22:21.000+00:00"
}
]
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:21.000+00:00"
}
]
},
{
"name": "php8-8.0.30.tar.gz",
"size": 4997992,
"lastModified": "2024-10-31T14:22:22.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:21.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:21.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-13T02:57:28.000+00:00",
"files": [
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-13T02:57:28.000+00:00"
},
{
"name": "log",
"size": 0,
"lastModified": "2023-12-13T02:57:27.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-13T02:57:27.000+00:00"
}
]
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-13T02:57:28.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-13T02:57:28.000+00:00"
}
]
},
{
"name": "run.sh",
"size": 196,
"lastModified": "2023-12-13T02:57:27.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:21.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/8.0.30/php8-8.0.30.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 11048,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php8/8.3.8/php8-8.3.8.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "php7",
"lastModified": 1730384541,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php7/logo.png",
"readMe": "# PHP\n\nPHP(Hypertext Preprocessor)是一种流行的服务器端脚本语言,它用于开发动态网页和Web应用程序。\n\n## 主要功能:\n\n- **动态网页生成**:PHP 可以嵌入到HTML中,用于生成动态内容。这意味着您可以根据用户的请求和其他条件来生成不同的网页内容。\n- **数据库连接**:PHP 支持多种数据库系统,包括MySQL、SQLite、PostgreSQL等,使您能够轻松地连接和操作数据库。\n- **表单处理**:PHP 可以处理网页表单数据,从而实现用户输入验证、数据存储和处理用户提交的信息。\n- **会话管理**:PHP 支持会话管理,允许您跟踪用户的状态和数据,从而创建登录系统和购物车等功能。\n- **文件操作**:PHP 允许您打开、读取、写入和删除文件,以及执行文件上传和下载等操作。\n- **错误处理**:PHP 提供丰富的错误处理机制,以便您能够捕获、记录和处理应用程序中的错误和异常。\n- **服务器端脚本**:PHP 脚本在服务器上执行,生成HTML输出,这意味着客户端无法查看脚本代码,从而提高了安全性。\n- **跨平台兼容**:PHP 可以在多种操作系统上运行,包括Windows、Linux和macOS,因此非常灵活。\n- **开源和社区支持**:PHP 是一个开源项目,拥有庞大的开发者社区,可以轻松找到各种扩展和库来扩展功能。\n- **模块化和面向对象编程**:PHP 支持面向对象编程(OOP),并且具有许多内置模块和扩展,可以简化开发过程。\n",
"description": "PHP7 运行环境",
"name": "PHP 7",
"tags": [
"Runtime"
],
"title": "PHP7 运行环境",
"additionalProperties": {
"key": "php7",
"name": "PHP 7",
"tags": [
"Runtime"
],
"shortDescZh": "PHP7 运行环境",
"shortDescEn": "PHP7 Runtime",
"type": "php",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 115,
"website": "https://www.php.net/",
"github": "https://github.com/php/php-src",
"document": "https://www.php.net/docs.php"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "7-4-33",
"readMe": null,
"name": "7.4.33",
"lastModified": 1730384541,
"files": [
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:20.000+00:00",
"files": [
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:20.000+00:00",
"files": [
{
"name": "Dockerfile",
"size": 1159,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:20.000+00:00",
"files": [
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "amqp-1.10.2.tgz",
"size": 107350,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "memcache-2.2.6.tgz",
"size": 35957,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "mongodb-1.7.4.tgz",
"size": 1223416,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "xdebug-2.5.5.tgz",
"size": 279491,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "memcache-4.0.5.2.tgz",
"size": 75061,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "xdebug-2.9.2.tgz",
"size": 242959,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "yaf-2.3.5.tgz",
"size": 104743,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "apcu-5.1.17.tgz",
"size": 94814,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "swoole-4.8.11.tgz",
"size": 1752320,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "install.sh",
"size": 21384,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "xhprof-2.2.0.tgz",
"size": 840894,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "swoole-2.0.11.tgz",
"size": 769029,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "xdebug-2.6.1.tgz",
"size": 283961,
"lastModified": "2024-10-31T14:22:20.000+00:00"
}
]
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:20.000+00:00"
}
]
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:20.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:20.000+00:00"
}
]
},
{
"name": "php7-7.4.33.tar.gz",
"size": 6381718,
"lastModified": "2024-10-31T14:22:21.000+00:00"
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-13T02:57:27.000+00:00",
"files": [
{
"name": "run.sh",
"size": 196,
"lastModified": "2023-12-13T02:57:27.000+00:00"
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-13T02:57:27.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-13T02:57:27.000+00:00"
}
]
},
{
"name": "log",
"size": 0,
"lastModified": "2023-12-13T02:57:27.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-13T02:57:27.000+00:00"
}
]
},
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-13T02:57:27.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php7/7.4.33/php7-7.4.33.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-3-33",
"readMe": null,
"name": "7.3.33",
"lastModified": 1730384540,
"files": [
{
"name": "php7-7.3.33.tar.gz",
"size": 6381717,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:19.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:19.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-13T02:57:26.000+00:00",
"files": [
{
"name": "run.sh",
"size": 196,
"lastModified": "2023-12-13T02:57:26.000+00:00"
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-13T02:57:26.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-13T02:57:26.000+00:00"
}
]
},
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-13T02:57:26.000+00:00"
},
{
"name": "log",
"size": 0,
"lastModified": "2023-12-13T02:57:26.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-13T02:57:26.000+00:00"
}
]
}
]
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:19.000+00:00",
"files": [
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:19.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "Dockerfile",
"size": 1159,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:19.000+00:00",
"files": [
{
"name": "xdebug-2.5.5.tgz",
"size": 279491,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "swoole-2.0.11.tgz",
"size": 769029,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "memcache-4.0.5.2.tgz",
"size": 75061,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "apcu-5.1.17.tgz",
"size": 94814,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "yaf-2.3.5.tgz",
"size": 104743,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "xdebug-2.9.2.tgz",
"size": 242959,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "swoole-4.8.11.tgz",
"size": 1752320,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "xhprof-2.2.0.tgz",
"size": 840894,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "amqp-1.10.2.tgz",
"size": 107350,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "mongodb-1.7.4.tgz",
"size": 1223416,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "install.sh",
"size": 21384,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "memcache-2.2.6.tgz",
"size": 35957,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "xdebug-2.6.1.tgz",
"size": 283961,
"lastModified": "2024-10-31T14:22:19.000+00:00"
}
]
}
]
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-10-31T14:22:19.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php7/7.3.33/php7-7.3.33.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-2-34",
"readMe": null,
"name": "7.2.34",
"lastModified": 1730384539,
"files": [
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-13T02:57:25.000+00:00",
"files": [
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-13T02:57:25.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-13T02:57:25.000+00:00"
}
]
},
{
"name": "log",
"size": 0,
"lastModified": "2023-12-13T02:57:25.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-13T02:57:25.000+00:00"
}
]
},
{
"name": "run.sh",
"size": 104,
"lastModified": "2023-12-13T02:57:25.000+00:00"
},
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-13T02:57:25.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:18.000+00:00",
"files": [
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:18.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "Dockerfile",
"size": 1159,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:18.000+00:00",
"files": [
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "xdebug-2.5.5.tgz",
"size": 279491,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "swoole-4.8.11.tgz",
"size": 1752320,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "install.sh",
"size": 21384,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "xdebug-2.9.2.tgz",
"size": 242959,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "swoole-2.0.11.tgz",
"size": 769029,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "memcache-4.0.5.2.tgz",
"size": 75061,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "memcache-2.2.6.tgz",
"size": 35957,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "xhprof-2.2.0.tgz",
"size": 840894,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "apcu-5.1.17.tgz",
"size": 94814,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "mongodb-1.7.4.tgz",
"size": 1223416,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "yaf-2.3.5.tgz",
"size": 104743,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "amqp-1.10.2.tgz",
"size": 107350,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "xdebug-2.6.1.tgz",
"size": 283961,
"lastModified": "2024-10-31T14:22:18.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-10-31T14:22:18.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "php7-7.2.34.tar.gz",
"size": 6381710,
"lastModified": "2024-10-31T14:22:19.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:19.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:19.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php7/7.2.34/php7-7.2.34.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-1-33",
"readMe": null,
"name": "7.1.33",
"lastModified": 1730384538,
"files": [
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-13T02:57:24.000+00:00",
"files": [
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-13T02:57:24.000+00:00"
},
{
"name": "log",
"size": 0,
"lastModified": "2023-12-13T02:57:24.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-13T02:57:24.000+00:00"
}
]
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-13T02:57:24.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-13T02:57:24.000+00:00"
}
]
},
{
"name": "run.sh",
"size": 196,
"lastModified": "2023-12-13T02:57:24.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:17.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:17.000+00:00"
}
]
},
{
"name": "php7-7.1.33.tar.gz",
"size": 6381712,
"lastModified": "2024-10-31T14:22:18.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:17.000+00:00",
"files": [
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:17.000+00:00",
"files": [
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:17.000+00:00",
"files": [
{
"name": "apcu-5.1.17.tgz",
"size": 94814,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "xdebug-2.9.2.tgz",
"size": 242959,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "xhprof-2.2.0.tgz",
"size": 840894,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "install.sh",
"size": 21384,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "yaf-2.3.5.tgz",
"size": 104743,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "mongodb-1.7.4.tgz",
"size": 1223416,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "amqp-1.10.2.tgz",
"size": 107350,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "xdebug-2.5.5.tgz",
"size": 279491,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "memcache-2.2.6.tgz",
"size": 35957,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "xdebug-2.6.1.tgz",
"size": 283961,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "swoole-2.0.11.tgz",
"size": 769029,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "swoole-4.8.11.tgz",
"size": 1752320,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "memcache-4.0.5.2.tgz",
"size": 75061,
"lastModified": "2024-10-31T14:22:17.000+00:00"
}
]
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "Dockerfile",
"size": 1159,
"lastModified": "2024-10-31T14:22:17.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:17.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php7/7.1.33/php7-7.1.33.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-0-33",
"readMe": null,
"name": "7.0.33",
"lastModified": 1730384540,
"files": [
{
"name": "php7-7.0.33.tar.gz",
"size": 6381710,
"lastModified": "2024-10-31T14:22:20.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:17.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:17.000+00:00"
}
]
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:17.000+00:00",
"files": [
{
"name": "config.json",
"size": 2612,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": ".env",
"size": 271,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:17.000+00:00",
"files": [
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:17.000+00:00",
"files": [
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "redis-5.3.7.tgz",
"size": 275200,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "amqp-1.10.2.tgz",
"size": 107350,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "xdebug-2.5.5.tgz",
"size": 279491,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "mongodb-1.7.4.tgz",
"size": 1223416,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "xdebug-2.9.2.tgz",
"size": 242959,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "xhprof-2.2.0.tgz",
"size": 840894,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "swoole-4.8.11.tgz",
"size": 1752320,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "apcu-5.1.17.tgz",
"size": 94814,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "xdebug-2.6.1.tgz",
"size": 283961,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "yaf-2.3.5.tgz",
"size": 104743,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "swoole-2.0.11.tgz",
"size": 769029,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "install.sh",
"size": 21384,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "memcache-2.2.6.tgz",
"size": 35957,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "memcache-4.0.5.2.tgz",
"size": 75061,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "Dockerfile",
"size": 1159,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:17.000+00:00"
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-13T02:57:23.000+00:00",
"files": [
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-13T02:57:23.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-13T02:57:23.000+00:00"
}
]
},
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-13T02:57:23.000+00:00"
},
{
"name": "log",
"size": 0,
"lastModified": "2023-12-13T02:57:23.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-13T02:57:23.000+00:00"
}
]
},
{
"name": "run.sh",
"size": 196,
"lastModified": "2023-12-13T02:57:23.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php7/7.0.33/php7-7.0.33.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 10304,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php7/7.4.33/php7-7.4.33.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "php5",
"lastModified": 1730384536,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php5/logo.png",
"readMe": "# PHP\n\nPHP(Hypertext Preprocessor)是一种流行的服务器端脚本语言,它用于开发动态网页和Web应用程序。\n\n## 主要功能:\n\n- **动态网页生成**:PHP 可以嵌入到HTML中,用于生成动态内容。这意味着您可以根据用户的请求和其他条件来生成不同的网页内容。\n- **数据库连接**:PHP 支持多种数据库系统,包括MySQL、SQLite、PostgreSQL等,使您能够轻松地连接和操作数据库。\n- **表单处理**:PHP 可以处理网页表单数据,从而实现用户输入验证、数据存储和处理用户提交的信息。\n- **会话管理**:PHP 支持会话管理,允许您跟踪用户的状态和数据,从而创建登录系统和购物车等功能。\n- **文件操作**:PHP 允许您打开、读取、写入和删除文件,以及执行文件上传和下载等操作。\n- **错误处理**:PHP 提供丰富的错误处理机制,以便您能够捕获、记录和处理应用程序中的错误和异常。\n- **服务器端脚本**:PHP 脚本在服务器上执行,生成HTML输出,这意味着客户端无法查看脚本代码,从而提高了安全性。\n- **跨平台兼容**:PHP 可以在多种操作系统上运行,包括Windows、Linux和macOS,因此非常灵活。\n- **开源和社区支持**:PHP 是一个开源项目,拥有庞大的开发者社区,可以轻松找到各种扩展和库来扩展功能。\n- **模块化和面向对象编程**:PHP 支持面向对象编程(OOP),并且具有许多内置模块和扩展,可以简化开发过程。\n",
"description": "PHP5 运行环境",
"name": "PHP 5",
"tags": [
"Runtime"
],
"title": "PHP5 运行环境",
"additionalProperties": {
"key": "php5",
"name": "PHP 5",
"tags": [
"Runtime"
],
"shortDescZh": "PHP5 运行环境",
"shortDescEn": "PHP5 Runtime",
"type": "php",
"crossVersionUpdate": false,
"limit": 0,
"website": "https://www.php.net/",
"github": "https://github.com/php/php-src",
"document": "https://www.php.net/docs.php"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "5-6-40",
"readMe": null,
"name": "5.6.40",
"lastModified": 1730384536,
"files": [
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": ".env",
"size": 250,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "config.json",
"size": 2438,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 586,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "install.sh",
"size": 20131,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "mongodb-1.6.0.tgz",
"size": 1096156,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "yaf-3.0.9.tgz",
"size": 97422,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "swoole-2.0.11.tgz",
"size": 769029,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "memcache-2.2.7.tgz",
"size": 36459,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "install-composer.sh",
"size": 649,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "apcu-4.0.8.tgz",
"size": 119062,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "xhprof-0.9.4.tgz",
"size": 842077,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "redis-4.3.0.tgz",
"size": 241883,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "amqp-1.11.0.tgz",
"size": 108493,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "xdebug-2.5.5.tgz",
"size": 279491,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php.ini",
"size": 71073,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "Dockerfile",
"size": 1178,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
}
]
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00",
"files": [
{
"name": "log",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00"
}
]
},
{
"name": "run.sh",
"size": 47,
"lastModified": "2023-12-04T05:19:01.000+00:00"
},
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-04T05:19:01.000+00:00"
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00"
}
]
}
]
},
{
"name": "php5-5.6.40.tar.gz",
"size": 3889209,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php5/5.6.40/php5-5.6.40.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-5-38",
"readMe": null,
"name": "5.5.38",
"lastModified": 1730384536,
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00",
"files": [
{
"name": "log",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00"
}
]
},
{
"name": "run.sh",
"size": 47,
"lastModified": "2023-12-04T05:19:01.000+00:00"
},
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-04T05:19:01.000+00:00"
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-04T05:19:01.000+00:00"
}
]
}
]
},
{
"name": "php5-5.5.38.tar.gz",
"size": 3885230,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": ".env",
"size": 250,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 549,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "config.json",
"size": 2438,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "apcu-4.0.8.tgz",
"size": 119062,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "xhprof-0.9.4.tgz",
"size": 842077,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "event-3.0.8.tgz",
"size": 199567,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "yaf-3.0.9.tgz",
"size": 97422,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "install-composer.sh",
"size": 588,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "mongodb-1.6.0.tgz",
"size": 1096156,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "swoole-2.0.11.tgz",
"size": 769029,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "redis-4.3.0.tgz",
"size": 241883,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "install.sh",
"size": 651,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "xdebug-2.5.5.tgz",
"size": 279491,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "memcache-2.2.7.tgz",
"size": 36459,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "amqp-1.11.0.tgz",
"size": 108493,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
},
{
"name": "Dockerfile",
"size": 1238,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php.ini",
"size": 71073,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php5/5.5.38/php5-5.5.38.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-4-45",
"readMe": null,
"name": "5.4.45",
"lastModified": 1730384536,
"files": [
{
"name": "supervisor",
"size": 0,
"lastModified": "2023-12-04T05:19:00.000+00:00",
"files": [
{
"name": "log",
"size": 0,
"lastModified": "2023-12-04T05:19:00.000+00:00",
"files": [
{
"name": "supervisord.log",
"size": 0,
"lastModified": "2023-12-04T05:19:00.000+00:00"
}
]
},
{
"name": "run.sh",
"size": 47,
"lastModified": "2023-12-04T05:19:00.000+00:00"
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2023-12-04T05:19:00.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-04T05:19:00.000+00:00"
}
]
},
{
"name": "supervisord.conf",
"size": 9584,
"lastModified": "2023-12-04T05:19:00.000+00:00"
}
]
},
{
"name": "php5-5.4.45.tar.gz",
"size": 685952,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 533,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "docker-compose.yml",
"size": 542,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": ".env",
"size": 250,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71073,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "Dockerfile",
"size": 574,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "extensions",
"size": 0,
"lastModified": "2024-10-31T14:22:16.000+00:00",
"files": [
{
"name": "redis-4.1.1.tgz",
"size": 220894,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "zendopcache-7.0.5.tgz",
"size": 97101,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "install.sh",
"size": 7901,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "install-php-extensions",
"size": 183194,
"lastModified": "2024-10-31T14:22:16.000+00:00"
},
{
"name": "xdebug-2.4.1.tgz",
"size": 265542,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
}
]
},
{
"name": "config.json",
"size": 2438,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 240,
"lastModified": "2024-10-31T14:22:16.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php5/5.4.45/php5-5.4.45.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 1122,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php5/5.6.40/php5-5.6.40.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "mssql",
"lastModified": 1730384532,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mssql/logo.png",
"readMe": "# Microsoft SQL Server\n\n**Microsoft SQL Server** is a relational database management system (RDBMS) developed and maintained by Microsoft. It provides a range of features for storing, managing, and processing data, supporting a wide range of application scenarios, including enterprise data management, business intelligence, data analysis, and application development.\n\n## Key Features:\n\n- **Data Storage and Management**: It can store large amounts of data and provides efficient management functions, including data addition, deletion, modification, and query operations, transaction management, and data integrity maintenance.\n- **Security**: Provides a variety of security features, including access control, encryption, authentication, and auditing, to protect data from unauthorized access and malicious attacks.\n- **High Availability and Fault Tolerance**: Supports multiple high availability solutions, such as failover clustering, database mirroring, Always On availability groups, and backup/recovery capabilities to ensure data persistence and reliability.\n- **Performance Optimization**: Includes a variety of performance optimization features, such as indexing, query optimizer, partitioning, and memory-optimized tables, to improve database performance and responsiveness.\n- **Data Analysis and Reporting**: Provides powerful data analysis and reporting capabilities, including online analytical processing (OLAP), data mining, and reporting services to support users in in-depth data analysis and visual presentation.\n- **Integration and Extensibility**: Can be integrated with other Microsoft products and third-party applications, and provides a wealth of development tools and APIs to meet different business needs and scalability requirements.\n",
"description": "Official Microsoft repository for SQL Server in Docker resources",
"name": "Microsoft SQL Server",
"tags": [
"Database"
],
"title": "Official Microsoft repository for SQL Server in Docker resources",
"additionalProperties": {
"key": "mssql",
"name": "Microsoft SQL Server",
"tags": [
"Database"
],
"shortDescZh": "SQL Server 在 Docker 资源中的官方微软存储库",
"shortDescEn": "Official Microsoft repository for SQL Server in Docker resources",
"type": "runtime",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 0,
"website": "https://github.com/microsoft/mssql-docker",
"github": "https://github.com/microsoft/mssql-docker",
"document": "https://github.com/microsoft/mssql-docker"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "2022-latest",
"readMe": null,
"name": "2022-latest",
"lastModified": 1730384532,
"files": [
{
"name": "mssql-2022-latest.tar.gz",
"size": 8963,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "data.yml",
"size": 511,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 441,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": "init.sh",
"size": 38,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mssql/2022-latest/mssql-2022-latest.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 1433,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "mssql",
"edit": true,
"envKey": "MSSQL_SA_PASSWORD",
"labelEn": "SA PASSWORD",
"labelZh": "SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2019-latest",
"readMe": null,
"name": "2019-latest",
"lastModified": 1730384532,
"files": [
{
"name": "data.yml",
"size": 511,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 441,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "mssql-2019-latest.tar.gz",
"size": 8963,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": "init.sh",
"size": 38,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mssql/2019-latest/mssql-2019-latest.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 1433,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "mssql",
"edit": true,
"envKey": "MSSQL_SA_PASSWORD",
"labelEn": "SA PASSWORD",
"labelZh": "SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2017-latest",
"readMe": null,
"name": "2017-latest",
"lastModified": 1730384532,
"files": [
{
"name": "docker-compose.yml",
"size": 441,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "mssql-2017-latest.tar.gz",
"size": 8963,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": "init.sh",
"size": 38,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 511,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mssql/2017-latest/mssql-2017-latest.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 1433,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "mssql",
"edit": true,
"envKey": "MSSQL_SA_PASSWORD",
"labelEn": "SA PASSWORD",
"labelZh": "SA 用户密码(至少包含8个字符,且需包含大写字母、小写字母、数字和特殊字符中的三种)",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
}
]
}
}
],
"downloads": 6,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mssql/2022-latest/mssql-2022-latest.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "pgadmin4",
"lastModified": 1730384535,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/logo.png",
"readMe": "# PGAdmin 4\n\nPGAdmin 4 is a powerful tool for managing and maintaining PostgreSQL databases. It offers a rich set of features to help database administrators and developers easily manage their databases.\n\n## Main Features:\n\n### Database Connection Management\n\n- **Database Connections**: PGAdmin 4 allows you to easily connect to multiple PostgreSQL database servers.\n- **Server Groups**: You can group database servers to better organize and manage them.\n\n### Database Object Management\n\n- **Table Management**: You can view, edit, and delete tables in the database, as well as execute SQL queries.\n- **View Management**: Manage views in the database, including creating, modifying, and deleting views.\n- **Indexes and Constraints**: Create and manage indexes and constraints to improve database performance and data integrity.\n- **Functions and Stored Procedures**: Manage functions and stored procedures in the database.\n- **Triggers**: Create and manage triggers in the database to perform actions when specific events occur.\n- **External Data Import and Export**: Import and export data for backup and data migration.\n\n### Query Tools\n\n- **SQL Query Editor**: Execute SQL queries and view results, with support for SQL syntax highlighting and query history.\n- **Visual Query Builder**: Build SQL queries by dragging and dropping, without writing SQL code.\n\n### Data Visualization\n\n- **Table Data Viewing**: View data in the database in tabular form.\n- **Charts and Graphs**: Create charts and graphs to present data more visually.\n\n### Database Backup and Restore\n\n- **Database Backup**: Create database backups to prevent data loss.\n- **Database Restore**: Restore the database from backup files.\n\n### Security and Permission Management\n\n- **User and Role Management**: Manage database users and roles to control database access permissions.\n- **Object Permissions**: Define and manage access permissions for database objects.\n- **SSL Support**: Enhance the security of database connections.\n\n### Extensibility\n\n- **Plugin Support**: Extend the functionality of PGAdmin 4 through a plugin system.\n",
"description": "PostgreSQL open source management and development platform",
"name": "PGAdmin4",
"tags": [
"Development tool"
],
"title": "PostgreSQL open source management and development platform",
"additionalProperties": {
"key": "pgadmin4",
"name": "PGAdmin4",
"tags": [
"DevTool"
],
"shortDescZh": "PostgreSQL 开源管理工具",
"shortDescEn": "PostgreSQL open source management and development platform",
"type": "tool",
"crossVersionUpdate": true,
"limit": 1,
"website": "https://www.pgadmin.org",
"github": "https://github.com/pgadmin-org/pgadmin4",
"document": "https://www.pgadmin.org/docs"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "8-12",
"readMe": null,
"name": "8.12",
"lastModified": 1730384535,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
]
},
{
"name": "pgadmin4-8.12.tar.gz",
"size": 8249,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-10-31T14:22:15.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 452,
"lastModified": "2024-10-31T14:22:15.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.12/pgadmin4-8.12.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-11",
"readMe": null,
"name": "8.11",
"lastModified": 1727084768,
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-09-23T09:46:08.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-09-23T09:46:08.000+00:00"
}
]
},
{
"name": "pgadmin4-8.11.tar.gz",
"size": 8247,
"lastModified": "2024-09-23T09:46:08.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 452,
"lastModified": "2024-09-23T09:46:08.000+00:00"
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-09-23T09:46:08.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-09-23T09:46:08.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-09-23T09:46:08.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.11/pgadmin4-8.11.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-10",
"readMe": null,
"name": "8.10",
"lastModified": 1724640640,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-08-26T02:50:40.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-08-26T02:50:40.000+00:00"
}
]
},
{
"name": "pgadmin4-8.10.tar.gz",
"size": 8287,
"lastModified": "2024-08-26T02:50:40.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 452,
"lastModified": "2024-08-26T02:50:40.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-08-26T02:50:40.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-08-26T02:50:40.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-08-26T02:50:40.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.10/pgadmin4-8.10.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-9",
"readMe": null,
"name": "8.9",
"lastModified": 1721901649,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-07-25T10:00:49.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-07-25T10:00:49.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-07-25T10:00:49.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-25T10:00:49.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-07-25T10:00:49.000+00:00"
},
{
"name": "pgadmin4-8.9.tar.gz",
"size": 8249,
"lastModified": "2024-07-25T10:00:49.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 451,
"lastModified": "2024-07-25T10:00:49.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.9/pgadmin4-8.9.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-8",
"readMe": null,
"name": "8.8",
"lastModified": 1719458579,
"files": [
{
"name": "pgadmin4-8.8.tar.gz",
"size": 8248,
"lastModified": "2024-06-27T03:22:59.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-27T03:22:59.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-06-27T03:22:59.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-06-27T03:22:59.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-06-27T03:22:59.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-27T03:22:59.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 451,
"lastModified": "2024-06-27T03:22:59.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.8/pgadmin4-8.8.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-7",
"readMe": null,
"name": "8.7",
"lastModified": 1717512617,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-04T14:50:17.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-06-04T14:50:17.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-06-04T14:50:17.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-04T14:50:17.000+00:00"
}
]
},
{
"name": "pgadmin4-8.7.tar.gz",
"size": 8245,
"lastModified": "2024-06-04T14:50:17.000+00:00"
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-06-04T14:50:17.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 451,
"lastModified": "2024-06-04T14:50:17.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.7/pgadmin4-8.7.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-6",
"readMe": null,
"name": "8.6",
"lastModified": 1717051040,
"files": [
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-05-30T06:37:20.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-05-30T06:37:20.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-05-30T06:37:20.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-05-30T06:37:20.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-05-30T06:37:20.000+00:00"
}
]
},
{
"name": "pgadmin4-8.6.tar.gz",
"size": 8246,
"lastModified": "2024-05-30T06:37:20.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 451,
"lastModified": "2024-05-30T06:37:20.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.6/pgadmin4-8.6.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-5",
"readMe": null,
"name": "8.5",
"lastModified": 1714489674,
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-04-30T15:07:54.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-04-30T15:07:54.000+00:00"
}
]
},
{
"name": "pgadmin4-8.5.tar.gz",
"size": 8244,
"lastModified": "2024-04-30T15:07:54.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 451,
"lastModified": "2024-04-30T15:07:54.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-04-30T15:07:54.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-04-30T15:07:54.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-04-30T15:07:54.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.5/pgadmin4-8.5.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-4",
"readMe": null,
"name": "8.4",
"lastModified": 1712811139,
"files": [
{
"name": "pgadmin4-8.4.tar.gz",
"size": 8262,
"lastModified": "2024-04-11T04:52:19.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-04-11T04:52:19.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-04-11T04:52:19.000+00:00"
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-04-11T04:52:19.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-04-11T04:52:19.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-04-11T04:52:19.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 466,
"lastModified": "2024-04-11T04:52:19.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.4/pgadmin4-8.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-3",
"readMe": null,
"name": "8.3",
"lastModified": 1709696254,
"files": [
{
"name": "docker-compose.yml",
"size": 466,
"lastModified": "2024-03-06T03:37:34.000+00:00"
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-03-06T03:37:34.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-03-06T03:37:34.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-03-06T03:37:34.000+00:00"
}
]
},
{
"name": "pgadmin4-8.3.tar.gz",
"size": 8264,
"lastModified": "2024-03-06T03:37:34.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-03-06T03:37:34.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-03-06T03:37:34.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.3/pgadmin4-8.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-2",
"readMe": null,
"name": "8.2",
"lastModified": 1708323068,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-02-19T06:11:08.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-02-19T06:11:08.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-02-19T06:11:08.000+00:00"
},
{
"name": "pgadmin4-8.2.tar.gz",
"size": 8253,
"lastModified": "2024-02-19T06:11:08.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-02-19T06:11:08.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-02-19T06:11:08.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 466,
"lastModified": "2024-02-19T06:11:08.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.2/pgadmin4-8.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-1",
"readMe": null,
"name": "8.1",
"lastModified": 1704954879,
"files": [
{
"name": "data.yml",
"size": 592,
"lastModified": "2024-01-11T06:34:39.000+00:00"
},
{
"name": "pgadmin4-8.1.tar.gz",
"size": 8255,
"lastModified": "2024-01-11T06:34:39.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 466,
"lastModified": "2024-01-11T06:34:39.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-01-11T06:34:39.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-01-11T06:34:39.000+00:00"
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-01-11T06:34:39.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2024-01-11T06:34:39.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.1/pgadmin4-8.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-0",
"readMe": null,
"name": "8.0",
"lastModified": 1702537872,
"files": [
{
"name": "data.yml",
"size": 592,
"lastModified": "2023-12-14T07:11:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 466,
"lastModified": "2023-12-14T07:11:12.000+00:00"
},
{
"name": "pgadmin4-8.0.tar.gz",
"size": 8253,
"lastModified": "2023-12-14T07:11:12.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2023-12-14T07:11:12.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-14T07:11:12.000+00:00"
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2023-12-14T07:11:12.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2023-12-14T07:11:12.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.0/pgadmin4-8.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-8",
"readMe": null,
"name": "7.8",
"lastModified": 1700638422,
"files": [
{
"name": "pgadmin4-7.8.tar.gz",
"size": 8249,
"lastModified": "2023-11-22T07:33:42.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2023-11-22T07:33:42.000+00:00",
"files": [
{
"name": "init.sh",
"size": 37,
"lastModified": "2023-11-22T07:33:42.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2023-11-22T07:33:42.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-11-22T07:33:42.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 592,
"lastModified": "2023-11-22T07:33:42.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 466,
"lastModified": "2023-11-22T07:33:42.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/7.8/pgadmin4-7.8.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 80,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "admin@1panel.cn",
"edit": true,
"envKey": "PGADMIN_DEFAULT_EMAIL",
"labelEn": "Admin Email",
"labelZh": "管理员邮箱",
"required": true,
"type": "text"
},
{
"default": "hgraZPD3v00I5AwuzSpL",
"edit": true,
"envKey": "PGADMIN_DEFAULT_PASSWORD",
"labelEn": "Admin Password",
"labelZh": "管理员密码",
"required": true,
"type": "password"
}
]
}
}
],
"downloads": 572,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/pgadmin4/8.12/pgadmin4-8.12.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "it-tools",
"lastModified": 1730384529,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/it-tools/logo.png",
"readMe": "# IT-Tools\n\n**IT-Tools** is a collection of handy online tools for developers, with great UX.\n\n## Main Features:\n\n- Crypto tools, including token generation, text hashing, UUID generation, text encryption and decryption, and 9 other different functions.\n- Converter tools, including Yaml converter, Json converter, Base64 converter, and 12 other different functions.\n- Web tools, including Url encoding and decoding, user-agent parser, URL parser, and 15 other different functions.\n- Images and Videos tools, including SVG placeholder generator, QR code generator, and 3 other functions.\n- Development tools, including Docker run to Docker compose converter, crontab generator, SQL beautification and formatting, and 10 other different functions.\n- Also includes Network tools, Math tools, Measurement tools, Text tools, Data tools, and more.\n",
"description": "Collection of handy online tools for developers, with great UX",
"name": "IT-Tools",
"tags": [
"Development tool"
],
"title": "Collection of handy online tools for developers, with great UX",
"additionalProperties": {
"key": "it-tools",
"name": "IT-Tools",
"tags": [
"DevTool"
],
"shortDescZh": "为开发人员提供方便的在线工具集合,具有出色的用户体验",
"shortDescEn": "Collection of handy online tools for developers, with great UX",
"type": "tool",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://it-tools.tech",
"github": "https://github.com/CorentinTh/it-tools",
"document": "https://github.com/CorentinTh/it-tools"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "2024-10-22-7ca5933",
"readMe": null,
"name": "2024.10.22-7ca5933",
"lastModified": 1730384529,
"files": [
{
"name": "it-tools-2024.10.22-7ca5933.tar.gz",
"size": 6564,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 301,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "data.yml",
"size": 246,
"lastModified": "2024-10-31T14:22:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/it-tools/2024.10.22-7ca5933/it-tools-2024.10.22-7ca5933.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 40116,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2024-5-13-a0bc346",
"readMe": null,
"name": "2024.5.13-a0bc346",
"lastModified": 1729587063,
"files": [
{
"name": "data.yml",
"size": 256,
"lastModified": "2024-10-22T08:51:03.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 300,
"lastModified": "2024-10-22T08:51:03.000+00:00"
},
{
"name": "it-tools-2024.5.13-a0bc346.tar.gz",
"size": 6559,
"lastModified": "2024-10-22T08:51:03.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/it-tools/2024.5.13-a0bc346/it-tools-2024.5.13-a0bc346.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 40116,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2023-12-21-5ed3693",
"readMe": null,
"name": "2023.12.21-5ed3693",
"lastModified": 1716976000,
"files": [
{
"name": "it-tools-2023.12.21-5ed3693.tar.gz",
"size": 6561,
"lastModified": "2024-05-29T09:46:40.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 304,
"lastModified": "2024-05-29T09:46:40.000+00:00"
},
{
"name": "data.yml",
"size": 256,
"lastModified": "2024-05-29T09:46:40.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/it-tools/2023.12.21-5ed3693/it-tools-2023.12.21-5ed3693.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 40116,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2023-11-2-7d94e11",
"readMe": null,
"name": "2023.11.2-7d94e11",
"lastModified": 1704251085,
"files": [
{
"name": "data.yml",
"size": 256,
"lastModified": "2024-01-03T03:04:45.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 316,
"lastModified": "2024-01-03T03:04:45.000+00:00"
},
{
"name": "it-tools-2023.11.2-7d94e11.tar.gz",
"size": 6577,
"lastModified": "2024-01-03T03:04:45.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/it-tools/2023.11.2-7d94e11/it-tools-2023.11.2-7d94e11.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 40116,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2023-5-14-77f2efc",
"readMe": null,
"name": "2023.5.14-77f2efc",
"lastModified": 1701159648,
"files": [
{
"name": "it-tools-2023.5.14-77f2efc.tar.gz",
"size": 6579,
"lastModified": "2023-11-28T08:20:48.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 316,
"lastModified": "2023-11-28T08:20:48.000+00:00"
},
{
"name": "data.yml",
"size": 256,
"lastModified": "2023-11-28T08:20:48.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/it-tools/2023.5.14-77f2efc/it-tools-2023.5.14-77f2efc.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 40116,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 1789,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/it-tools/2024.10.22-7ca5933/it-tools-2024.10.22-7ca5933.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "python",
"lastModified": 1730384544,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/python/logo.png",
"readMe": "# Python\n\nPython runtime environment ",
"description": "Python Runtime",
"name": "Python",
"tags": [
"Runtime"
],
"title": "Python Runtime",
"additionalProperties": {
"key": "python",
"name": "Python",
"tags": [
"Runtime"
],
"shortDescZh": "Python 运行环境",
"shortDescEn": "Python Runtime",
"type": "python",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 101,
"website": "https://www.python.org/",
"github": "",
"document": ""
},
"versions": [
{
"valid": true,
"violations": [],
"id": "3-13-0",
"readMe": null,
"name": "3.13.0",
"lastModified": 1730384544,
"files": [
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "run.sh",
"size": 50,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 435,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "python-3.13.0.tar.gz",
"size": 12356,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/python/3.13.0/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "3-12-7",
"readMe": null,
"name": "3.12.7",
"lastModified": 1730384544,
"files": [
{
"name": "run.sh",
"size": 46,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 435,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "python-3.12.7.tar.gz",
"size": 12355,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/python/3.12.7/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "3-11-10",
"readMe": null,
"name": "3.11.10",
"lastModified": 1730384544,
"files": [
{
"name": "docker-compose.yml",
"size": 435,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "python-3.11.10.tar.gz",
"size": 12351,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "run.sh",
"size": 45,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/python/3.11.10/python-3.11.10.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "3-10-15",
"readMe": null,
"name": "3.10.15",
"lastModified": 1730384544,
"files": [
{
"name": "run.sh",
"size": 45,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "python-3.10.15.tar.gz",
"size": 12351,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:24.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 435,
"lastModified": "2024-10-31T14:22:24.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/python/3.10.15/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
}
],
"downloads": 24,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/python/3.13.0/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "openldap",
"lastModified": 1730384534,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openldap/logo.png",
"readMe": "# OpenLDAP\n\n[OpenLDAP](https://openldap.org/) is a free and open-source implementation of the Lightweight Directory Access Protocol (LDAP).\n\nThis application uses the OpenLDAP Docker image built by Bitnami, which allows for rapid deployment of OpenLDAP services.\n\n## Related Links\n\n- OpenLDAP official website: \n- Bitnami OpenLDAP build repository: \n\n## License\n\nCopyright © 2024 Broadcom. The term Broadcom refers to Broadcom Inc. and/or its subsidiaries.\n\nLicensed under the Apache License, Version 2.0 (the License);\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an AS IS BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n",
"description": "An open source implementation of the Lightweight Directory Access Protocol",
"name": "OpenLDAP",
"tags": [
"Database"
],
"title": "An open source implementation of the Lightweight Directory Access Protocol",
"additionalProperties": {
"key": "openldap",
"name": "OpenLDAP",
"tags": [
"Database"
],
"shortDescZh": "开源的 LDAP(Lightweight Directory Access Protocol) 服务软件",
"shortDescEn": "An open source implementation of the Lightweight Directory Access Protocol",
"type": "database",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://openldap.org/",
"github": "https://github.com/openldap/openldap",
"document": "https://hub.docker.com/r/bitnami/openldap"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "2-6-8",
"readMe": null,
"name": "2.6.8",
"lastModified": 1730384534,
"files": [
{
"name": "data.yml",
"size": 829,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:14.000+00:00",
"files": [
{
"name": "init.sh",
"size": 289,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "upgrade.sh",
"size": 289,
"lastModified": "2024-10-31T14:22:14.000+00:00"
}
]
},
{
"name": "openldap-2.6.8.tar.gz",
"size": 9572,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 487,
"lastModified": "2024-10-31T14:22:14.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openldap/2.6.8/openldap-2.6.8.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"envKey": "LDAP_ROOT",
"default": "dc=example,dc=org",
"labelEn": "LDAP baseDN",
"labelZh": "LDAP baseDN",
"random": false,
"required": true,
"type": "text"
},
{
"envKey": "LDAP_ADMIN_USERNAME",
"default": "admin",
"labelEn": "LDAP admin username",
"labelZh": "LDAP 管理员用户名",
"random": false,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"envKey": "LDAP_ADMIN_PASSWORD",
"default": "adminpassword",
"labelEn": "LDAP admin password",
"labelZh": "LDAP 管理员密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"envKey": "LDAP_PORT",
"default": 1389,
"edit": true,
"labelEn": "LDAP listening port",
"labelZh": "LDAP 监听端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 3,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/openldap/2.6.8/openldap-2.6.8.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "typecho",
"lastModified": 1730384547,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/typecho/logo.png",
"readMe": "# Typecho\n\nTypecho is an open-source blogging system that is lightweight, efficient, and easy to install and use.\n\n## Main Features:\n\n- **Lightweight and Fast**: Typecho's core design is lightweight, so it runs quickly and consumes fewer server resources.\n- **Plugin Extensions**: Typecho supports plugin extensions, allowing users to install and enable various plugins to add functionality to their blogs as needed.\n- **Theme Customization**: Users can select and customize the theme of their blog to match their personal taste and needs.\n- **Markdown Support**: Typecho has built-in support for Markdown syntax, enabling users to write and format blog posts using Markdown.\n- **Tags and Categories**: Blog posts can be organized and archived using tags and categories to make it easier for readers to browse and retrieve related content.\n- **Comment System**: Typecho comes with a built-in comment system, allowing users to allow readers to leave comments below articles and manage and moderate them.\n- **Multi-user Support**: Supports multi-user management, suitable for team blogs or multi-author blogs.\n",
"description": "A PHP Blogging Platform. Simple and Powerful",
"name": "Typecho",
"tags": [
"Website"
],
"title": "A PHP Blogging Platform. Simple and Powerful",
"additionalProperties": {
"key": "typecho",
"name": "Typecho",
"tags": [
"WebSite"
],
"shortDescZh": "基于 PHP 的博客软件",
"shortDescEn": "A PHP Blogging Platform. Simple and Powerful",
"type": "website",
"crossVersionUpdate": true,
"limit": 0,
"website": "https://typecho.org/",
"github": "https://github.com/typecho/typecho",
"document": "https://docs.typecho.org/doku.php"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "1-2-1-php8-0-apache",
"readMe": null,
"name": "1.2.1-php8.0-apache",
"lastModified": 1730384547,
"files": [
{
"name": "typecho-1.2.1-php8.0-apache.tar.gz",
"size": 3964,
"lastModified": "2024-10-31T14:22:27.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 833,
"lastModified": "2024-10-31T14:22:27.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:27.000+00:00",
"files": [
{
"name": "init.sh",
"size": 775,
"lastModified": "2024-10-31T14:22:27.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 2224,
"lastModified": "2024-10-31T14:22:27.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/typecho/1.2.1-php8.0-apache/typecho-1.2.1-php8.0-apache.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
},
{
"label": "PostgreSQL",
"value": "postgresql"
}
]
},
{
"default": "typecho",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "typecho",
"envKey": "PANEL_DB_USER",
"labelEn": "Database User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "typecho",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Database User Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "typecho",
"envKey": "TYPECHO_USER_NAME",
"labelEn": "User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "typecho",
"envKey": "TYPECHO_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 8080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "typecho@typecho.com",
"edit": true,
"envKey": "TYPECHO_USER_MAIL",
"labelEn": "User Email",
"labelZh": "用户邮箱",
"required": true,
"type": "text"
},
{
"default": "http://localhost:8080",
"edit": true,
"envKey": "TYPECHO_EXTERNAL_URL",
"labelEn": "External URL",
"labelZh": "外部访问地址",
"required": true,
"rule": "paramExtUrl",
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "nightly-php7-4-apache",
"readMe": null,
"name": "nightly-php7.4-apache",
"lastModified": 1709797343,
"files": [
{
"name": "typecho-nightly-php7.4-apache.tar.gz",
"size": 6836,
"lastModified": "2024-03-07T07:42:23.000+00:00"
},
{
"name": "data.yml",
"size": 2224,
"lastModified": "2024-03-07T07:42:23.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 848,
"lastModified": "2024-03-07T07:42:23.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-03-07T07:42:23.000+00:00",
"files": [
{
"name": "init.sh",
"size": 775,
"lastModified": "2024-03-07T07:42:23.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/typecho/nightly-php7.4-apache/typecho-nightly-php7.4-apache.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"child": {
"default": "",
"envKey": "PANEL_DB_HOST",
"required": true,
"type": "service"
},
"default": "mysql",
"envKey": "PANEL_DB_TYPE",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "apps",
"values": [
{
"label": "MySQL",
"value": "mysql"
},
{
"label": "MariaDB",
"value": "mariadb"
},
{
"label": "PostgreSQL",
"value": "postgresql"
}
]
},
{
"default": "typecho",
"envKey": "PANEL_DB_NAME",
"labelEn": "Database",
"labelZh": "数据库名",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "typecho",
"envKey": "PANEL_DB_USER",
"labelEn": "Database User",
"labelZh": "数据库用户",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "typecho",
"envKey": "PANEL_DB_USER_PASSWORD",
"labelEn": "Database User Password",
"labelZh": "数据库用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "typecho",
"envKey": "TYPECHO_USER_NAME",
"labelEn": "User",
"labelZh": "管理员",
"required": true,
"type": "text"
},
{
"default": "typecho",
"envKey": "TYPECHO_USER_PASSWORD",
"labelEn": "Password",
"labelZh": "管理员密码",
"required": true,
"type": "text"
},
{
"default": 8080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "typecho@typecho.com",
"edit": true,
"envKey": "TYPECHO_USER_MAIL",
"labelEn": "User Email",
"labelZh": "用户邮箱",
"required": true,
"type": "text"
},
{
"default": "http://localhost:8080",
"edit": true,
"envKey": "TYPECHO_EXTERNAL_URL",
"labelEn": "External URL",
"labelZh": "外部访问地址",
"required": true,
"rule": "paramExtUrl",
"type": "text"
}
]
}
}
],
"downloads": 2915,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/typecho/1.2.1-php8.0-apache/typecho-1.2.1-php8.0-apache.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "php",
"lastModified": 1728538710,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php/logo.png",
"readMe": "# PHP\n\nPHP is a popular server-side script language, which is used to develop dynamic web pages and web applications.\n",
"description": "PHP Runtime",
"name": "PHP",
"tags": [
"Runtime"
],
"title": "PHP Runtime",
"additionalProperties": {
"key": "php",
"name": "PHP",
"tags": [
"Runtime"
],
"shortDescZh": "PHP 运行环境",
"shortDescEn": "PHP Runtime",
"type": "php",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 100,
"website": "https://www.php.net/",
"github": "https://github.com/php/php-src",
"document": "https://www.php.net/docs.php",
"version": 2.0,
"architectures": [
"amd64",
"arm64",
"arm/v7",
"s390x",
"ppc64le"
]
},
"versions": [
{
"valid": true,
"violations": [],
"id": "8",
"readMe": null,
"name": "8",
"lastModified": 1728538710,
"files": [
{
"name": "data.yml",
"size": 2908,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": "supervisor",
"size": 0,
"lastModified": "2024-10-10T05:38:30.000+00:00",
"files": [
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2024-10-10T05:38:30.000+00:00",
"files": [
{
"name": "php-fpm.ini",
"size": 221,
"lastModified": "2024-10-10T05:38:30.000+00:00"
}
]
},
{
"name": "supervisord.conf",
"size": 9583,
"lastModified": "2024-10-10T05:38:30.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": "php.ini",
"size": 73397,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
]
},
{
"name": ".env",
"size": 155,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": "php-8.tar.gz",
"size": 39325,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "php",
"size": 0,
"lastModified": "2024-08-30T06:41:07.000+00:00",
"files": [
{
"name": "Dockerfile",
"size": 326,
"lastModified": "2024-08-30T06:41:07.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-08-30T06:41:07.000+00:00",
"files": [
{
"name": "install-ext",
"size": 9021,
"lastModified": "2024-08-30T06:41:07.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 253,
"lastModified": "2024-08-30T06:41:07.000+00:00"
},
{
"name": "..env",
"size": 64,
"lastModified": "2024-08-30T06:41:07.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "install-ext",
"size": 9705,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
]
},
{
"name": "Dockerfile",
"size": 611,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 1042,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php/8/.env",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"type": "select",
"multiple": true,
"labelZh": "默认扩展",
"labelEn": "Extensions",
"allowCreate": true,
"default": [
"mysqli"
],
"values": [
{
"label": "opcache",
"value": "opcache"
},
{
"label": "memcached",
"value": "memcached"
},
{
"label": "memcache",
"value": "memcache"
},
{
"label": "redis",
"value": "redis"
},
{
"label": "mcrypt",
"value": "mcrypt"
},
{
"label": "xdebug",
"value": "xdebug"
},
{
"label": "imap",
"value": "imap"
},
{
"label": "exif",
"value": "exif"
},
{
"label": "intl",
"value": "intl"
},
{
"label": "swoole",
"value": "swoole"
},
{
"label": "yaf",
"value": "yaf"
},
{
"label": "pgsql",
"value": "pgsql"
},
{
"label": "pdo_pgsql",
"value": "pdo_pgsql"
},
{
"label": "snmp",
"value": "snmp"
},
{
"label": "ldap",
"value": "ldap"
},
{
"label": "pspell",
"value": "pspell"
},
{
"label": "bz2",
"value": "bz2"
},
{
"label": "sysvshm",
"value": "sysvshm"
},
{
"label": "calendar",
"value": "calendar"
},
{
"label": "gmp",
"value": "gmp"
},
{
"label": "sysvmsg",
"value": "sysvmsg"
},
{
"label": "igbinary",
"value": "igbinary"
},
{
"label": "mysqli",
"value": "mysqli"
},
{
"label": "pdo_mysql",
"value": "pdo_mysql"
},
{
"label": "mbstring",
"value": "mbstring"
},
{
"label": "gd",
"value": "gd"
},
{
"label": "ionCube",
"value": "ionCube"
},
{
"label": "curl",
"value": "curl"
},
{
"label": "sg11",
"value": "sg11"
},
{
"label": "imagick",
"value": "imagick"
}
],
"envKey": "PHP_EXTENSIONS"
},
{
"default": "8.3.8",
"envKey": "PHP_VERSION",
"labelEn": "PHP Version",
"labelZh": "PHP 版本",
"required": true,
"type": "select",
"values": [
{
"label": "8.3.8",
"value": "8.3.8"
},
{
"label": "8.2.20",
"value": "8.2.20"
},
{
"label": "8.1.29",
"value": "8.1.29"
},
{
"label": "8.0.30",
"value": "8.0.30"
}
]
},
{
"default": "https://mirrors.tuna.tsinghua.edu.cn",
"envKey": "CONTAINER_PACKAGE_URL",
"labelEn": "Package Source",
"labelZh": "扩展源",
"required": true,
"type": "select",
"values": [
{
"label": "https://mirrors.tuna.tsinghua.edu.cn",
"value": "https://mirrors.tuna.tsinghua.edu.cn"
}
]
},
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7",
"readMe": null,
"name": "7",
"lastModified": 1728538709,
"files": [
{
"name": "supervisor",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "php-fpm.ini",
"size": 221,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
]
},
{
"name": "supervisord.conf",
"size": 9583,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 1042,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": "data.yml",
"size": 2971,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": ".env",
"size": 155,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": "php.ini",
"size": 73397,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
]
},
{
"name": "php-7.tar.gz",
"size": 39043,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "install-ext",
"size": 8922,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
]
},
{
"name": "Dockerfile",
"size": 866,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php/7/.env",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"type": "select",
"multiple": true,
"labelZh": "默认扩展",
"labelEn": "Extensions",
"allowCreate": true,
"default": [
"mysqli"
],
"values": [
{
"label": "opcache",
"value": "opcache"
},
{
"label": "memcached",
"value": "memcached"
},
{
"label": "memcache",
"value": "memcache"
},
{
"label": "redis",
"value": "redis"
},
{
"label": "mcrypt",
"value": "mcrypt"
},
{
"label": "xdebug",
"value": "xdebug"
},
{
"label": "imap",
"value": "imap"
},
{
"label": "exif",
"value": "exif"
},
{
"label": "intl",
"value": "intl"
},
{
"label": "swoole",
"value": "swoole"
},
{
"label": "yaf",
"value": "yaf"
},
{
"label": "pgsql",
"value": "pgsql"
},
{
"label": "pdo_pgsql",
"value": "pdo_pgsql"
},
{
"label": "snmp",
"value": "snmp"
},
{
"label": "ldap",
"value": "ldap"
},
{
"label": "pspell",
"value": "pspell"
},
{
"label": "bz2",
"value": "bz2"
},
{
"label": "sysvshm",
"value": "sysvshm"
},
{
"label": "calendar",
"value": "calendar"
},
{
"label": "gmp",
"value": "gmp"
},
{
"label": "sysvmsg",
"value": "sysvmsg"
},
{
"label": "igbinary",
"value": "igbinary"
},
{
"label": "mysqli",
"value": "mysqli"
},
{
"label": "pdo_mysql",
"value": "pdo_mysql"
},
{
"label": "mbstring",
"value": "mbstring"
},
{
"label": "gd",
"value": "gd"
},
{
"label": "ionCube",
"value": "ionCube"
},
{
"label": "curl",
"value": "curl"
},
{
"label": "sg11",
"value": "sg11"
},
{
"label": "imagick",
"value": "imagick"
}
],
"envKey": "PHP_EXTENSIONS"
},
{
"default": "7.4.33",
"envKey": "PHP_VERSION",
"labelEn": "PHP Version",
"labelZh": "PHP 版本",
"required": true,
"type": "select",
"values": [
{
"label": "7.4.33",
"value": "7.4.33"
},
{
"label": "7.3.33",
"value": "7.3.33"
},
{
"label": "7.2.34",
"value": "7.2.34"
},
{
"label": "7.1.33",
"value": "7.1.33"
},
{
"label": "7.0.33",
"value": "7.0.33"
}
]
},
{
"default": "https://mirrors.tuna.tsinghua.edu.cn",
"envKey": "CONTAINER_PACKAGE_URL",
"labelEn": "Package Source",
"labelZh": "扩展源",
"required": true,
"type": "select",
"values": [
{
"label": "https://mirrors.tuna.tsinghua.edu.cn",
"value": "https://mirrors.tuna.tsinghua.edu.cn"
}
]
},
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5",
"readMe": null,
"name": "5",
"lastModified": 1728538709,
"files": [
{
"name": "supervisor",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "supervisord.conf",
"size": 9583,
"lastModified": "2024-10-10T05:38:29.000+00:00"
},
{
"name": "supervisor.d",
"size": 0,
"lastModified": "2024-10-10T05:38:29.000+00:00",
"files": [
{
"name": "php-fpm.ini",
"size": 221,
"lastModified": "2024-10-10T05:38:29.000+00:00"
}
]
}
]
},
{
"name": "build",
"size": 0,
"lastModified": "2024-10-10T05:38:28.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-10-10T05:38:28.000+00:00",
"files": [
{
"name": "install-ext",
"size": 9801,
"lastModified": "2024-10-10T05:38:28.000+00:00"
}
]
},
{
"name": "Dockerfile",
"size": 663,
"lastModified": "2024-10-10T05:38:28.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-10T05:38:28.000+00:00",
"files": [
{
"name": "php.ini",
"size": 71072,
"lastModified": "2024-10-10T05:38:28.000+00:00"
},
{
"name": "php-fpm.conf",
"size": 18864,
"lastModified": "2024-10-10T05:38:28.000+00:00"
}
]
},
{
"name": "php-5.tar.gz",
"size": 38053,
"lastModified": "2024-10-10T05:38:28.000+00:00"
},
{
"name": ".env",
"size": 155,
"lastModified": "2024-10-10T05:38:28.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 1042,
"lastModified": "2024-10-10T05:38:28.000+00:00"
},
{
"name": "data.yml",
"size": 2817,
"lastModified": "2024-10-10T05:38:28.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php/5/php-5.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"type": "select",
"multiple": true,
"labelZh": "默认扩展",
"labelEn": "Extensions",
"allowCreate": true,
"default": [
"mysqli"
],
"values": [
{
"label": "opcache",
"value": "opcache"
},
{
"label": "memcached",
"value": "memcached"
},
{
"label": "memcache",
"value": "memcache"
},
{
"label": "redis",
"value": "redis"
},
{
"label": "mcrypt",
"value": "mcrypt"
},
{
"label": "xdebug",
"value": "xdebug"
},
{
"label": "imap",
"value": "imap"
},
{
"label": "exif",
"value": "exif"
},
{
"label": "intl",
"value": "intl"
},
{
"label": "swoole",
"value": "swoole"
},
{
"label": "yaf",
"value": "yaf"
},
{
"label": "pgsql",
"value": "pgsql"
},
{
"label": "pdo_pgsql",
"value": "pdo_pgsql"
},
{
"label": "snmp",
"value": "snmp"
},
{
"label": "ldap",
"value": "ldap"
},
{
"label": "pspell",
"value": "pspell"
},
{
"label": "bz2",
"value": "bz2"
},
{
"label": "sysvshm",
"value": "sysvshm"
},
{
"label": "calendar",
"value": "calendar"
},
{
"label": "gmp",
"value": "gmp"
},
{
"label": "sysvmsg",
"value": "sysvmsg"
},
{
"label": "igbinary",
"value": "igbinary"
},
{
"label": "mysqli",
"value": "mysqli"
},
{
"label": "pdo_mysql",
"value": "pdo_mysql"
},
{
"label": "mbstring",
"value": "mbstring"
},
{
"label": "gd",
"value": "gd"
},
{
"label": "ioncube_loader",
"value": "ioncube_loader"
},
{
"label": "curl",
"value": "curl"
},
{
"label": "sg15",
"value": "sourceguardian"
},
{
"label": "sg11",
"value": "sourceguardian"
},
{
"label": "imagick",
"value": "imagick"
}
],
"envKey": "PHP_EXTENSIONS"
},
{
"default": "5.6.40",
"envKey": "PHP_VERSION",
"labelEn": "PHP Version",
"labelZh": "PHP 版本",
"required": true,
"type": "select",
"values": [
{
"label": "5.6.40",
"value": "5.6.40"
}
]
},
{
"default": "https://mirrors.tuna.tsinghua.edu.cn",
"envKey": "CONTAINER_PACKAGE_URL",
"labelEn": "Package Source",
"labelZh": "扩展源",
"required": true,
"type": "select",
"values": [
{
"label": "https://mirrors.tuna.tsinghua.edu.cn",
"value": "https://mirrors.tuna.tsinghua.edu.cn"
}
]
},
{
"default": 9000,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "PHP-FPM Port",
"labelZh": "PHP-FPM 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 0,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/php/8/.env",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "elasticsearch",
"lastModified": 1730384527,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/logo.png",
"readMe": "# Default account\n\n- Default account: elastic\n\n# Elasticsearch\n\n**Elasticsearch** is a distributed, RESTful search and analytics engine designed for speed and relevance in production-scale workloads. You can use Elasticsearch to power real-time search applications on massive datasets.\n\n# Main Features:\n\n## Full-Text Search\n\n - Supports full-text search and querying, enabling fast retrieval of relevant documents from large-scale datasets.\n - Employs techniques like tokenization and stemming to provide efficient text search.\n\n## Distributed Performance\n\n - Can be scaled horizontally, easily distributing data across multiple nodes for high-performance data storage and retrieval.\n\n## Real-Time Data\n\n - Supports real-time data indexing and searching, enabling rapid response to the addition, update, and deletion of new data.\n\n## Support for Multiple Data Types\n\n - Can handle structured, semi-structured, and unstructured data, such as text and geospatial data.\n\n## Powerful Aggregation Analysis\n\n - Provides rich aggregation capabilities for performing various summarization, statistical, and analytical operations on data.\n\n## RESTful API\n\n - Uses simple HTTP requests to interact with Elasticsearch, performing indexing, searching, and management operations.\n\n## Flexible Plugins and Ecosystem\n\n - Has a rich plugin ecosystem that can extend its functionality to meet the needs of different scenarios.\n\n## Visualization Tools\n\n - Offers various visualization tools and dashboards, such as Kibana, for displaying and analyzing data in Elasticsearch.\n",
"description": "Free and Open, Distributed, RESTful Search Engine",
"name": "Elasticsearch",
"tags": [
"Database"
],
"title": "Elasticsearch",
"additionalProperties": {
"key": "elasticsearch",
"name": "Elasticsearch",
"tags": [
"Database"
],
"shortDescZh": "免费开放、分布式、RESTful 搜索引擎",
"shortDescEn": "Free and Open, Distributed, RESTful Search Engine",
"type": "tool",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 0,
"website": "https://www.elastic.co",
"github": "https://github.com/elastic/elasticsearch",
"document": "https://www.elastic.co/guide/en/elasticsearch/reference/8.11/elasticsearch-intro.html"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "8-15-3",
"readMe": null,
"name": "8.15.3",
"lastModified": 1730384527,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-10-31T14:22:07.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-10-31T14:22:07.000+00:00"
},
{
"name": "elasticsearch-8.15.3.tar.gz",
"size": 10681,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.15.3/elasticsearch-8.15.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-15-2",
"readMe": null,
"name": "8.15.2",
"lastModified": 1729002449,
"files": [
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-10-15T14:27:29.000+00:00"
},
{
"name": "elasticsearch-8.15.2.tar.gz",
"size": 10685,
"lastModified": "2024-10-15T14:27:29.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-10-15T14:27:29.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-15T14:27:29.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-10-15T14:27:29.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-15T14:27:29.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-10-15T14:27:29.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-15T14:27:29.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-15T14:27:29.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-10-15T14:27:29.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-15T14:27:29.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-15T14:27:29.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.15.2/elasticsearch-8.15.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-15-1",
"readMe": null,
"name": "8.15.1",
"lastModified": 1727359942,
"files": [
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-09-26T14:12:22.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-09-26T14:12:22.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-09-26T14:12:22.000+00:00"
}
]
},
{
"name": "elasticsearch-8.15.1.tar.gz",
"size": 10684,
"lastModified": "2024-09-26T14:12:22.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-09-26T14:12:22.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-09-26T14:12:22.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-09-26T14:12:22.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-09-26T14:12:22.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-09-26T14:12:22.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-09-26T14:12:22.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-09-26T14:12:21.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-09-26T14:12:21.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.15.1/elasticsearch-8.15.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-15-0",
"readMe": null,
"name": "8.15.0",
"lastModified": 1726810827,
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-09-20T05:40:27.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-09-20T05:40:27.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-09-20T05:40:27.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-09-20T05:40:27.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-09-20T05:40:27.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-09-20T05:40:27.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-09-20T05:40:27.000+00:00"
}
]
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-09-20T05:40:27.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-09-20T05:40:27.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-09-20T05:40:27.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-09-20T05:40:27.000+00:00"
},
{
"name": "elasticsearch-8.15.0.tar.gz",
"size": 10716,
"lastModified": "2024-09-20T05:40:27.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.15.0/elasticsearch-8.15.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-14-3",
"readMe": null,
"name": "8.14.3",
"lastModified": 1723199057,
"files": [
{
"name": "elasticsearch-8.14.3.tar.gz",
"size": 10682,
"lastModified": "2024-08-09T10:24:17.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-08-09T10:24:17.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-08-09T10:24:17.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-08-09T10:24:17.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-08-09T10:24:17.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-08-09T10:24:17.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-08-09T10:24:17.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-08-09T10:24:17.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-08-09T10:24:17.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-08-09T10:24:17.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-08-09T10:24:17.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-08-09T10:24:17.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.14.3/elasticsearch-8.14.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-14-2",
"readMe": null,
"name": "8.14.2",
"lastModified": 1720681955,
"files": [
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-07-11T07:12:35.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-07-11T07:12:35.000+00:00"
},
{
"name": "elasticsearch-8.14.2.tar.gz",
"size": 10683,
"lastModified": "2024-07-11T07:12:35.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-07-11T07:12:35.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-07-11T07:12:35.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-07-11T07:12:35.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-07-11T07:12:35.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-11T07:12:35.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-07-11T07:12:35.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-07-11T07:12:35.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-07-11T07:12:35.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-11T07:12:35.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.14.2/elasticsearch-8.14.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-14-1",
"readMe": null,
"name": "8.14.1",
"lastModified": 1720403277,
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-07-08T01:47:57.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-07-08T01:47:57.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-08T01:47:57.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-07-08T01:47:57.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-08T01:47:57.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-07-08T01:47:57.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-07-08T01:47:57.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-07-08T01:47:57.000+00:00"
},
{
"name": "elasticsearch-8.14.1.tar.gz",
"size": 10682,
"lastModified": "2024-07-08T01:47:57.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-07-08T01:47:57.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-07-08T01:47:57.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-07-08T01:47:57.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.14.1/elasticsearch-8.14.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-14-0",
"readMe": null,
"name": "8.14.0",
"lastModified": 1718095684,
"files": [
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-06-11T08:48:04.000+00:00"
},
{
"name": "elasticsearch-8.14.0.tar.gz",
"size": 10682,
"lastModified": "2024-06-11T08:48:04.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-06-11T08:48:04.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-11T08:48:04.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-06-11T08:48:04.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-06-11T08:48:04.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-06-11T08:48:04.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-11T08:48:04.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-11T08:48:04.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-06-11T08:48:04.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-06-11T08:48:04.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-11T08:48:04.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.14.0/elasticsearch-8.14.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-13-4",
"readMe": null,
"name": "8.13.4",
"lastModified": 1717512609,
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-06-04T14:50:09.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-06-04T14:50:09.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-04T14:50:09.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-06-04T14:50:09.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-04T14:50:09.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-04T14:50:09.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-06-04T14:50:09.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-06-04T14:50:09.000+00:00"
},
{
"name": "elasticsearch-8.13.4.tar.gz",
"size": 10685,
"lastModified": "2024-06-04T14:50:09.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-04T14:50:09.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-06-04T14:50:09.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-06-04T14:50:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.13.4/elasticsearch-8.13.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-13-3",
"readMe": null,
"name": "8.13.3",
"lastModified": 1715231663,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-05-09T05:14:23.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-05-09T05:14:23.000+00:00"
}
]
},
{
"name": "elasticsearch-8.13.3.tar.gz",
"size": 10682,
"lastModified": "2024-05-09T05:14:23.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-05-09T05:14:23.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-05-09T05:14:23.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-05-09T05:14:23.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-05-09T05:14:23.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-05-09T05:14:23.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-05-09T05:14:23.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-05-09T05:14:23.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-05-09T05:14:23.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-05-09T05:14:23.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.13.3/elasticsearch-8.13.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-13-0",
"readMe": null,
"name": "8.13.0",
"lastModified": 1716950493,
"files": [
{
"name": "docker-compose.yml",
"size": 787,
"lastModified": "2024-05-29T02:41:33.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-05-29T02:41:33.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-05-29T02:41:33.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-05-29T02:41:33.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-05-29T02:41:33.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-05-29T02:41:33.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-05-29T02:41:33.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-05-29T02:41:33.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-05-29T02:41:33.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-05-29T02:41:33.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-05-29T02:41:33.000+00:00"
}
]
}
]
},
{
"name": "elasticsearch-8.13.0.tar.gz",
"size": 10684,
"lastModified": "2024-05-29T02:41:33.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.13.0/elasticsearch-8.13.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-12-2",
"readMe": null,
"name": "8.12.2",
"lastModified": 1711456691,
"files": [
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-03-26T12:38:11.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
]
}
]
},
{
"name": "elasticsearch-8.12.2.tar.gz",
"size": 10693,
"lastModified": "2024-03-26T12:38:11.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 800,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.12.2/elasticsearch-8.12.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-12-1",
"readMe": null,
"name": "8.12.1",
"lastModified": 1708573495,
"files": [
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-02-22T03:44:55.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 800,
"lastModified": "2024-02-22T03:44:55.000+00:00"
},
{
"name": "elasticsearch-8.12.1.tar.gz",
"size": 10701,
"lastModified": "2024-02-22T03:44:55.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-02-22T03:44:55.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-02-22T03:44:55.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-02-22T03:44:55.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-02-22T03:44:55.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-02-22T03:44:55.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-02-22T03:44:55.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-02-22T03:44:55.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-02-22T03:44:55.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-02-22T03:44:55.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.12.1/elasticsearch-8.12.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-12-0",
"readMe": null,
"name": "8.12.0",
"lastModified": 1708323062,
"files": [
{
"name": "docker-compose.yml",
"size": 800,
"lastModified": "2024-02-19T06:11:02.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-02-19T06:11:02.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-02-19T06:11:02.000+00:00"
}
]
}
]
},
{
"name": "elasticsearch-8.12.0.tar.gz",
"size": 10700,
"lastModified": "2024-02-19T06:11:02.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-02-19T06:11:02.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.12.0/elasticsearch-8.12.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-11-4",
"readMe": null,
"name": "8.11.4",
"lastModified": 1706083910,
"files": [
{
"name": "docker-compose.yml",
"size": 800,
"lastModified": "2024-01-24T08:11:50.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-01-24T08:11:50.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
]
},
{
"name": "elasticsearch-8.11.4.tar.gz",
"size": 10699,
"lastModified": "2024-01-24T08:11:50.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.11.4/elasticsearch-8.11.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-11-3",
"readMe": null,
"name": "8.11.3",
"lastModified": 1705306907,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-01-15T08:21:47.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-01-15T08:21:47.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-01-15T08:21:47.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-01-15T08:21:47.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-01-15T08:21:47.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-01-15T08:21:47.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-01-15T08:21:47.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-01-15T08:21:47.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-01-15T08:21:47.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 800,
"lastModified": "2024-01-15T08:21:47.000+00:00"
},
{
"name": "elasticsearch-8.11.3.tar.gz",
"size": 10699,
"lastModified": "2024-01-15T08:21:47.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-01-15T08:21:47.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.11.3/elasticsearch-8.11.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-11-1",
"readMe": null,
"name": "8.11.1",
"lastModified": 1702537867,
"files": [
{
"name": "docker-compose.yml",
"size": 800,
"lastModified": "2023-12-14T07:11:07.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2023-12-14T07:11:07.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00"
}
]
}
]
},
{
"name": "elasticsearch-8.11.1.tar.gz",
"size": 10698,
"lastModified": "2023-12-14T07:11:07.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2023-12-14T07:11:07.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2023-12-14T07:11:07.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.11.1/elasticsearch-8.11.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-25",
"readMe": null,
"name": "7.17.25",
"lastModified": 1730384527,
"files": [
{
"name": "elasticsearch-7.17.25.tar.gz",
"size": 10684,
"lastModified": "2024-10-31T14:22:07.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-10-31T14:22:07.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:07.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 788,
"lastModified": "2024-10-31T14:22:07.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.25/elasticsearch-7.17.25.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-24",
"readMe": null,
"name": "7.17.24",
"lastModified": 1729587061,
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-10-22T08:51:01.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-22T08:51:01.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-10-22T08:51:01.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-22T08:51:01.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-22T08:51:01.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-10-22T08:51:01.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-22T08:51:01.000+00:00"
}
]
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-22T08:51:01.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-10-22T08:51:01.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 788,
"lastModified": "2024-10-22T08:51:01.000+00:00"
},
{
"name": "elasticsearch-7.17.24.tar.gz",
"size": 10685,
"lastModified": "2024-10-22T08:51:01.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-10-22T08:51:01.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.24/elasticsearch-7.17.24.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-23",
"readMe": null,
"name": "7.17.23",
"lastModified": 1726810826,
"files": [
{
"name": "docker-compose.yml",
"size": 788,
"lastModified": "2024-09-20T05:40:26.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-09-20T05:40:26.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-09-20T05:40:26.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-09-20T05:40:26.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-09-20T05:40:26.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-09-20T05:40:26.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-09-20T05:40:26.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-09-20T05:40:26.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-09-20T05:40:26.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-09-20T05:40:26.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-09-20T05:40:26.000+00:00"
}
]
}
]
},
{
"name": "elasticsearch-7.17.23.tar.gz",
"size": 10718,
"lastModified": "2024-09-20T05:40:26.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.23/elasticsearch-7.17.23.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-22",
"readMe": null,
"name": "7.17.22",
"lastModified": 1721901641,
"files": [
{
"name": "docker-compose.yml",
"size": 788,
"lastModified": "2024-07-25T10:00:41.000+00:00"
},
{
"name": "elasticsearch-7.17.22.tar.gz",
"size": 10682,
"lastModified": "2024-07-25T10:00:41.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-07-25T10:00:41.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-07-25T10:00:41.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-07-25T10:00:41.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-07-25T10:00:41.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-07-25T10:00:41.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-25T10:00:41.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-07-25T10:00:41.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-07-25T10:00:41.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-07-25T10:00:41.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-25T10:00:41.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.22/elasticsearch-7.17.22.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-21",
"readMe": null,
"name": "7.17.21",
"lastModified": 1718289854,
"files": [
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-06-13T14:44:14.000+00:00"
},
{
"name": "elasticsearch-7.17.21.tar.gz",
"size": 10682,
"lastModified": "2024-06-13T14:44:14.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 788,
"lastModified": "2024-06-13T14:44:14.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-06-13T14:44:14.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-06-13T14:44:14.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-13T14:44:14.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-06-13T14:44:14.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-06-13T14:44:14.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-06-13T14:44:14.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-13T14:44:14.000+00:00"
}
]
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-13T14:44:14.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-06-13T14:44:14.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.21/elasticsearch-7.17.21.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-20",
"readMe": null,
"name": "7.17.20",
"lastModified": 1714489667,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-04-30T15:07:47.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-04-30T15:07:47.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-04-30T15:07:47.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 788,
"lastModified": "2024-04-30T15:07:47.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-04-30T15:07:47.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-04-30T15:07:47.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-04-30T15:07:47.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-04-30T15:07:47.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-04-30T15:07:47.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-04-30T15:07:47.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-04-30T15:07:47.000+00:00"
}
]
}
]
},
{
"name": "elasticsearch-7.17.20.tar.gz",
"size": 10685,
"lastModified": "2024-04-30T15:07:47.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.20/elasticsearch-7.17.20.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-19",
"readMe": null,
"name": "7.17.19",
"lastModified": 1712811133,
"files": [
{
"name": "elasticsearch-7.17.19.tar.gz",
"size": 10693,
"lastModified": "2024-04-11T04:52:13.000+00:00"
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-04-11T04:52:13.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 801,
"lastModified": "2024-04-11T04:52:13.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-04-11T04:52:13.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-04-11T04:52:13.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-04-11T04:52:13.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-04-11T04:52:13.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-04-11T04:52:13.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-04-11T04:52:13.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-04-11T04:52:13.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-04-11T04:52:13.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-04-11T04:52:13.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.19/elasticsearch-7.17.19.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-18",
"readMe": null,
"name": "7.17.18",
"lastModified": 1711456691,
"files": [
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-03-26T12:38:11.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
]
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-03-26T12:38:11.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 801,
"lastModified": "2024-03-26T12:38:11.000+00:00"
},
{
"name": "elasticsearch-7.17.18.tar.gz",
"size": 10695,
"lastModified": "2024-03-26T12:38:11.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.18/elasticsearch-7.17.18.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-17",
"readMe": null,
"name": "7.17.17",
"lastModified": 1708323062,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-02-19T06:11:02.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 801,
"lastModified": "2024-02-19T06:11:02.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": "backup",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-02-19T06:11:02.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-02-19T06:11:02.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-02-19T06:11:02.000+00:00"
},
{
"name": "elasticsearch-7.17.17.tar.gz",
"size": 10698,
"lastModified": "2024-02-19T06:11:02.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.17/elasticsearch-7.17.17.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-16",
"readMe": null,
"name": "7.17.16",
"lastModified": 1706083910,
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 801,
"lastModified": "2024-01-24T08:11:50.000+00:00"
},
{
"name": "elasticsearch-7.17.16.tar.gz",
"size": 10698,
"lastModified": "2024-01-24T08:11:50.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-01-24T08:11:50.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2024-01-24T08:11:50.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.16/elasticsearch-7.17.16.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-17-15",
"readMe": null,
"name": "7.17.15",
"lastModified": 1702537867,
"files": [
{
"name": "elasticsearch-7.17.15.tar.gz",
"size": 10700,
"lastModified": "2023-12-14T07:11:07.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": "elasticsearch.yml",
"size": 235,
"lastModified": "2023-12-14T07:11:07.000+00:00"
}
]
},
{
"name": "backup",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 1090,
"lastModified": "2023-12-14T07:11:07.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 801,
"lastModified": "2023-12-14T07:11:07.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2023-12-14T07:11:07.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2023-12-14T07:11:07.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/7.17.15/elasticsearch-7.17.15.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9200,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "true",
"edit": true,
"envKey": "ELASTIC_SECURITY",
"labelEn": "Password Verification",
"labelZh": "开启密码验证",
"required": true,
"type": "select",
"values": [
{
"label": "True",
"value": "true"
},
{
"label": "False",
"value": "false"
}
]
},
{
"default": "Elastic",
"edit": true,
"envKey": "ELASTIC_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": "ES_JAVA_OPTS=-Xlog:disable -Xlog:gc=debug:stderr -Xms512m -Xmx512m",
"edit": true,
"envKey": "P_ES_JAVA_OPTS",
"labelEn": "ES JAVA OPTS",
"labelZh": "ES JAVA OPTS",
"required": true,
"type": "text"
}
]
}
}
],
"downloads": 122,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/elasticsearch/8.15.3/elasticsearch-8.15.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "changedetectionio",
"lastModified": 1730384526,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/changedetectionio/logo.png",
"readMe": "# Changedetection.io\n\n**Changedetection.io** is the best and simplest free open source web page change detection, website watcher, restock monitor and notification service. \n\n## Main Features:\n\n- Many trigger filters, such as Trigger on text, Remove text by selector, Ignore Text, Extract text, also using Regex!\n- Target elements with xPath(1.0) and CSS selectors, easily monitor complex JSON with JSONPath or jq\n- Switch between fast non-JS and Chrome JS based fetchers \n- Track changes in PDF files (monitor text changes in PDF, also monitor PDF file size and checksum)\n- Easily specify how often to check sites\n- Execute JS before extracting text (great for logins, see example in UI!)\n- Override request headers, specify methods like POST or GET\n- Help target specific elements with the Visual selector\n- Configurable proxies per-watch\n- Send a screenshot with the notification when a change is detected on the webpage\n",
"description": "free open source website change detection, website watcher, restock monitor and notification service",
"name": "Changedetection.io",
"tags": [
"Utility"
],
"title": "free open source website change detection, website watcher, restock monitor and notification service",
"additionalProperties": {
"key": "changedetectionio",
"name": "Changedetection.io",
"tags": [
"Tool"
],
"shortDescZh": "免费开源网站变更检测、网站观察、补货监控和通知服务",
"shortDescEn": "free open source website change detection, website watcher, restock monitor and notification service",
"type": "tool",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://changedetection.io/",
"github": "https://github.com/dgtlmoon/changedetection.io",
"document": "https://github.com/dgtlmoon/changedetection.io/wiki"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "0-45",
"readMe": null,
"name": "0.45",
"lastModified": 1730384526,
"files": [
{
"name": "changedetectionio-0.45.tar.gz",
"size": 4713,
"lastModified": "2024-10-31T14:22:06.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 348,
"lastModified": "2024-10-31T14:22:06.000+00:00"
},
{
"name": "data.yml",
"size": 256,
"lastModified": "2024-10-31T14:22:06.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/changedetectionio/0.45/changedetectionio-0.45.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 40097,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 252,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/changedetectionio/0.45/changedetectionio-0.45.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "nginx-proxy-manager",
"lastModified": 1730384533,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/nginx-proxy-manager/logo.png",
"readMe": "## Account password\n\n```\nEmail: admin@example.com\nPassword: changeme\n```\n\n## Nginx Proxy Manager\n\n**Nginx Proxy Manager** is a powerful reverse proxy and web server management tool that allows you to easily manage proxy settings for multiple websites and applications.\n\n### Main Features:\n\n#### Web Interface Management\n\nNginx Proxy Manager provides an intuitive web interface through which you can easily manage your proxy settings and virtual hosts. Without the need to delve into the complexities of Nginx configuration files, you can accomplish all operations through a simple graphical interface.\n\n#### Reverse Proxy\n\nWith Nginx Proxy Manager, you can set up reverse proxy rules to route requests from the outside world to internal servers or applications. This helps hide the details of internal servers while providing secure external access.\n\n#### SSL Certificate Management\n\nThe tool has built-in SSL certificate management capabilities, allowing you to easily add SSL/TLS support for your websites and applications. This makes your websites more secure and provides HTTPS encryption.\n\n#### Automatic DNS Configuration\n\nNginx Proxy Manager can automatically configure DNS records for your virtual hosts without manual intervention. This simplifies domain management and improves efficiency.\n\n#### Let's Encrypt Integration\n\nIntegration with Let's Encrypt allows you to easily generate free SSL/TLS certificates for your domain names. This is an important way to protect website data.\n\n#### HTTP/HTTPS Redirection\n\nYou can easily configure HTTP to HTTPS redirection to ensure that all traffic is encrypted.\n\n#### WebSocket Support\n\nNginx Proxy Manager supports the WebSocket protocol, allowing you to proxy WebSocket applications such as chat applications or real-time data transfer applications.\n\n#### Access Control and Authentication\n\nYou can set access control rules to restrict access from specific IP addresses or networks. Additionally, you can enable basic authentication to protect your applications.\n",
"description": "Nginx management tool",
"name": "Nginx Proxy Manager",
"tags": [
"Utility"
],
"title": "Nginx management tool",
"additionalProperties": {
"key": "nginx-proxy-manager",
"name": "Nginx Proxy Manager",
"tags": [
"Tool"
],
"shortDescZh": "Nginx 可视化管理工具",
"shortDescEn": "Nginx visual management tool",
"type": "tool",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 90,
"website": "https://nginxproxymanager.com/",
"github": "https://github.com/NginxProxyManager/nginx-proxy-manager",
"document": "https://nginxproxymanager.com/guide/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "2-12-1",
"readMe": null,
"name": "2.12.1",
"lastModified": 1730384533,
"files": [
{
"name": "docker-compose.yml",
"size": 445,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "data.yml",
"size": 701,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "nginx-proxy-manager-2.12.1.tar.gz",
"size": 8101,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/nginx-proxy-manager/2.12.1/nginx-proxy-manager-2.12.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 30080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP1",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30081,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP2",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-11-3",
"readMe": null,
"name": "2.11.3",
"lastModified": 1729002455,
"files": [
{
"name": "docker-compose.yml",
"size": 445,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "nginx-proxy-manager-2.11.3.tar.gz",
"size": 8106,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "data.yml",
"size": 701,
"lastModified": "2024-10-15T14:27:35.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/nginx-proxy-manager/2.11.3/nginx-proxy-manager-2.11.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 30080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP1",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30081,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP2",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-11-2",
"readMe": null,
"name": "2.11.2",
"lastModified": 1719824834,
"files": [
{
"name": "docker-compose.yml",
"size": 445,
"lastModified": "2024-07-01T09:07:14.000+00:00"
},
{
"name": "nginx-proxy-manager-2.11.2.tar.gz",
"size": 8107,
"lastModified": "2024-07-01T09:07:14.000+00:00"
},
{
"name": "data.yml",
"size": 701,
"lastModified": "2024-07-01T09:07:14.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/nginx-proxy-manager/2.11.2/nginx-proxy-manager-2.11.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 30080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP1",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30081,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP2",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-11-1",
"readMe": null,
"name": "2.11.1",
"lastModified": 1714489672,
"files": [
{
"name": "docker-compose.yml",
"size": 445,
"lastModified": "2024-04-30T15:07:52.000+00:00"
},
{
"name": "nginx-proxy-manager-2.11.1.tar.gz",
"size": 8106,
"lastModified": "2024-04-30T15:07:52.000+00:00"
},
{
"name": "data.yml",
"size": 701,
"lastModified": "2024-04-30T15:07:52.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/nginx-proxy-manager/2.11.1/nginx-proxy-manager-2.11.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 30080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP1",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30081,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP2",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-10-4",
"readMe": null,
"name": "2.10.4",
"lastModified": 1706083914,
"files": [
{
"name": "nginx-proxy-manager-2.10.4.tar.gz",
"size": 8165,
"lastModified": "2024-01-24T08:11:54.000+00:00"
},
{
"name": "data.yml",
"size": 701,
"lastModified": "2024-01-24T08:11:54.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 458,
"lastModified": "2024-01-24T08:11:54.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/nginx-proxy-manager/2.10.4/nginx-proxy-manager-2.10.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 30080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP1",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30081,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP2",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "github-pr-3281",
"readMe": null,
"name": "github-pr-3281",
"lastModified": 1701657828,
"files": [
{
"name": "nginx-proxy-manager-github-pr-3281.tar.gz",
"size": 8170,
"lastModified": "2023-12-04T02:43:48.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 466,
"lastModified": "2023-12-04T02:43:47.000+00:00"
},
{
"name": "data.yml",
"size": 701,
"lastModified": "2023-12-04T02:43:47.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/nginx-proxy-manager/github-pr-3281/nginx-proxy-manager-github-pr-3281.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 30080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP1",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30081,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP2",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "github-pr-3027",
"readMe": null,
"name": "github-pr-3027",
"lastModified": 1699857979,
"files": [
{
"name": "nginx-proxy-manager-github-pr-3027.tar.gz",
"size": 8168,
"lastModified": "2023-11-13T06:46:19.000+00:00"
},
{
"name": "data.yml",
"size": 727,
"lastModified": "2023-11-13T06:46:19.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 466,
"lastModified": "2023-11-13T06:46:19.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/nginx-proxy-manager/github-pr-3027/nginx-proxy-manager-github-pr-3027.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 30080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP1",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30081,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Console Port",
"labelZh": "控制台端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 30443,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP2",
"labelEn": "HTTPS Port",
"labelZh": "HTTPS端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 5799,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/nginx-proxy-manager/2.12.1/nginx-proxy-manager-2.12.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "zerotier-one",
"lastModified": 1713627073,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/zerotier-one/logo.png",
"readMe": "# Instruction\n\nExample: Connect to the container terminal in the container management interface, execute the command to join the network\n\n`shell\nzerotier-cli join [Network ID]\n`\n\n# ZeroTierOne\n\n**ZeroTier** is the Earth's smart programmable Ethernet switch. It allows all network devices, virtual machines (VMs), containers and applications to communicate as if they were all in the same physical data center or cloud region.\n\n## Features:\n\n- **Global Virtual Network**: ZeroTierOne can create a global virtual software-defined network (SDN), allowing user devices to securely connect to each other no matter where they are in the world.\n- **Easy to Use**: With ZeroTierOne, you can join devices to a virtual network in just a few simple steps, without complex configuration.\n- **Security**: ZeroTierOne provides end-to-end encrypted communication to protect user data security and privacy.\n- **Cross-platform Support**: Supports multiple operating systems and platforms, including Windows, macOS, Linux, Android, iOS and more.\n- **Fast and Stable**: ZeroTierOne has fast data transfer speeds and stable network connections, providing users with a good network experience.\n- **P2P Architecture**: Adopts a peer-to-peer (P2P) architecture, eliminating the need for centralized servers, reducing network latency and the risk of single points of failure.\n- **Automatic Routing**: Supports automatic routing, which can intelligently select the best network path to improve network performance.\n- **Open Source**: ZeroTierOne is open source software, users can view its source code and customize and modify it as needed.\n- **Flexible Expansion**: Supports flexible network topology and node management, suitable for network needs of different scales and complexity.\n",
"description": "A Smart VPN Solution",
"name": "ZeroTier One",
"tags": [
"Utility"
],
"title": "A Smart VPN Solution",
"additionalProperties": {
"key": "zerotier-one",
"name": "ZeroTier One",
"tags": [
"Tool"
],
"shortDescZh": "多点虚拟化网络解决方案",
"shortDescEn": "A Smart VPN Solution",
"type": "tool",
"crossVersionUpdate": true,
"limit": 1,
"recommend": 0,
"website": "https://www.zerotier.com",
"github": "https://github.com/zerotier/ZeroTierOne",
"document": "https://docs.zerotier.com"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "1-12-1",
"readMe": null,
"name": "1.12.1",
"lastModified": 1713627073,
"files": [
{
"name": "docker-compose.yml",
"size": 315,
"lastModified": "2024-04-20T15:31:13.000+00:00"
},
{
"name": "zerotier-one-1.12.1.tar.gz",
"size": 8291,
"lastModified": "2024-04-20T15:31:13.000+00:00"
},
{
"name": "data.yml",
"size": 259,
"lastModified": "2024-04-20T15:31:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/zerotier-one/1.12.1/zerotier-one-1.12.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9993,
"disabled": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 5,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/zerotier-one/1.12.1/zerotier-one-1.12.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "mysql",
"lastModified": 1730384532,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mysql/logo.png",
"readMe": "# MySQL\n\nMySQL is a popular open-source relational database management system (RDBMS) that offers a wealth of features suitable for a variety of application scenarios.\n\n## Main Features:\n\n### Data Storage and Management\n\nMySQL allows users to create, store, and manage large amounts of data. It supports a variety of data types, including integers, floating-point numbers, strings, dates, and more to meet different data needs.\n\n### Data Retrieval and Querying\n\nMySQL provides powerful query capabilities, allowing users to use SQL (Structured Query Language) to retrieve and filter data. Users can perform a variety of complex query operations, including filtering, sorting, grouping, and joining data from multiple tables.\n\n### Data Integrity and Constraints\n\nMySQL supports data integrity and constraints, including primary keys, foreign keys, uniqueness constraints, and check constraints to ensure data consistency and validity.\n\n### Multi-user Support and Permission Management\n\nMySQL allows multiple users to access the database simultaneously and provides flexible permission management capabilities. Administrators can control each user's access to the database and tables to protect data security.\n\n### Data Backup and Recovery\n\nMySQL supports data backup and recovery operations. Users can periodically back up the database to prevent data loss or damage and restore it when needed.\n\n### Multi-platform Support\n\nMySQL can run on a variety of operating systems, including Windows, Linux, macOS, etc., making it suitable for a variety of development and deployment environments.\n\n### Scalability\n\nMySQL has good scalability and supports distributed database architectures that can handle high-load applications.\n\n### Open Source and Community Support\n\nMySQL is open-source software with strong community support. Users can get help, documentation, and various plugins from the community to extend the functionality of MySQL.\n",
"description": "Open source relational database management system",
"name": "MySQL",
"tags": [
"Database"
],
"title": "Open source relational database management system",
"additionalProperties": {
"key": "mysql",
"name": "MySQL",
"tags": [
"Database"
],
"shortDescZh": "MySQL 开源关系型数据库",
"shortDescEn": "Open source relational database management system",
"type": "runtime",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 5,
"website": "https://www.mysql.com",
"github": "https://github.com/mysql/mysql-server",
"document": "https://dev.mysql.com/doc/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "8-4-3",
"readMe": null,
"name": "8.4.3",
"lastModified": 1730384532,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": "upgrade.sh",
"size": 213,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 264,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 402,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 572,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "mysql-8.4.3.tar.gz",
"size": 8283,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mysql/8.4.3/mysql-8.4.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mysql",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-4-2",
"readMe": null,
"name": "8.4.2",
"lastModified": 1729002455,
"files": [
{
"name": "mysql-8.4.2.tar.gz",
"size": 8284,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-15T14:27:35.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 264,
"lastModified": "2024-10-15T14:27:35.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 572,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "data.yml",
"size": 402,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-15T14:27:35.000+00:00",
"files": [
{
"name": "upgrade.sh",
"size": 213,
"lastModified": "2024-10-15T14:27:35.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mysql/8.4.2/mysql-8.4.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mysql",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-0-40",
"readMe": null,
"name": "8.0.40",
"lastModified": 1730384532,
"files": [
{
"name": "data.yml",
"size": 464,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 600,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "mysql-8.0.40.tar.gz",
"size": 8241,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 416,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mysql/8.0.40/mysql-8.0.40.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mysql",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "8-0-39",
"readMe": null,
"name": "8.0.39",
"lastModified": 1729002455,
"files": [
{
"name": "data.yml",
"size": 464,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "mysql-8.0.39.tar.gz",
"size": 8246,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-15T14:27:35.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 416,
"lastModified": "2024-10-15T14:27:35.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 600,
"lastModified": "2024-10-15T14:27:35.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mysql/8.0.39/mysql-8.0.39.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mysql",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-7-44",
"readMe": null,
"name": "5.7.44",
"lastModified": 1730384532,
"files": [
{
"name": "data.yml",
"size": 464,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 702,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "mysql-5.7.44.tar.gz",
"size": 8752,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 1263,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mysql/5.7.44/mysql-5.7.44.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mysql",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-6-51",
"readMe": null,
"name": "5.6.51",
"lastModified": 1730384532,
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:12.000+00:00",
"files": [
{
"name": "my.cnf",
"size": 2566,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 464,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "mysql-5.6.51.tar.gz",
"size": 9453,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 622,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mysql/5.6.51/mysql-5.6.51.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "mysql",
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Root Password",
"labelZh": "root用户密码",
"random": true,
"required": true,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 3306,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 55461,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mysql/8.4.3/mysql-8.4.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "java",
"lastModified": 1730384529,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/java/logo.png",
"readMe": "# Java\n\nJava is a widely used programming language and platform that is suitable for building a variety of types of applications, from desktop applications to large enterprise -level systems.\n\n## Main function:\n\n- **Platform independence**: Java write once, run everywhere (WORA) feature allows the written code to run on any platform that supports Java.This is implemented through the Java virtual machine (JVM), which can interpret the Java bytecode as a machine code on a specific platform.\n\n- **Object -oriented**: Java is an object -oriented programming language that supports objective characteristics such as packaging, inheritance, polymorphism, etc.This makes the code more modular, easy to maintain and expand.\n\n- **Rich standard library**: Java has a rich and powerful standard library, which provides a large number of predetermined categories and methods, covering data structure, network programming, file i/O to all aspects of graphic user interface, which greatly improves development efficiency.\n\n- **Multi -thread**: Java's built -in support for multi -threading, enabling developers to easily write concurrent programs, make full use of the performance of multi -core processors, thereby improving the response speed and processing ability of the application.\n\n- **Garbage recovery**: Java has an automatic garbage recovery mechanism that can automatically manage memory, recycling objects that are no longer used, reducing the risk of memory leakage and other memory management problems.\n\n- **Security**: Java provides a multi -level security mechanism, including bytecode verification, sandbox model, and security manager to ensure that Java applications can run in a secure environment.\n\n- **Cross -platform**: The Java program can run on a variety of operating systems, including Windows, Linux and MacOS, which makes it very flexible and can meet different deployment needs.\n\n- **Strong type**: Java is a strong type of language that will be conducted strictly during compilation, which will help capture potential errors and improve the robustness of the code.\n\n- **Community support**: Java has a huge developer community, so it can easily find Enterprise -level applicationus libraries and frameworks to expand its functions, and can also obtain community support and feedback.\n\n- **企业级应用**:Java is widely used to build enterprise -level applications. Many large enterprise systems and financial institutions use Java to develop its core business system。\n",
"description": "Java Runtime",
"name": "Java",
"tags": [
"Runtime"
],
"title": "Java Runtime",
"additionalProperties": {
"key": "java",
"name": "Java",
"tags": [
"Runtime"
],
"shortDescZh": "Java 运行环境",
"shortDescEn": "Java Runtime",
"type": "java",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 120,
"website": "https://www.java.com/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "22",
"readMe": null,
"name": "22",
"lastModified": 1730384529,
"files": [
{
"name": "docker-compose.yml",
"size": 444,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "java-22.tar.gz",
"size": 7108,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "run.sh",
"size": 50,
"lastModified": "2024-10-31T14:22:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/java/22/java-22.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "21",
"readMe": null,
"name": "21",
"lastModified": 1730384529,
"files": [
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 444,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "run.sh",
"size": 50,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "java-21.tar.gz",
"size": 7107,
"lastModified": "2024-10-31T14:22:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/java/21/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "17",
"readMe": null,
"name": "17",
"lastModified": 1730384529,
"files": [
{
"name": "docker-compose.yml",
"size": 444,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "run.sh",
"size": 50,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "java-17.tar.gz",
"size": 7109,
"lastModified": "2024-10-31T14:22:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/java/17/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "11",
"readMe": null,
"name": "11",
"lastModified": 1730384529,
"files": [
{
"name": "run.sh",
"size": 50,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 444,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "java-11.tar.gz",
"size": 7109,
"lastModified": "2024-10-31T14:22:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/java/11/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "1-8",
"readMe": null,
"name": "1.8",
"lastModified": 1730384529,
"files": [
{
"name": "run.sh",
"size": 50,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "java-1.8.tar.gz",
"size": 7109,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 444,
"lastModified": "2024-10-31T14:22:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/java/1.8/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
}
],
"downloads": 21,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/java/22/java-22.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "cloudbeaver",
"lastModified": 1730384526,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/cloudbeaver/logo.png",
"readMe": "# CloudBeaver Community\n\nCloudBeaver Community is an open-source database management tool designed to provide a user-friendly interface for managing a variety of databases, including MySQL, PostgreSQL, SQLite, and more.\n\n## Main Features:\n\n- **Multi-database Support**: CloudBeaver Community supports multiple database types, making it convenient for users to centrally manage different database systems.\n- **Online Access**: Users can access CloudBeaver through a browser without installing any client software, making it easy to manage databases anytime, anywhere.\n- **Data Import and Export**: Supports importing and exporting data in various formats, such as CSV and SQL, simplifying the data migration process.\n- **Real-time Collaboration**: Supports team members to access and edit the database simultaneously, improving collaboration efficiency.\n- **Visual Querying**: Provides visual query building tools to help users easily create complex database queries.\n- **User Management**: Supports multi-user management, allowing different permissions to be set to ensure data security.\n- **Extensible Plugins**: Supports extending functionality through plugins to meet specific business needs.\n- **Customizable Themes**: Users can customize the interface theme according to their personal preferences to enhance the user experience.\n",
"description": "Cloud Database Manager",
"name": "CloudBeaver",
"tags": [
"Development tool"
],
"title": "Cloud Database Manager",
"additionalProperties": {
"key": "cloudbeaver",
"name": "CloudBeaver",
"tags": [
"DevTool"
],
"shortDescZh": "云数据库管理器",
"shortDescEn": "Cloud Database Manager",
"type": "tool",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://dbeaver.com/",
"github": "https://github.com/dbeaver/cloudbeaver",
"document": "https://dbeaver.com/docs/cloudbeaver/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "24-2-3",
"readMe": null,
"name": "24.2.3",
"lastModified": 1730384526,
"files": [
{
"name": "docker-compose.yml",
"size": 356,
"lastModified": "2024-10-31T14:22:06.000+00:00"
},
{
"name": "cloudbeaver-24.2.3.tar.gz",
"size": 6919,
"lastModified": "2024-10-31T14:22:06.000+00:00"
},
{
"name": "data.yml",
"size": 219,
"lastModified": "2024-10-31T14:22:06.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/cloudbeaver/24.2.3/cloudbeaver-24.2.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8978,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "24-2-2",
"readMe": null,
"name": "24.2.2",
"lastModified": 1729496611,
"files": [
{
"name": "docker-compose.yml",
"size": 356,
"lastModified": "2024-10-21T07:43:31.000+00:00"
},
{
"name": "data.yml",
"size": 219,
"lastModified": "2024-10-21T07:43:31.000+00:00"
},
{
"name": "cloudbeaver-24.2.2.tar.gz",
"size": 6920,
"lastModified": "2024-10-21T07:43:31.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/cloudbeaver/24.2.2/cloudbeaver-24.2.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8978,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "HTTP Port",
"labelZh": "HTTP端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 2,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/cloudbeaver/24.2.3/cloudbeaver-24.2.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "node",
"lastModified": 1730384534,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/logo.png",
"readMe": "# Node.js\n\nNode.js is a popular server-side runtime environment that allows developers to build dynamic and scalable web applications and networked software.\n\n## Main Features:\n\n- **Non-blocking I/O**: Node.js is known for its non-blocking, event-driven architecture. This means it can efficiently handle a large number of concurrent connections without waiting for one operation to complete before moving on to the next, making it ideal for building real-time applications.\n\n- **JavaScript**: Node.js uses JavaScript for server-side programming, simplifying web application development by allowing developers to use the same language on both the client-side and server-side of the application.\n\n- **Package Management**: Node.js has a powerful package manager called npm (Node Package Manager), which allows developers to easily install, manage, and share code libraries, accelerating the development process.\n\n- **Cross-Platform**: Node.js can run on a variety of operating systems, including Windows, Linux, and macOS, making it very flexible and able to meet different deployment needs.\n\n- **Event-Driven**: Node.js is based on an event-driven programming model, allowing developers to easily listen for and respond to events, making it particularly suitable for building",
"description": "Node.js Runtime",
"name": "Node.js",
"tags": [
"Runtime"
],
"title": "Node.js Runtime",
"additionalProperties": {
"key": "node",
"name": "Node.js",
"tags": [
"Runtime"
],
"shortDescZh": "Node.js 运行环境",
"shortDescEn": "Node.js Runtime",
"type": "node",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 110,
"website": "https://nodejs.org/en",
"github": "https://github.com/nodejs"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "22-2-0",
"readMe": null,
"name": "22.2.0",
"lastModified": 1730384534,
"files": [
{
"name": "node-22.2.0.tar.gz",
"size": 5262,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "run.sh",
"size": 964,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 443,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:14.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/22.2.0/node-22.2.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "21-7-3",
"readMe": null,
"name": "21.7.3",
"lastModified": 1730384534,
"files": [
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 443,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "run.sh",
"size": 964,
"lastModified": "2024-10-31T14:22:14.000+00:00"
},
{
"name": "node-21.7.3.tar.gz",
"size": 5262,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/21.7.3/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "21-6-2",
"readMe": null,
"name": "21.6.2",
"lastModified": 1717051038,
"files": [
{
"name": "run.sh",
"size": 714,
"lastModified": "2024-05-30T06:37:18.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 394,
"lastModified": "2024-05-30T06:37:18.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-05-30T06:37:18.000+00:00"
},
{
"name": "node-21.6.2.tar.gz",
"size": 9781,
"lastModified": "2024-05-30T06:37:18.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/21.6.2/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "21-1-0",
"readMe": null,
"name": "21.1.0",
"lastModified": 1709530133,
"files": [
{
"name": "docker-compose.yml",
"size": 561,
"lastModified": "2024-03-04T05:28:53.000+00:00"
},
{
"name": "node-21.1.0.tar.gz",
"size": 9893,
"lastModified": "2024-03-04T05:28:53.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-03-04T05:28:53.000+00:00"
},
{
"name": "run.sh",
"size": 714,
"lastModified": "2024-03-04T05:28:53.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/21.1.0/node-21.1.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "20-14-0",
"readMe": null,
"name": "20.14.0",
"lastModified": 1730384533,
"files": [
{
"name": "node-20.14.0.tar.gz",
"size": 5263,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "run.sh",
"size": 964,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 443,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/20.14.0/node-20.14.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "20-11-1",
"readMe": null,
"name": "20.11.1",
"lastModified": 1717051038,
"files": [
{
"name": "run.sh",
"size": 714,
"lastModified": "2024-05-30T06:37:18.000+00:00"
},
{
"name": "node-20.11.1.tar.gz",
"size": 9781,
"lastModified": "2024-05-30T06:37:18.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-05-30T06:37:18.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 394,
"lastModified": "2024-05-30T06:37:18.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/20.11.1/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "20-9-0",
"readMe": null,
"name": "20.9.0",
"lastModified": 1709530133,
"files": [
{
"name": "docker-compose.yml",
"size": 561,
"lastModified": "2024-03-04T05:28:53.000+00:00"
},
{
"name": "node-20.9.0.tar.gz",
"size": 9894,
"lastModified": "2024-03-04T05:28:53.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-03-04T05:28:53.000+00:00"
},
{
"name": "run.sh",
"size": 714,
"lastModified": "2024-03-04T05:28:53.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/20.9.0/node-20.9.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "18-20-3",
"readMe": null,
"name": "18.20.3",
"lastModified": 1730384533,
"files": [
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "run.sh",
"size": 964,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 443,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "node-18.20.3.tar.gz",
"size": 5263,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/18.20.3/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "18-18-0",
"readMe": null,
"name": "18.18.0",
"lastModified": 1717051038,
"files": [
{
"name": "node-18.18.0.tar.gz",
"size": 9753,
"lastModified": "2024-05-30T06:37:17.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 394,
"lastModified": "2024-05-30T06:37:17.000+00:00"
},
{
"name": "run.sh",
"size": 637,
"lastModified": "2024-05-30T06:37:18.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-05-30T06:37:17.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/18.18.0/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "16-20-2",
"readMe": null,
"name": "16.20.2",
"lastModified": 1730384533,
"files": [
{
"name": "docker-compose.yml",
"size": 436,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "run.sh",
"size": 637,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "node-16.20.2.tar.gz",
"size": 5207,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/16.20.2/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "14-21-3",
"readMe": null,
"name": "14.21.3",
"lastModified": 1730384533,
"files": [
{
"name": "node-14.21.3.tar.gz",
"size": 5207,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "run.sh",
"size": 637,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 436,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/14.21.3/node-14.21.3.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "12-22-12",
"readMe": null,
"name": "12.22.12",
"lastModified": 1730384533,
"files": [
{
"name": "node-12.22.12.tar.gz",
"size": 5238,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "run.sh",
"size": 714,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 436,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/12.22.12/node-12.22.12.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
}
],
"downloads": 2758,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/node/22.2.0/node-22.2.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "zerotier-moon",
"lastModified": 1713627073,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/zerotier-moon/logo.png",
"readMe": "# ZeroTierOne\n\n**ZeroTier** is a smart, programmable Ethernet switch for planet Earth. It allows all network devices, virtual machines (VMs), containers and applications to communicate as if they were all in the same physical data center or cloud region.\n\n## Features:\n\n- **Global Virtual Network**: ZeroTierOne can create a global virtual software-defined network (SDN), allowing user devices to securely connect to each other no matter where they are in the world.\n- **Easy to Use**: With ZeroTierOne, you can join devices to a virtual network in just a few simple steps, without complex configuration.\n- **Security**: ZeroTierOne provides end-to-end encrypted communication to protect user data security and privacy.\n- **Cross-platform Support**: Supports multiple operating systems and platforms, including Windows, macOS, Linux, Android, iOS and more.\n- **Fast and Stable**: ZeroTierOne has fast data transfer speeds and stable network connections, providing users with a good network experience.\n- **P2P Architecture**: Adopts a peer-to-peer (P2P) architecture, eliminating the need for centralized servers, reducing network latency and the risk of single points of failure.\n- **Automatic Routing**: Supports automatic routing, which can intelligently select the best network path to improve network performance.\n- **Open Source**: ZeroTierOne is open source software, users can view its source code and customize and modify it as needed.\n- **Flexible Expansion**: Supports flexible network topology and node management, suitable for network needs of different scales and complexity.\n",
"description": "A Smart VPN Solution",
"name": "ZeroTier Moon",
"tags": [
"Utility"
],
"title": "A Smart VPN Solution",
"additionalProperties": {
"key": "zerotier-moon",
"name": "ZeroTier Moon",
"tags": [
"Tool"
],
"shortDescZh": "多点虚拟化网络解决方案",
"shortDescEn": "A Smart VPN Solution",
"type": "tool",
"crossVersionUpdate": true,
"limit": 1,
"recommend": 0,
"website": "https://www.zerotier.com",
"github": "https://github.com/zerotier/ZeroTierOne",
"document": "https://docs.zerotier.com"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "1-8-4",
"readMe": null,
"name": "1.8.4",
"lastModified": 1713627073,
"files": [
{
"name": "zerotier-moon-1.8.4.tar.gz",
"size": 8328,
"lastModified": "2024-04-20T15:31:13.000+00:00"
},
{
"name": "data.yml",
"size": 655,
"lastModified": "2024-04-20T15:31:12.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 458,
"lastModified": "2024-04-20T15:31:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/zerotier-moon/1.8.4/zerotier-moon-1.8.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 9993,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "",
"edit": true,
"envKey": "HOST_IPV4",
"labelEn": "Native IPV4 address",
"labelZh": "本机IPV4地址",
"required": false,
"type": "text"
},
{
"default": "",
"edit": true,
"envKey": "HOST_IPV6",
"labelEn": "Native IPV6 address",
"labelZh": "本机IPV6地址",
"required": false,
"type": "text"
}
]
}
}
],
"downloads": 2,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/zerotier-moon/1.8.4/zerotier-moon-1.8.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "kodbox",
"lastModified": 1730384530,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/kodbox/logo.png",
"readMe": "# Kodbox\n\n**Kodbox** is an open-source online file manager that provides convenient file browsing, uploading, downloading, and sharing functions. It allows you to access and manage your files through a web browser, making it convenient for both personal use and team collaboration.\n\n## Main Features:\n\n- **Intuitive and User-Friendly Interface**: Kodbox provides an intuitive and simple user interface that allows you to easily browse and manage files without complex configuration and learning curve.\n- **Powerful File Management Functions**: Kodbox supports common operations such as file upload, download, copy, cut, rename, and delete, making it convenient for you to manage and organize files.\n- **File Sharing and Collaboration**: Kodbox allows you to share files via links or passwords, making it easy to share and collaborate on files with others, improving team productivity.\n- **Multiple File Preview Modes**: Kodbox supports multiple file preview modes, including text preview, image preview, audio preview, and video preview, making it convenient to quickly view file content.\n- **Permission Management**: Kodbox supports setting permissions for files and folders. You can control who can access, edit, or share your files, protecting your file security and privacy.\n- **Plugin Extensions**: Kodbox provides a rich plugin system that allows you to add additional features and extensions as needed to meet personalized file management needs.\n",
"description": "An enterprise-class private cloud storage solution launched by Kedao Cloud",
"name": "Kodbox",
"tags": [
"Cloud storage"
],
"title": "An enterprise-class private cloud storage solution launched by Kedao Cloud",
"additionalProperties": {
"key": "kodbox",
"name": "Kodbox",
"tags": [
"Storage"
],
"shortDescZh": "可道云推出的企业级私有云存储解决方案",
"shortDescEn": "An enterprise-class private cloud storage solution launched by Kedao Cloud",
"type": "tool",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://kodcloud.com/",
"github": "https://github.com/kalcaddle/kodbox",
"document": "https://docs.kodcloud.com/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "1-4505",
"readMe": null,
"name": "1.4505",
"lastModified": 1730384530,
"files": [
{
"name": "data.yml",
"size": 245,
"lastModified": "2024-10-31T14:22:10.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 328,
"lastModified": "2024-10-31T14:22:10.000+00:00"
},
{
"name": "kodbox-1.4505.tar.gz",
"size": 5767,
"lastModified": "2024-10-31T14:22:10.000+00:00"
},
{
"name": "1.4104",
"size": 0,
"lastModified": "2024-06-19T08:08:54.000+00:00",
"files": [
{
"name": "data.yml",
"size": 245,
"lastModified": "2024-06-19T08:08:54.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 328,
"lastModified": "2024-06-19T08:08:54.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/kodbox/1.4505/kodbox-1.4505.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8081,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 2929,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/kodbox/1.4505/kodbox-1.4505.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "neo4j",
"lastModified": 1730384533,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/logo.png",
"readMe": "# Default account password\n\n```\nusername:neo4j\npassword:neo4j\n```\n\n# Neo4j\n\n**Neo4j** is the world's leading graph database. It is a high-performance graph store with all the features you would expect from a mature and robust database, like a friendly query language and ACID transactions. Programmers work with a flexible network of nodes and relationships rather than static tables, but they can enjoy all the benefits of a fully transactional, enterprise-strength database. For many applications, Neo4j offers orders of magnitude performance benefits compared to relational databases.\n\n## Core Features\n\n### 1. Graph Data Model\n\n- **Nodes**: The basic unit of a graph database, representing entities.\n- **Relationships**: Directed connections between nodes, representing relationships between entities.\n- **Properties**: Key-value pairs that can be attached to nodes and relationships to describe their characteristics.\n\n### 2. Cypher Query Language\n\n- **Declarative Query Language**: Similar to SQL, but specifically designed for graph databases.\n- **Pattern Matching**: Queries based on graph patterns, concise and efficient.\n- **Read and Write Operations**: Supports complex queries, insertions, updates, and deletions.\n\n### 3. ACID Transaction Support\n\n- **Atomicity**: Ensures that all operations succeed or are rolled back in case of failure.\n- **Consistency**: The database transitions from one consistent state to another.\n- **Isolation**: Concurrent transactions do not interfere with each other.\n- **Durability**: Once a transaction is committed, the data is persistently stored.\n\n### 4. High Performance and Scalability\n\n- **In-Memory Graph Processing**: Most operations are performed in memory, resulting in fast speeds.\n- **Horizontal Scaling**: Supports sharding and replication to handle large-scale data.\n\n### 5. Visualization Tools\n\n- **Neo4j Browser**: Built-in interactive visualization tool for easy querying and result display.\n- **Neo4j Bloom**: Advanced data visualization and exploration tool, suitable for business users.\n\n### 6. Security and Access Control\n\n- **Authentication and Authorization**: Role-based access control to ensure data security.\n- **SSL/TLS Encryption**: Protects data transmission security.\n",
"description": "The world’s leading Graph Database",
"name": "Neo4j",
"tags": [
"Database"
],
"title": "The world’s leading Graph Database",
"additionalProperties": {
"key": "neo4j",
"name": "Neo4j",
"tags": [
"Database"
],
"shortDescZh": "世界领先的图数据库",
"shortDescEn": "The world’s leading Graph Database",
"type": "runtime",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://neo4j.com/",
"github": "https://github.com/neo4j/neo4j",
"document": "https://neo4j.com/docs/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "5-24-2",
"readMe": null,
"name": "5.24.2",
"lastModified": 1730384533,
"files": [
{
"name": "data.yml",
"size": 371,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "neo4j-5.24.2.tar.gz",
"size": 4646,
"lastModified": "2024-10-31T14:22:13.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:13.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:13.000+00:00",
"files": [
{
"name": "logs",
"size": 0,
"lastModified": "2024-10-31T14:22:13.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:13.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 368,
"lastModified": "2024-10-31T14:22:13.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/5.24.2/neo4j-5.24.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 7474,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Http Port",
"labelZh": "http 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 7687,
"envKey": "PANEL_APP_PORT_BOLT",
"labelEn": "Bolt Port",
"labelZh": "bolt 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-24-1",
"readMe": null,
"name": "5.24.1",
"lastModified": 1729002455,
"files": [
{
"name": "data.yml",
"size": 371,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-15T14:27:35.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-10-15T14:27:35.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 368,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "neo4j-5.24.1.tar.gz",
"size": 4644,
"lastModified": "2024-10-15T14:27:35.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-15T14:27:35.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-10-15T14:27:35.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-15T14:27:35.000+00:00"
}
]
},
{
"name": "logs",
"size": 0,
"lastModified": "2024-10-15T14:27:35.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-15T14:27:35.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/5.24.1/neo4j-5.24.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 7474,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Http Port",
"labelZh": "http 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 7687,
"envKey": "PANEL_APP_PORT_BOLT",
"labelEn": "Bolt Port",
"labelZh": "bolt 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-23-0",
"readMe": null,
"name": "5.23.0",
"lastModified": 1727882829,
"files": [
{
"name": "docker-compose.yml",
"size": 368,
"lastModified": "2024-10-02T15:27:09.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-02T15:27:09.000+00:00",
"files": [
{
"name": "logs",
"size": 0,
"lastModified": "2024-10-02T15:27:09.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-02T15:27:09.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-02T15:27:09.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-02T15:27:09.000+00:00"
}
]
}
]
},
{
"name": "neo4j-5.23.0.tar.gz",
"size": 4644,
"lastModified": "2024-10-02T15:27:09.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-02T15:27:09.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-10-02T15:27:09.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 371,
"lastModified": "2024-10-02T15:27:09.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/5.23.0/neo4j-5.23.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 7474,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Http Port",
"labelZh": "http 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 7687,
"envKey": "PANEL_APP_PORT_BOLT",
"labelEn": "Bolt Port",
"labelZh": "bolt 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-22-0",
"readMe": null,
"name": "5.22.0",
"lastModified": 1724640637,
"files": [
{
"name": "scripts",
"size": 0,
"lastModified": "2024-08-26T02:50:37.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-08-26T02:50:37.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 368,
"lastModified": "2024-08-26T02:50:37.000+00:00"
},
{
"name": "neo4j-5.22.0.tar.gz",
"size": 4671,
"lastModified": "2024-08-26T02:50:37.000+00:00"
},
{
"name": "data.yml",
"size": 371,
"lastModified": "2024-08-26T02:50:37.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-08-26T02:50:37.000+00:00",
"files": [
{
"name": "logs",
"size": 0,
"lastModified": "2024-08-26T02:50:37.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-08-26T02:50:37.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-08-26T02:50:37.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-08-26T02:50:37.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/5.22.0/neo4j-5.22.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 7474,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Http Port",
"labelZh": "http 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 7687,
"envKey": "PANEL_APP_PORT_BOLT",
"labelEn": "Bolt Port",
"labelZh": "bolt 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-21-2",
"readMe": null,
"name": "5.21.2",
"lastModified": 1721727307,
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-07-23T09:35:07.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-07-23T09:35:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-23T09:35:07.000+00:00"
}
]
},
{
"name": "logs",
"size": 0,
"lastModified": "2024-07-23T09:35:07.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-23T09:35:07.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 368,
"lastModified": "2024-07-23T09:35:07.000+00:00"
},
{
"name": "neo4j-5.21.2.tar.gz",
"size": 4642,
"lastModified": "2024-07-23T09:35:07.000+00:00"
},
{
"name": "data.yml",
"size": 371,
"lastModified": "2024-07-23T09:35:07.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-07-23T09:35:07.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-07-23T09:35:07.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/5.21.2/neo4j-5.21.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 7474,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Http Port",
"labelZh": "http 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 7687,
"envKey": "PANEL_APP_PORT_BOLT",
"labelEn": "Bolt Port",
"labelZh": "bolt 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-21-0",
"readMe": null,
"name": "5.21.0",
"lastModified": 1720403282,
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-07-08T01:48:02.000+00:00",
"files": [
{
"name": "logs",
"size": 0,
"lastModified": "2024-07-08T01:48:02.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-08T01:48:02.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-07-08T01:48:02.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-07-08T01:48:02.000+00:00"
}
]
}
]
},
{
"name": "neo4j-5.21.0.tar.gz",
"size": 4645,
"lastModified": "2024-07-08T01:48:02.000+00:00"
},
{
"name": "data.yml",
"size": 371,
"lastModified": "2024-07-08T01:48:02.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 368,
"lastModified": "2024-07-08T01:48:02.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-07-08T01:48:02.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-07-08T01:48:02.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/5.21.0/neo4j-5.21.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 7474,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Http Port",
"labelZh": "http 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 7687,
"envKey": "PANEL_APP_PORT_BOLT",
"labelEn": "Bolt Port",
"labelZh": "bolt 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-20-0",
"readMe": null,
"name": "5.20.0",
"lastModified": 1719458576,
"files": [
{
"name": "neo4j-5.20.0.tar.gz",
"size": 4646,
"lastModified": "2024-06-27T03:22:56.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-27T03:22:56.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-06-27T03:22:56.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 368,
"lastModified": "2024-06-27T03:22:56.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-06-27T03:22:56.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-06-27T03:22:56.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-27T03:22:56.000+00:00"
}
]
},
{
"name": "logs",
"size": 0,
"lastModified": "2024-06-27T03:22:56.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-27T03:22:56.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 371,
"lastModified": "2024-06-27T03:22:56.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/5.20.0/neo4j-5.20.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 7474,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Http Port",
"labelZh": "http 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 7687,
"envKey": "PANEL_APP_PORT_BOLT",
"labelEn": "Bolt Port",
"labelZh": "bolt 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "5-19-0",
"readMe": null,
"name": "5.19.0",
"lastModified": 1716270290,
"files": [
{
"name": "neo4j-5.19.0.tar.gz",
"size": 4641,
"lastModified": "2024-05-21T05:44:50.000+00:00"
},
{
"name": "data.yml",
"size": 371,
"lastModified": "2024-05-21T05:44:50.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-05-21T05:44:50.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-05-21T05:44:50.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-05-21T05:44:50.000+00:00",
"files": [
{
"name": "logs",
"size": 0,
"lastModified": "2024-05-21T05:44:50.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-05-21T05:44:50.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-05-21T05:44:50.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-05-21T05:44:50.000+00:00"
}
]
}
]
},
{
"name": "docker-compose.yml",
"size": 368,
"lastModified": "2024-05-21T05:44:50.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/5.19.0/neo4j-5.19.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 7474,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Http Port",
"labelZh": "http 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 7687,
"envKey": "PANEL_APP_PORT_BOLT",
"labelEn": "Bolt Port",
"labelZh": "bolt 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 3,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/neo4j/5.24.2/neo4j-5.24.2.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "go",
"lastModified": 1730384529,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/go/logo.png",
"readMe": "# Golang\n\nGolang (also known as Go) is a statically typed, compiled programming language developed by Google. It is known for its simplicity, power, and high performance, making it particularly suitable for building efficient and scalable server-side applications.\n\n## Main Features:\n\n- **High Performance**: Golang is known for its efficient compilation and execution speed. It produces very small executables that can start and execute quickly, making it ideal for building high-performance servers and microservices.\n\n- **Simplicity and Clarity**: One of the original goals of Golang's design was to keep the language simple and readable. It avoids many complex features, emphasizing code clarity and conciseness, which improves developer productivity.\n\n- **Concurrency**: Golang has native support for concurrent programming, providing a simple and powerful concurrency model through goroutines and channels, making it easier to build highly concurrent applications.\n\n- **Memory Management**: Golang provides automatic garbage collection, reducing the burden on developers to manually manage memory and reducing the risk of memory leaks and other related errors.\n\n- **Standard Library**: Golang has a rich and powerful standard library that covers common needs such as network programming, file handling, and data structures, greatly simplifying the development process.\n\n- **Static Typing**: Golang is a statically typed programming language, allowing the compiler to catch most errors at compile time, enhancing code reliability and maintainability.\n\n- **Cross-Platform**: Golang can run on a variety of operating systems, including Windows, Linux, and macOS. Write code once and compile and execute it on multiple platforms.\n\n- **Built-in Tools**: Golang provides a wealth of built-in tools, such as gofmt for formatting code, godoc for generating documentation, and go test for testing code, greatly enhancing the development experience.\n\n- **Modularity**: Golang supports modular programming, managing code through modules and packages, making code organization clearer and more maintainable.\n\n- **Community Support**: Golang has an active and large developer community where developers can easily find various libraries and tools to extend its functionality, as well as get support and feedback from the community.\n",
"description": "Go Runtime",
"name": "Go",
"tags": [
"Runtime"
],
"title": "Go Runtime",
"additionalProperties": {
"key": "go",
"name": "Go",
"tags": [
"Runtime"
],
"shortDescZh": "Go 运行环境",
"shortDescEn": "Go Runtime",
"type": "go",
"crossVersionUpdate": false,
"limit": 0,
"recommend": 125,
"website": "https://go.dev/",
"github": "https://github.com/golang/go"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "1-22",
"readMe": null,
"name": "1.22",
"lastModified": 1730384529,
"files": [
{
"name": "go-1.22.tar.gz",
"size": 13424,
"lastModified": "2024-10-31T14:22:08.000+00:00"
},
{
"name": "run.sh",
"size": 46,
"lastModified": "2024-10-31T14:22:09.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 462,
"lastModified": "2024-10-31T14:22:08.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:08.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/go/1.22/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "1-21",
"readMe": null,
"name": "1.21",
"lastModified": 1730384528,
"files": [
{
"name": "go-1.21.tar.gz",
"size": 13424,
"lastModified": "2024-10-31T14:22:08.000+00:00"
},
{
"name": "data.yml",
"size": 21,
"lastModified": "2024-10-31T14:22:08.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 462,
"lastModified": "2024-10-31T14:22:08.000+00:00"
},
{
"name": "run.sh",
"size": 46,
"lastModified": "2024-10-31T14:22:08.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/go/1.21/go-1.21.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
}
],
"downloads": 8,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/go/1.22/run.sh",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "redis",
"lastModified": 1730384545,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis/logo.png",
"readMe": "# Redis\n\nRedis (Remote Dictionary Server) is an open-source, in-memory data structure store, used as a database, cache, and message broker.\n\n## Main Features:\n\n- **Key-Value Store**: Redis is an open-source, in-memory data structure store, often used as a database, cache, and message broker.\n- **In-Memory Storage**: Redis data is stored in memory, which makes it very fast and suitable for high-speed read and write operations. This also means Redis is suitable for caching large amounts of data to improve application performance.\n- **Data Type Support**: Redis supports a variety of data types, including strings, hashes, lists, sets, and sorted sets. This makes Redis very flexible and can be used for a variety of use cases, from simple key-value stores to advanced data structures.\n- **Persistence**: Redis supports different levels of persistence, allowing data to be written to disk for persistent storage to prevent data loss. This makes Redis well-suited for use as a data store.\n- **Publish/Subscribe**: Redis provides publish/subscribe functionality that allows applications to receive real-time messages by subscribing to channels. This is very useful when building real-time communication and event handling systems.\n- **Transactions**: Redis supports transactions, allowing multiple commands to be executed together, ensuring that they either all succeed or all fail, which helps maintain data consistency.\n- **Cluster Support**: Redis supports distributed architectures, allowing multiple Redis nodes to be combined into a cluster to improve availability and scalability.\n- **Lua Scripting**: Redis allows custom operations to be performed using Lua scripts, making it usable for complex data processing tasks.\n- **Multi-language Clients**: Redis client libraries are available for a variety of programming languages, making it easy for developers to interact with Redis.\n- **Community Support**: Redis has a large community, with extensive documentation, examples, and support resources, making it a widely used database solution.\n",
"description": "High-performance open-source key-value database",
"name": "Redis",
"tags": [
"Database"
],
"title": "High-performance open-source key-value database",
"additionalProperties": {
"key": "redis",
"name": "Redis",
"tags": [
"Database"
],
"shortDescZh": "高性能的开源键值数据库",
"shortDescEn": "High-performance open-source key-value database",
"type": "runtime",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 15,
"website": "https://redis.io/",
"github": "https://github.com/redis/redis",
"document": "https://redis.io/docs/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "7-4-1",
"readMe": null,
"name": "7.4.1",
"lastModified": 1730384545,
"files": [
{
"name": "data.yml",
"size": 453,
"lastModified": "2024-10-31T14:22:25.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 601,
"lastModified": "2024-10-31T14:22:25.000+00:00"
},
{
"name": "redis-7.4.1.tar.gz",
"size": 48700,
"lastModified": "2024-10-31T14:22:25.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:25.000+00:00",
"files": [
{
"name": "redis.conf",
"size": 106623,
"lastModified": "2024-10-31T14:22:25.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis/7.4.1/redis-7.4.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "redis",
"envKey": "PANEL_REDIS_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": false,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 6379,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-4-0",
"readMe": null,
"name": "7.4.0",
"lastModified": 1728055376,
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-04T15:22:56.000+00:00",
"files": [
{
"name": "redis.conf",
"size": 106623,
"lastModified": "2024-10-04T15:22:56.000+00:00"
}
]
},
{
"name": "data.yml",
"size": 453,
"lastModified": "2024-10-04T15:22:56.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 601,
"lastModified": "2024-10-04T15:22:56.000+00:00"
},
{
"name": "redis-7.4.0.tar.gz",
"size": 48699,
"lastModified": "2024-10-04T15:22:56.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis/7.4.0/redis-7.4.0.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "redis",
"envKey": "PANEL_REDIS_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": false,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 6379,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "7-2-5",
"readMe": null,
"name": "7.2.5",
"lastModified": 1721901659,
"files": [
{
"name": "redis-7.2.5.tar.gz",
"size": 48710,
"lastModified": "2024-07-25T10:00:59.000+00:00"
},
{
"name": "data.yml",
"size": 453,
"lastModified": "2024-07-25T10:00:59.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 601,
"lastModified": "2024-07-25T10:00:59.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-07-25T10:00:59.000+00:00",
"files": [
{
"name": "redis.conf",
"size": 106623,
"lastModified": "2024-07-25T10:00:59.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis/7.2.5/redis-7.2.5.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "redis",
"envKey": "PANEL_REDIS_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": false,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 6379,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-2-16",
"readMe": null,
"name": "6.2.16",
"lastModified": 1730384545,
"files": [
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-31T14:22:25.000+00:00",
"files": [
{
"name": "redis.conf",
"size": 85643,
"lastModified": "2024-10-31T14:22:25.000+00:00"
}
]
},
{
"name": "docker-compose.yml",
"size": 602,
"lastModified": "2024-10-31T14:22:25.000+00:00"
},
{
"name": "data.yml",
"size": 453,
"lastModified": "2024-10-31T14:22:25.000+00:00"
},
{
"name": "redis-6.2.16.tar.gz",
"size": 42156,
"lastModified": "2024-10-31T14:22:25.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis/6.2.16/redis-6.2.16.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "redis",
"envKey": "PANEL_REDIS_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": false,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 6379,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "6-2-14",
"readMe": null,
"name": "6.2.14",
"lastModified": 1728055375,
"files": [
{
"name": "docker-compose.yml",
"size": 602,
"lastModified": "2024-10-04T15:22:55.000+00:00"
},
{
"name": "conf",
"size": 0,
"lastModified": "2024-10-04T15:22:55.000+00:00",
"files": [
{
"name": "redis.conf",
"size": 85643,
"lastModified": "2024-10-04T15:22:55.000+00:00"
}
]
},
{
"name": "redis-6.2.14.tar.gz",
"size": 42155,
"lastModified": "2024-10-04T15:22:55.000+00:00"
},
{
"name": "data.yml",
"size": 453,
"lastModified": "2024-10-04T15:22:55.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis/6.2.14/redis-6.2.14.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": "redis",
"envKey": "PANEL_REDIS_ROOT_PASSWORD",
"labelEn": "Password",
"labelZh": "密码",
"random": true,
"required": false,
"rule": "paramComplexity",
"type": "password"
},
{
"default": 6379,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 19737,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/redis/7.4.1/redis-7.4.1.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "sftpgo",
"lastModified": 1730384546,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/sftpgo/logo.png",
"readMe": "# SFTPGo\n\n**SFTPGo** is a full-featured and highly configurable SFTP server with custom HTTP/S, FTP/S and WebDAV support.\n\n> Supported backends: local filesystem, encrypted local filesystem, S3 (compatible) object storage, Google Cloud Storage, Azure Blob Storage,SFTP.\n\n## Main Features:\n\n- **Multi-user support**: SFTPGo allows you to create and manage multiple user accounts, each with its own independent access rights and directories.\n- **Highly configurable**: You can configure it extensively to suit your needs, including user access control, file upload and download limits, authentication methods, and more.\n- **Security**: SFTPGo supports multiple authentication methods, including SSH keys, username/password, and multi-factor authentication. It also supports IP whitelisting and blacklisting for enhanced security.\n- **File Transfer Management**: Users can securely upload and download files using SFTP and SCP protocols. SFTPGo offers features like transfer rate limiting, folder quotas, and file type filtering.\n- **High Performance**: SFTPGo is highly optimized and capable of handling a large number of concurrent connections and high-throughput file transfers.\n- **Monitoring and Logging**: SFTPGo provides detailed logging and monitoring capabilities to allow administrators to track user activity and server performance.\n- **Automation**: With REST API and Webhook support, SFTPGo can be integrated into your automated workflows for more efficient file transfer management.\n- **Extensibility**: You can extend the functionality of SFTPGo with plugins and extensions to meet specific needs.\n",
"description": "Fully featured and highly configurable SFTP server",
"name": "SFTPGo",
"tags": [
"Utility"
],
"title": "Fully featured and highly configurable SFTP server",
"additionalProperties": {
"key": "sftpgo",
"name": "SFTPGo",
"tags": [
"Tool"
],
"shortDescZh": "功能齐全且高度可配置的 SFTP 服务器",
"shortDescEn": "Fully featured and highly configurable SFTP server",
"type": "tool",
"crossVersionUpdate": false,
"limit": 1,
"recommend": 80,
"website": "https://sftpgo.com/",
"github": "https://github.com/drakkan/sftpgo/",
"document": "https://sftpgo.github.io/latest/"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "2-6-2-alpine",
"readMe": null,
"name": "2.6.2-alpine",
"lastModified": 1730384546,
"files": [
{
"name": "sftpgo-2.6.2-alpine.tar.gz",
"size": 4983,
"lastModified": "2024-10-31T14:22:26.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 1045,
"lastModified": "2024-10-31T14:22:26.000+00:00"
},
{
"name": "data.yml",
"size": 1713,
"lastModified": "2024-10-31T14:22:26.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-10-31T14:22:26.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-10-31T14:22:26.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:26.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-10-31T14:22:26.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:26.000+00:00"
}
]
},
{
"name": "config",
"size": 0,
"lastModified": "2024-10-31T14:22:26.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-10-31T14:22:26.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/sftpgo/2.6.2-alpine/sftpgo-2.6.2-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2022,
"edit": true,
"envKey": "PANEL_APP_PORT_SFTP",
"labelEn": "SFTP Port",
"labelZh": "SFTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2121,
"edit": true,
"envKey": "PANEL_APP_PORT_FTP",
"labelEn": "FTP Port",
"labelZh": "FTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 50000,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_START",
"labelEn": "FTP Passive Mod Start Port",
"labelZh": "FTP 被动模式起始端口",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 50100,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_END",
"labelEn": "FTP Passive Mod End Port",
"labelZh": "FTP 被动模式结束端口 (大于起始端口)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "",
"edit": true,
"envKey": "FTP_EXTERNAL_IP",
"labelEn": "FTP External Ip (must change item)",
"labelZh": "FTP 外部地址 (必改项)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 10080,
"edit": true,
"envKey": "PANEL_APP_PORT_WEBDAV",
"labelEn": "WebDAV Port",
"labelZh": "WebDAV 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-6-0-alpine",
"readMe": null,
"name": "2.6.0-alpine",
"lastModified": 1719282035,
"files": [
{
"name": "docker-compose.yml",
"size": 1045,
"lastModified": "2024-06-25T02:20:35.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2024-06-25T02:20:35.000+00:00",
"files": [
{
"name": "config",
"size": 0,
"lastModified": "2024-06-25T02:20:35.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-25T02:20:35.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-06-25T02:20:35.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-06-25T02:20:35.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 1713,
"lastModified": "2024-06-25T02:20:35.000+00:00"
},
{
"name": "sftpgo-2.6.0-alpine.tar.gz",
"size": 5009,
"lastModified": "2024-06-25T02:20:35.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-06-25T02:20:35.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-06-25T02:20:35.000+00:00"
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/sftpgo/2.6.0-alpine/sftpgo-2.6.0-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2022,
"edit": true,
"envKey": "PANEL_APP_PORT_SFTP",
"labelEn": "SFTP Port",
"labelZh": "SFTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2121,
"edit": true,
"envKey": "PANEL_APP_PORT_FTP",
"labelEn": "FTP Port",
"labelZh": "FTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 50000,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_START",
"labelEn": "FTP Passive Mod Start Port",
"labelZh": "FTP 被动模式起始端口",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 50100,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_END",
"labelEn": "FTP Passive Mod End Port",
"labelZh": "FTP 被动模式结束端口 (大于起始端口)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "",
"edit": true,
"envKey": "FTP_EXTERNAL_IP",
"labelEn": "FTP External Ip (must change item)",
"labelZh": "FTP 外部地址 (必改项)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 10080,
"edit": true,
"envKey": "PANEL_APP_PORT_WEBDAV",
"labelEn": "WebDAV Port",
"labelZh": "WebDAV 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-5-6-alpine",
"readMe": null,
"name": "2.5.6-alpine",
"lastModified": 1716976015,
"files": [
{
"name": "sftpgo-2.5.6-alpine.tar.gz",
"size": 4993,
"lastModified": "2024-05-29T09:46:55.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2024-05-29T09:46:55.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2024-05-29T09:46:55.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2024-05-29T09:46:55.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2024-05-29T09:46:55.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-05-29T09:46:55.000+00:00"
}
]
},
{
"name": "config",
"size": 0,
"lastModified": "2024-05-29T09:46:55.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2024-05-29T09:46:55.000+00:00"
}
]
}
]
},
{
"name": "data.yml",
"size": 1713,
"lastModified": "2024-05-29T09:46:55.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 1045,
"lastModified": "2024-05-29T09:46:55.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/sftpgo/2.5.6-alpine/sftpgo-2.5.6-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2022,
"edit": true,
"envKey": "PANEL_APP_PORT_SFTP",
"labelEn": "SFTP Port",
"labelZh": "SFTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2121,
"edit": true,
"envKey": "PANEL_APP_PORT_FTP",
"labelEn": "FTP Port",
"labelZh": "FTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 50000,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_START",
"labelEn": "FTP Passive Mod Start Port",
"labelZh": "FTP 被动模式起始端口",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 50100,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_END",
"labelEn": "FTP Passive Mod End Port",
"labelZh": "FTP 被动模式结束端口 (大于起始端口)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "",
"edit": true,
"envKey": "FTP_EXTERNAL_IP",
"labelEn": "FTP External Ip (must change item)",
"labelZh": "FTP 外部地址 (必改项)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 10080,
"edit": true,
"envKey": "PANEL_APP_PORT_WEBDAV",
"labelEn": "WebDAV Port",
"labelZh": "WebDAV 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "2-5-5-alpine",
"readMe": null,
"name": "2.5.5-alpine",
"lastModified": 1702537880,
"files": [
{
"name": "docker-compose.yml",
"size": 1058,
"lastModified": "2023-12-14T07:11:20.000+00:00"
},
{
"name": "data.yml",
"size": 1713,
"lastModified": "2023-12-14T07:11:20.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2023-12-14T07:11:20.000+00:00",
"files": [
{
"name": "config",
"size": 0,
"lastModified": "2023-12-14T07:11:20.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-14T07:11:20.000+00:00"
}
]
},
{
"name": "data",
"size": 0,
"lastModified": "2023-12-14T07:11:20.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-12-14T07:11:20.000+00:00"
}
]
}
]
},
{
"name": "scripts",
"size": 0,
"lastModified": "2023-12-14T07:11:20.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2023-12-14T07:11:20.000+00:00"
}
]
},
{
"name": "sftpgo-2.5.5-alpine.tar.gz",
"size": 5010,
"lastModified": "2023-12-14T07:11:20.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/sftpgo/2.5.5-alpine/sftpgo-2.5.5-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2022,
"edit": true,
"envKey": "PANEL_APP_PORT_SFTP",
"labelEn": "SFTP Port",
"labelZh": "SFTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2121,
"edit": true,
"envKey": "PANEL_APP_PORT_FTP",
"labelEn": "FTP Port",
"labelZh": "FTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 50000,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_START",
"labelEn": "FTP Passive Mod Start Port",
"labelZh": "FTP 被动模式起始端口",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 50100,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_END",
"labelEn": "FTP Passive Mod End Port",
"labelZh": "FTP 被动模式结束端口 (大于起始端口)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "",
"edit": true,
"envKey": "FTP_EXTERNAL_IP",
"labelEn": "FTP External Ip (must change item)",
"labelZh": "FTP 外部地址 (必改项)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 10080,
"edit": true,
"envKey": "PANEL_APP_PORT_WEBDAV",
"labelEn": "WebDAV Port",
"labelZh": "WebDAV 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
},
{
"valid": true,
"violations": [],
"id": "v2-5-4",
"readMe": null,
"name": "v2.5.4",
"lastModified": 1699601858,
"files": [
{
"name": "data.yml",
"size": 1713,
"lastModified": "2023-11-10T07:37:38.000+00:00"
},
{
"name": "scripts",
"size": 0,
"lastModified": "2023-11-10T07:37:38.000+00:00",
"files": [
{
"name": "init.sh",
"size": 36,
"lastModified": "2023-11-10T07:37:38.000+00:00"
}
]
},
{
"name": "sftpgo-v2.5.4.tar.gz",
"size": 5011,
"lastModified": "2023-11-10T07:37:38.000+00:00"
},
{
"name": "docker-compose.yml",
"size": 1058,
"lastModified": "2023-11-10T07:37:38.000+00:00"
},
{
"name": "data",
"size": 0,
"lastModified": "2023-11-10T07:37:38.000+00:00",
"files": [
{
"name": "data",
"size": 0,
"lastModified": "2023-11-10T07:37:38.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-11-10T07:37:38.000+00:00"
}
]
},
{
"name": "config",
"size": 0,
"lastModified": "2023-11-10T07:37:38.000+00:00",
"files": [
{
"name": ".gitkeep",
"size": 0,
"lastModified": "2023-11-10T07:37:38.000+00:00"
}
]
}
]
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/sftpgo/v2.5.4/sftpgo-v2.5.4.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8080,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Web Port",
"labelZh": "Web 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2022,
"edit": true,
"envKey": "PANEL_APP_PORT_SFTP",
"labelEn": "SFTP Port",
"labelZh": "SFTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 2121,
"edit": true,
"envKey": "PANEL_APP_PORT_FTP",
"labelEn": "FTP Port",
"labelZh": "FTP 端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": 50000,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_START",
"labelEn": "FTP Passive Mod Start Port",
"labelZh": "FTP 被动模式起始端口",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 50100,
"edit": true,
"envKey": "PASSIVE_PORT_RANGE_END",
"labelEn": "FTP Passive Mod End Port",
"labelZh": "FTP 被动模式结束端口 (大于起始端口)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "",
"edit": true,
"envKey": "FTP_EXTERNAL_IP",
"labelEn": "FTP External Ip (must change item)",
"labelZh": "FTP 外部地址 (必改项)",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": 10080,
"edit": true,
"envKey": "PANEL_APP_PORT_WEBDAV",
"labelEn": "WebDAV Port",
"labelZh": "WebDAV 端口",
"required": true,
"rule": "paramPort",
"type": "number"
}
]
}
}
],
"downloads": 2759,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/sftpgo/2.6.2-alpine/sftpgo-2.6.2-alpine.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
},
{
"valid": true,
"violations": [],
"id": "mongo-express",
"lastModified": 1730384532,
"icon": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongo-express/logo.png",
"readMe": "# mongo-express\n\n**mongo-express** is a web-based MongoDB admin interface written with Node.js, Express and Bootstrap 5.\n\n## Main Features:\n\n- Connect to multiple databases\n- View/add/drop databases\n- View/add/rename/drop collections\n- View/add/update/delete documents\n- Preview audio/video/image resources inline in the collection view\n- Large and/or nested objects are collapsible for easy overview\n- Asynchronously load large document properties on demand (default >100KB) to keep the collection view snappy\n- GridFS support - add/get/delete very large files\n- Use BSON data types in your documents\n- Mobile/responsive - Bootstrap 5 does an okay job on small screens when you're in a bind\n- Connect and authenticate to individual databases\n- Authenticate as admin to see all databases\n- Database blacklisting/whitelisting\n- Custom CA/TLS/SSL and CA verification disabling\n- Replica set support\n",
"description": "Web-based MongoDB admin interface",
"name": "mongo-express",
"tags": [
"Development tool"
],
"title": "Web-based MongoDB admin interface",
"additionalProperties": {
"key": "mongo-express",
"name": "mongo-express",
"tags": [
"DevTool"
],
"shortDescZh": "基于 Web 的 MongoDB 管理界面",
"shortDescEn": "Web-based MongoDB admin interface",
"type": "tool",
"crossVersionUpdate": true,
"limit": 0,
"recommend": 0,
"website": "https://github.com/mongo-express/mongo-express",
"github": "https://github.com/mongo-express/mongo-express",
"document": "https://github.com/mongo-express/mongo-express"
},
"versions": [
{
"valid": true,
"violations": [],
"id": "1-0-2-20",
"readMe": null,
"name": "1.0.2-20",
"lastModified": 1730384532,
"files": [
{
"name": "docker-compose.yml",
"size": 560,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "data.yml",
"size": 1239,
"lastModified": "2024-10-31T14:22:12.000+00:00"
},
{
"name": "mongo-express-1.0.2-20.tar.gz",
"size": 5889,
"lastModified": "2024-10-31T14:22:12.000+00:00"
}
],
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongo-express/1.0.2-20/mongo-express-1.0.2-20.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback",
"additionalProperties": {
"formFields": [
{
"default": 8081,
"edit": true,
"envKey": "PANEL_APP_PORT_HTTP",
"labelEn": "Port",
"labelZh": "端口",
"required": true,
"rule": "paramPort",
"type": "number"
},
{
"default": "",
"edit": true,
"envKey": "MONGO_HOST",
"key": "mongodb",
"labelEn": "Database Service",
"labelZh": "数据库服务",
"required": true,
"type": "service"
},
{
"default": "",
"edit": true,
"envKey": "PANEL_DB_ROOT_USER",
"labelEn": "Database UserName",
"labelZh": "数据库用户名",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "",
"edit": true,
"envKey": "PANEL_DB_ROOT_PASSWORD",
"labelEn": "Database Password",
"labelZh": "数据库密码",
"required": true,
"rule": "paramCommon",
"type": "password"
},
{
"default": "mongo-express",
"edit": true,
"envKey": "BASICAUTH_USERNAME",
"labelEn": "Management Username",
"labelZh": "管理平台用户名",
"required": true,
"rule": "paramCommon",
"type": "text"
},
{
"default": "mongo-express",
"edit": true,
"envKey": "BASICAUTH_PASSWORD",
"labelEn": "Management Password",
"labelZh": "管理平台密码",
"random": true,
"required": true,
"rule": "paramCommon",
"type": "text"
}
]
}
}
],
"downloads": 1,
"downloadUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/dev/nextweb/mongo-express/1.0.2-20/mongo-express-1.0.2-20.tar.gz",
"downloadCallbackUrl": "https://cdn.nextzenos.com/CDN/NextWeb/raw/branch/main/download-callback"
}
],
"additionalProperties": {
"tags": [
{
"key": "WebSite",
"name": "Website",
"sort": 1
},
{
"key": "Database",
"name": "Database",
"sort": 2
},
{
"key": "Server",
"name": "Web Server",
"sort": 3
},
{
"key": "Runtime",
"name": "Runtime",
"sort": 4
},
{
"key": "Tool",
"name": "Utility",
"sort": 5
},
{
"key": "Storage",
"name": "Cloud storage",
"sort": 6
},
{
"key": "BI",
"name": "BI",
"sort": 8
},
{
"key": "Security",
"name": "Security",
"sort": 9
},
{
"key": "DevTool",
"name": "Development tool",
"sort": 10
},
{
"key": "DevOps",
"name": "DevOps",
"sort": 11
},
{
"key": "Middleware",
"name": "Middleware",
"sort": 12
},
{
"key": "Media",
"name": "Media",
"sort": 13
},
{
"key": "Email",
"name": "Mail service",
"sort": 14
},
{
"key": "Local",
"name": "Local",
"sort": 99
}
],
"version": "v1.1.0-beta"
}
}