Password-protected (stays signed in for 30 days). Theme and color scheme are stored in the database and apply site-wide.
Enter the admin password to continue.
Login is remembered for 30 days on this browser. Default seed password is configured on the server.
Live visitors (unique IPs) and total tracked visits. Refreshes every 30s.
Loading session tracker…
Hosts that POSTed market/option data in the last 24 hours. Real feeder IP is read from X-Forwarded-For (traffic arrives via the front proxy).
Every feed endpoint is last-write-wins, so a stale host can overwrite good data. Enable this to store only the highest-priority host that is still posting. If it goes quiet past the failover window the next host takes over, and control returns automatically when it recovers.
—
Loading posting hosts…
| Priority | Host IP | Posts (24h) | Endpoints | First seen | Last seen | Via proxy | Ignore |
|---|---|---|---|---|---|---|---|
| — | |||||||
Record counts, storage size, and earliest market data timestamp.
Loading database stats…
| Table | Rows | Size | Earliest | Latest |
|---|---|---|---|---|
| — | ||||
IP addresses that POSTed live market data to /live_data_post.php recently.
Loading posting servers…
| IP address | Last post | Posts (24h+) |
|---|---|---|
| — | ||
Current: —
Current: Red up / Green down (China)
Site-wide defaults for every market-price chart (home, advanced charts, option history). Visitors can still pick another type or background on the advanced chart page.
Current: Slate
Current: Candle
Current: Chinese markets only
A shut market still prints a flat line. Hiding it removes the dead stretch — but a Friday session runs past midnight Shanghai time (SHFE metals to 02:30, CME to about 06:00), and a weekday filter takes those real hours with it. Every market applies that trade-off to international charts as well.
Named presets (also stored in DB). Saving/deleting uses your session (no extra password prompt).
No saved presets yet.
Admin allow-list for charts on /options.php (saved in DB). Users still default off and enable via cookie toggles on the options page.
Versioned Rust binary get_gld_slv — upload via API key, install on hosts with a one-liner (systemd auto-start + upgrade).
Endpoints: /api/feeder · /feeder_api.php. Full key shown once on create.
curl -sSL 'https://gd.g77k.com/api/feeder/install' | sudo bash
curl -sSL 'https://gd.g77k.com/api/feeder/install' | sudo GD_API_KEY=gd_YOUR_KEY bash
Re-run the same command to upgrade. Installs /usr/local/bin/get_gld_slv + service get_gld_slv.service.
Uploads with a new version are stored forever; same version+platform+arch overwrites that row only.
# 1) Upload binary (CI / other app) curl -X POST 'https://gd.g77k.com/api/feeder/upload' \ -H 'X-Api-Key: gd_YOUR_KEY' \ -F 'file=@target/release/get_gld_slv' \ -F 'version=1.2.3' \ -F 'platform=linux' \ -F 'arch=x86_64' \ -F 'name=get_gld_slv' \ -F 'notes=CI build' # 2) Install or upgrade on a host (auto-start via systemd) curl -sSL 'https://gd.g77k.com/api/feeder/install' | sudo bash # 3) Status sudo systemctl status get_gld_slv sudo journalctl -u get_gld_slv -f
Update the admin password (stored hashed in the database).
Site config (theme, color scheme, chart background and type) is stored in the site_settings table and applied globally.
Session counts use active browser sessions and unique IPs (10-minute idle timeout).