Add autoscript log viewer page in admin panel

This commit is contained in:
root
2026-05-21 15:37:57 +08:00
parent e6a2001840
commit 226e142e3e
2 changed files with 2 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ services:
dockerfile: Dockerfile dockerfile: Dockerfile
volumes: volumes:
- ./src:/var/www/html - ./src:/var/www/html
- ./autoscript/:/var/log/sides/autoscript:ro
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
depends_on: depends_on:
postgres: postgres:

View File

@@ -97,6 +97,7 @@ These routes require both authentication and admin privileges (`admin` middlewar
| `GET /stationmanagement/csvtemplate` | Download a sample CSV template for station imports. | | `GET /stationmanagement/csvtemplate` | Download a sample CSV template for station imports. |
| `POST /stationmanagement/{stationid}/update` | Edit an existing station. | | `POST /stationmanagement/{stationid}/update` | Edit an existing station. |
| `DELETE /stationmanagement/{stationid}/delete` | Delete a station. | | `DELETE /stationmanagement/{stationid}/delete` | Delete a station. |
| `GET /autoscriptlogs` | View data pipeline log files (error log and main log). |
### User Management ### User Management