Publish REPO-001 through REPO-008 as domestic routes, add the public AI discovery API, and demote Singapore paths to historical backup.
25 lines
620 B
Desktop File
25 lines
620 B
Desktop File
[Unit]
|
|
Description=Guanghu public read-only AI repository discovery API
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=guanghu
|
|
Group=guanghu
|
|
WorkingDirectory=/opt/guanghu/ai-discovery
|
|
Environment=GUANGHU_AI_HOST=127.0.0.1
|
|
Environment=GUANGHU_AI_PORT=3922
|
|
Environment=GUANGHU_REPOSITORY_MAP=/opt/guanghu/ai-discovery/repository-route-map.json
|
|
ExecStart=/usr/bin/node /opt/guanghu/ai-discovery/server.js
|
|
Restart=always
|
|
RestartSec=5
|
|
NoNewPrivileges=true
|
|
PrivateTmp=true
|
|
ProtectSystem=strict
|
|
ProtectHome=true
|
|
ReadOnlyPaths=/opt/guanghu/ai-discovery
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|