1Panel/backend/app/service
2025-07-08 02:47:53 +00:00
..
ai.go feat: Add certificate validation when creating AI Proxy (#7994) 2025-02-25 15:21:16 +08:00
app.go feat: Adding GPU acceleration configuration to some applications (#7865) 2025-02-13 07:02:08 +00:00
app_install.go fix: Optimize database password verification and password change (#8294) 2025-04-02 16:03:44 +08:00
app_utils.go fix: Resolve the issue of lost GPU configuration after upgrade ollama (#9362) 2025-07-01 07:47:33 +00:00
auth.go feat: support load ollama model details (#7867) 2025-02-13 14:56:24 +00:00
backup.go fix: Fix the issue with cronjob report loading failure (#9254) 2025-06-24 05:47:14 +00:00
backup_app.go feat: 应用升级备份保留 3 份 (#6116) 2024-08-13 07:28:55 +00:00
backup_mysql.go fix: Fix the issue of loading errors for editing container port data (#7945) 2025-02-21 04:01:49 +00:00
backup_postgresql.go fix: Fix the issue of loading errors for editing container port data (#7945) 2025-02-21 04:01:49 +00:00
backup_redis.go style:fit some code style (#5601) 2024-06-28 14:04:08 +08:00
backup_runtime.go style:fit some code style (#5601) 2024-06-28 14:04:08 +08:00
backup_website.go feat: 增加 Go 运行环境 (#5632) 2024-07-01 18:35:15 +08:00
clam.go feat(systemctl): implement service manager initialization and command execution (#8380) 2025-04-17 10:26:13 +08:00
command.go fix: Redis 数据库连接信息移除密码限制 (#5239) 2024-05-31 09:35:20 +00:00
compose_template.go
container.go fix: Fix the problem of ip changes in container upgrades for macvlan … (#9251) 2025-06-24 05:41:13 +00:00
container_compose.go fix: 解决容器编排路径为空时无法删除的问题 (#6862) 2024-10-27 15:18:02 +00:00
container_network.go pref: 释放容器 client 连接 (#4700) 2024-04-25 08:45:12 +00:00
container_volume.go fix: 统一时区获取方法 (#6175) 2024-08-19 10:30:42 +00:00
cronjob.go fix: Modify database verification rules (#8342) 2025-04-08 02:39:52 +00:00
cronjob_backup.go fix: 解决快照列表排序的问题 (#6816) 2024-10-23 02:46:17 +00:00
cronjob_helper.go fix: Fix the problem of failed MySQL permission modification (#8351) 2025-04-08 10:49:53 +00:00
dashboard.go feat: Support Ollama model management (#7866) 2025-02-13 15:28:29 +08:00
database.go style:fit some code style (#5601) 2024-06-28 14:04:08 +08:00
database_common.go fix: Fix the loading method of slow logs in MySQL and MariaDB (#7915) 2025-02-19 09:48:36 +00:00
database_mysql.go fix: mysql 绑定用户增加输入校验 (#6149) 2024-08-16 06:00:31 +00:00
database_postgresql.go fix: 解决 MariaDB 数据库同步失败的问题 (#5605) 2024-06-28 07:30:59 +00:00
database_redis.go fix: 处理数据库遮罩问题 (#5215) 2024-05-30 15:13:21 +08:00
device.go feat(systemctl): implement service manager initialization and command execution (#8380) 2025-04-17 10:26:13 +08:00
device_clean.go feat(systemctl): implement service manager initialization and command execution (#8380) 2025-04-17 10:26:13 +08:00
docker.go fix: Resolve abnormal state after Docker restart (#9305) 2025-06-26 11:19:22 +00:00
entry.go feat: Add MCP management (#8299) 2025-04-02 09:01:54 +00:00
fail2ban.go
favorite.go
file.go fix: Fix the issue of multiple selection moving folder errors (#9319) 2025-06-27 06:03:24 +00:00
firewall.go fix(forward): Fix the problem of duplicate creation of port forwardin… (#7975) 2025-02-24 09:21:14 +00:00
ftp.go perf: Optimize FTP sync function for better performance and readability (#7479) 2024-12-20 15:45:05 +08:00
group.go
helper.go
host.go
host_tool.go fix: Remove code comments (#9297) 2025-06-26 06:39:22 +00:00
image.go fix: Optimize image deletion error return (#7602) 2024-12-30 09:17:49 +00:00
image_repo.go fix: Optimize container image repo restart detection logic (#9447) 2025-07-08 02:47:53 +00:00
logs.go feat: Optimize Location Information Display in System Login Logs (#7459) 2024-12-20 04:16:25 +00:00
mcp_server.go feat: update mcp proxy_pass (#8374) 2025-04-10 16:45:24 +08:00
monitor.go refactor: 调整主机监控任务时间为整分钟执行 (#6379) 2024-09-05 08:41:48 +00:00
nginx.go pref: 释放容器 client 连接 (#4700) 2024-04-25 08:45:12 +00:00
nginx_utils.go
php_extensions.go
process.go
recycle_bin.go
runtime.go feat(runtime): correct typo in variable name (#7172) 2024-11-25 12:05:42 +08:00
runtime_utils.go feat(appstore): Handle Requests After Application Installation (#7206) 2024-11-28 10:42:40 +00:00
setting.go feat(systemctl): implement service manager initialization and command execution (#8380) 2025-04-17 10:26:13 +08:00
snapshot.go feat: basic support riscv64 (#8369) 2025-04-17 10:24:04 +08:00
snapshot_create.go WIP: refactor(service): Refactor OpenRC service manager (#8416) 2025-04-23 17:04:08 +08:00
snapshot_recover.go WIP: refactor(service): Refactor OpenRC service manager (#8416) 2025-04-23 17:04:08 +08:00
ssh.go WIP: refactor(service): Refactor OpenRC service manager (#8416) 2025-04-23 17:04:08 +08:00
upgrade.go Revert "fix: Fix the issue with upgrade failures (#9262)" (#9264) 2025-06-24 17:24:42 +08:00
website.go fix: Fix issue with update website config (#8610) 2025-05-12 10:41:58 +00:00
website_acme_account.go
website_ca.go feat(system-security): Support Hot Reloading of System Certificates (#7152) 2024-11-22 09:48:13 +00:00
website_dns_account.go
website_ssl.go feat: Fix Issue with DNS Account Deletion After Certificate Update Ap… (#7303) 2024-12-10 03:15:38 +00:00
website_utils.go feat: Added streaming transmission configuration (#7875) 2025-02-15 12:59:38 +00:00