NAS 배포 확인 문서 정리
This commit is contained in:
@@ -85,7 +85,7 @@ screen. Useful early entries are:
|
|||||||
```text
|
```text
|
||||||
http://localhost:8080
|
http://localhost:8080
|
||||||
http://127.0.0.1:8080
|
http://127.0.0.1:8080
|
||||||
http://<NAS-LAN-IP>:8080
|
http://<NAS-LAN-IP>:18081
|
||||||
https://<NAS-domain>
|
https://<NAS-domain>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,23 @@
|
|||||||
5. Create a Container Manager project from `docker-compose.yml`.
|
5. Create a Container Manager project from `docker-compose.yml`.
|
||||||
6. Keep `runtime-data` mapped to persistent NAS storage.
|
6. Keep `runtime-data` mapped to persistent NAS storage.
|
||||||
|
|
||||||
|
## Verified NAS Setup
|
||||||
|
|
||||||
|
The first NAS deployment was verified on 2026-06-06 with:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Project name: cargoradar
|
||||||
|
Project path: /volume1/docker/cargoradar/current
|
||||||
|
LAN URL: http://192.168.200.129:18081
|
||||||
|
```
|
||||||
|
|
||||||
|
The Container Manager build should end with `Exit Code: 0`, and the server
|
||||||
|
health check should report `Health: ok`.
|
||||||
|
|
||||||
|
Keep the real `ADMIN_TOKEN` in the NAS `.env` file, not in committed docs.
|
||||||
|
When creating `.env` remotely, make sure each setting is on its own real line;
|
||||||
|
literal `\n` text inside the file will break Docker Compose port parsing.
|
||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
|
|
||||||
```text
|
```text
|
||||||
@@ -47,11 +64,16 @@ Register every origin that opens the control screen:
|
|||||||
```text
|
```text
|
||||||
http://localhost:8080
|
http://localhost:8080
|
||||||
http://127.0.0.1:8080
|
http://127.0.0.1:8080
|
||||||
|
http://192.168.200.129:18081
|
||||||
http://<NAS-LAN-IP>:18081
|
http://<NAS-LAN-IP>:18081
|
||||||
https://cargoradar.comtropy.synology.me
|
https://cargoradar.comtropy.synology.me
|
||||||
https://<NAS-domain>
|
https://<NAS-domain>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Until the NAS origin is registered in Kakao Developers, the control screen can
|
||||||
|
still show driver/location data but the map area will display a Kakao key or
|
||||||
|
domain warning.
|
||||||
|
|
||||||
## Android URL
|
## Android URL
|
||||||
|
|
||||||
On the same LAN, use:
|
On the same LAN, use:
|
||||||
|
|||||||
Reference in New Issue
Block a user