1Panel/agent/app/service
2025-07-28 17:12:42 +08:00
..
ai.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
alert.go feat: Alert notification supports email service (#9554) 2025-07-18 11:44:20 +08:00
alert_helper.go feat: alert count limit (#9621) 2025-07-23 21:34:20 +08:00
app.go feat: Application installation supports using existing remote databases (#9598) 2025-07-22 03:20:05 +00:00
app_ingore_upgrade.go feat: Ignore application upgrades to bypass all subsequent versions (#8418) 2025-04-18 07:44:28 +00:00
app_install.go fix: fix some bugs with app-cluster (#9581) 2025-07-21 15:53:11 +08:00
app_utils.go fix: Fix the issue where application labels are displayed incorrectly… (#9611) 2025-07-23 04:04:23 +00:00
backup.go fix: Fix data synchronization during backup account modification (#9585) 2025-07-21 17:49:56 +08:00
backup_app.go fix: Fix the problem of failed application backup (#8752) 2025-05-20 15:05:22 +08:00
backup_mysql.go fix: Fix the problem of failed application backup (#8752) 2025-05-20 15:05:22 +08:00
backup_postgresql.go fix: Fix the problem of failed application backup (#8752) 2025-05-20 15:05:22 +08:00
backup_record.go fix: Modify snapshot synchronization and import name restrictions (#9266) 2025-06-24 18:43:56 +08:00
backup_redis.go feat: Adapt to Redis Cluster (#9588) 2025-07-21 09:56:42 +00:00
backup_runtime.go fix: Fix the display exception problem when the database application does not exist (#8094) 2025-03-07 15:43:58 +08:00
backup_website.go fix: Fix the problem of failed application backup (#8752) 2025-05-20 15:05:22 +08:00
clam.go feat: Alert notification supports email service (#9554) 2025-07-18 11:44:20 +08:00
compose_template.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
container.go Fix Issue with Podman Unable to Create PHP Runtime Website (#9697) 2025-07-28 15:38:27 +08:00
container_compose.go feat: The container-compose module is adapted for Docker Compose. (#9536) 2025-07-16 10:41:52 +00:00
container_network.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
container_volume.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
cronjob.go fix: Optimize filename generation for directory backup (#9669) 2025-07-25 09:21:35 +00:00
cronjob_backup.go fix: Optimize filename generation for directory backup (#9669) 2025-07-25 09:21:35 +00:00
cronjob_helper.go fix: Resolve backup to server disk failure for cronjob (#9603) 2025-07-22 14:56:13 +08:00
dashboard.go fix: Fix memory usage display issue on dashboard (#9530) 2025-07-16 09:45:53 +00:00
database.go feat: Adapt to PostgreSQL cluster (#9529) 2025-07-16 17:44:20 +08:00
database_common.go feat: Add installation support for Redis Cluster (#9561) 2025-07-18 03:41:23 +00:00
database_mysql.go feat: add cluster status page (#9514) 2025-07-14 19:08:57 +08:00
database_postgresql.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
database_redis.go fix: Change container creation to asynchronous operation (#9597) 2025-07-22 11:00:16 +08:00
device.go fix: Fix timezone modification reboot exception (#9432) 2025-07-07 04:05:50 +00:00
device_clean.go fix: resolve code warnings and improve code quality (#9322) 2025-06-27 16:47:01 +08:00
docker.go fix: Fix snap docker startup failure due to empty configuration (#9402) 2025-07-04 07:21:40 +00:00
entry.go feat: Alert notification supports email service (#9554) 2025-07-18 11:44:20 +08:00
fail2ban.go
favorite.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
file.go fix: Optimize task log tracking mechanism (#9704) 2025-07-28 17:12:42 +08:00
firewall.go feat: transfer some code (#9124) 2025-06-17 03:56:53 +00:00
ftp.go feat: transfer some code (#9124) 2025-06-17 03:56:53 +00:00
group.go fix: fix issue with set default group (#8717) 2025-05-18 03:21:58 +00:00
helper.go
host_tool.go fix: Fix the process status error issue (#9285) 2025-06-25 22:05:29 +08:00
image.go fix: resolve code warnings and improve code quality (#9322) 2025-06-27 16:47:01 +08:00
image_repo.go fix: Change container image building to asynchronous operation (#9462) 2025-07-08 11:06:47 +00:00
logs.go fix: Fix the exception of refreshing the token of Ali Cloud Disk (#8288) 2025-04-01 09:25:52 +00:00
mcp_server.go Fix: Resolved issue where domain binding failed in MCP due to OpenResty not using 80 port (#9435) 2025-07-07 04:07:50 +00:00
monitor.go fix: Fix the monitoring data exception (#8028) 2025-02-27 17:51:09 +08:00
nginx.go fix: fix some bugs with appstore (#8567) 2025-05-07 10:05:40 +00:00
nginx_utils.go feat: change docker pull process log (#8680) 2025-05-15 21:40:39 +08:00
php_extensions.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
process.go
recycle_bin.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
runtime.go fix: Fixed Changing the runtime container name may cause it to fail to start (#9670) 2025-07-25 11:03:35 +00:00
runtime_utils.go feat: add DownloadCallBack for install php runtime (#9430) 2025-07-07 03:05:50 +00:00
setting.go feat: add config for appstore (#8524) 2025-04-30 10:39:53 +00:00
snapshot.go fix: Support configurable docker config file snapshotting (#9363) 2025-07-01 07:49:32 +00:00
snapshot_create.go feat: Add customizable snapshot timeout support (#9537) 2025-07-16 10:43:52 +00:00
snapshot_recover.go feat: Add customizable snapshot timeout support (#9537) 2025-07-16 10:43:52 +00:00
snapshot_rollback.go fix: Support docker configuration modifications for snap installations (#9377) 2025-07-02 09:43:35 +00:00
ssh.go fix: Modify the terminal connection method (#8415) 2025-04-17 14:26:23 +00:00
task.go
website.go Fix Issue with Podman Unable to Create PHP Runtime Website (#9697) 2025-07-28 15:38:27 +08:00
website_acme_account.go feat(website): Certificate application supports custom ACME addresses. (#8475) 2025-04-25 16:49:22 +08:00
website_ca.go feat: transfer some code (#9124) 2025-06-17 03:56:53 +00:00
website_dns_account.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
website_ssl.go fix: Fix the issue of failing to save IPv6 self-signed certificate (#9495) 2025-07-11 17:35:39 +08:00
website_utils.go fix: Fixed issue with create website with openresty defaultHttpsPort (#9672) 2025-07-25 19:04:19 +08:00