Soft-UI has a shards page built-in so if you use sharding you can publicly display statistics!
shardspage: { enabled: true, key: "place your key here!", },
npm install @dbd-soft-ui/shards
const DSU = require("@dbd-soft-ui/shards"); DSU.register(manager, { dashboard_url: "your domain", key: "your key", interval: 15, });
const DSU = require("@dbd-soft-ui/shards"); DSU.register(manager, { dashboard_url: String, key: String, interval: Number, });
Hide properties
Was this page helpful?