RawServerNodeInfo
2 rows where server = 23
This data as json, CSV (advanced)
Suggested facets: date (date)
id ▼ | server | date | raw_data |
---|---|---|---|
23 | Gejuchowo 23 | 2024-11-09 23:16:47.730731 | {"version": "2.1", "software": {"name": "iceshrimp", "version": "2023.12.9-dev-f14d8a7ea", "repository": "https://iceshrimp.dev/iceshrimp/iceshrimp", "homepage": "https://iceshrimp.dev/"}, "protocols": ["activitypub"], "services": {"inbound": [], "outbound": ["atom1.0", "rss2.0"]}, "openRegistrations": true, "usage": {"users": {"total": 26, "activeHalfyear": 25, "activeMonth": 17}, "localPosts": 6812, "localComments": 0}, "metadata": {"nodeName": "Gejuchowo", "nodeDescription": "Polska Fedi instancja, kierowana do ludzi LGBT+ i/lub fanatyk\u00f3w technologii, lecz wszyscy s\u0105 mile widziani :)\n\nYou can speak english here, it's just more targetted towards Polish people", "maintainer": {"name": "MarkAssPandi", "email": "me@markasspandi.pl"}, "langs": [], "tosUrl": "https://gejuchowo.pl/@admin/pages/1713130322921", "repositoryUrl": "https://iceshrimp.dev/iceshrimp/iceshrimp", "feedbackUrl": "https://iceshrimp.dev/iceshrimp/iceshrimp/issues/new", "disableRegistration": false, "disableLocalTimeline": false, "disableRecommendedTimeline": false, "disableGlobalTimeline": false, "emailRequiredForSignup": true, "postEditing": true, "postImports": false, "enableHcaptcha": true, "enableRecaptcha": false, "maxNoteTextLength": 100000, "maxCaptionTextLength": 1500, "enableGithubIntegration": false, "enableDiscordIntegration": false, "enableEmail": true, "themeColor": "#31748f"}} |
260 | Gejuchowo 23 | 2024-11-14 07:00:18.574295 | {"version": "2.1", "software": {"name": "iceshrimp", "version": "2023.12.9-dev-f14d8a7ea", "repository": "https://iceshrimp.dev/iceshrimp/iceshrimp", "homepage": "https://iceshrimp.dev/"}, "protocols": ["activitypub"], "services": {"inbound": [], "outbound": ["atom1.0", "rss2.0"]}, "openRegistrations": true, "usage": {"users": {"total": 26, "activeHalfyear": 25, "activeMonth": 18}, "localPosts": 6843, "localComments": 0}, "metadata": {"nodeName": "Gejuchowo", "nodeDescription": "Polska Fedi instancja, kierowana do ludzi LGBT+ i/lub fanatyk\u00f3w technologii, lecz wszyscy s\u0105 mile widziani :)\n\nYou can speak english here, it's just more targetted towards Polish people", "maintainer": {"name": "MarkAssPandi", "email": "me@markasspandi.pl"}, "langs": [], "tosUrl": "https://gejuchowo.pl/@admin/pages/1713130322921", "repositoryUrl": "https://iceshrimp.dev/iceshrimp/iceshrimp", "feedbackUrl": "https://iceshrimp.dev/iceshrimp/iceshrimp/issues/new", "disableRegistration": false, "disableLocalTimeline": false, "disableRecommendedTimeline": false, "disableGlobalTimeline": false, "emailRequiredForSignup": true, "postEditing": true, "postImports": false, "enableHcaptcha": true, "enableRecaptcha": false, "maxNoteTextLength": 100000, "maxCaptionTextLength": 1500, "enableGithubIntegration": false, "enableDiscordIntegration": false, "enableEmail": true, "themeColor": "#31748f"}} |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "RawServerNodeInfo" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "server" INTEGER NOT NULL REFERENCES "Server" ("id") ON DELETE CASCADE, "date" DATETIME NOT NULL, "raw_data" TEXT NOT NULL ); CREATE INDEX "idx_rawservernodeinfo__server" ON "RawServerNodeInfo" ("server");