Files
cloudron-box/frontend/README.md

16 lines
385 B
Markdown
Raw Normal View History

2023-06-16 12:49:47 +02:00
# Dashboard Filemanager
2023-04-16 18:08:10 +02:00
2023-06-16 12:49:47 +02:00
Local development via:
2023-04-16 18:08:10 +02:00
2023-06-16 12:49:47 +02:00
```
2023-07-24 10:32:43 +02:00
VITE_API_ORIGIN=my.example.com npm run dev
2023-06-16 12:49:47 +02:00
```
2023-04-16 18:08:10 +02:00
2023-06-16 12:49:47 +02:00
It requires an access token in `localStorage.token`.
2023-07-24 10:32:43 +02:00
The default local urls look like:
FileManager: `http://localhost:5173/filemanager.html#/home/app/<appId>`
Terminal: `http://localhost:5173/terminal.html?id=<appId>`
LogViewer: `http://localhost:5173/logs.html?appId=<appId>`