ActivityPub Viewer

A small tool to view real-world ActivityPub objects as JSON! Enter a URL or username from Mastodon or a similar service below, and we'll send a request with the right Accept header to the server to view the underlying object.

Open in browser →
{ "@context": [ "https://www.w3.org/ns/activitystreams", { "ostatus": "http://ostatus.org#", "atomUri": "ostatus:atomUri", "inReplyToAtomUri": "ostatus:inReplyToAtomUri", "conversation": "ostatus:conversation", "sensitive": "as:sensitive", "toot": "http://joinmastodon.org/ns#", "votersCount": "toot:votersCount", "blurhash": "toot:blurhash", "focalPoint": { "@container": "@list", "@id": "toot:focalPoint" } } ], "id": "https://mastodon.macstories.net/users/alex/outbox?min_id=0&page=true", "type": "OrderedCollectionPage", "next": "https://mastodon.macstories.net/users/alex/outbox?max_id=109518799678815303&page=true", "prev": "https://mastodon.macstories.net/users/alex/outbox?min_id=109526598842777624&page=true", "partOf": "https://mastodon.macstories.net/users/alex/outbox", "orderedItems": [ { "id": "https://mastodon.macstories.net/users/alex/statuses/109526598842777624/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-17T02:14:28Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526598842777624", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651", "published": "2022-12-17T02:14:28Z", "url": "https://mastodon.macstories.net/@alex/109526598842777624", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109526598842777624", "inReplyToAtomUri": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651", "conversation": "tag:macstories.net,2022-12-17:objectId=5598:objectType=Conversation", "content": "<p>By pod, Elasticsearch took a gig off the top all day. Definitely need to get that offloaded to a different node. Without ES, we have quite a bit more headroom and probably don&#39;t need to scale the main Mastodon node up vertically at this time, which will be nice for keeping costs low.</p><p>Mastodon Web and the Sidekiq processes ate up about a gig and a half throughout the day. Memory for these pods staying steady even as traffic rolled through was expected in theory, and nice to see in practice.</p>", "contentMap": { "en": "<p>By pod, Elasticsearch took a gig off the top all day. Definitely need to get that offloaded to a different node. Without ES, we have quite a bit more headroom and probably don&#39;t need to scale the main Mastodon node up vertically at this time, which will be nice for keeping costs low.</p><p>Mastodon Web and the Sidekiq processes ate up about a gig and a half throughout the day. Memory for these pods staying steady even as traffic rolled through was expected in theory, and nice to see in practice.</p>" }, "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://cdn.macstories.net/media_attachments/files/109/526/580/855/016/032/original/ae073a34743de90d.png", "name": null, "blurhash": "U04o4qbI%M-q00-;t7xvs4.8D*t7TNo#?Gt7", "width": 1884, "height": 612 } ], "tag": [], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526598842777624/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109526598842777624/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109526598842777624/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526598842777624/likes", "type": "Collection", "totalItems": 5 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526598842777624/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-17T02:08:51Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-12-17T02:08:51Z", "url": "https://mastodon.macstories.net/@alex/109526576784408651", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651", "inReplyToAtomUri": null, "conversation": "tag:macstories.net,2022-12-17:objectId=5598:objectType=Conversation", "content": "<p>Memory was pretty consistent all day long, sitting around 3.4GB. Actual usage is a little higher because we have Postgres, Redis, and a couple other Elastsearch containers offloaded to another server in our K8s cluster. A bit over 4GB with everything combined.</p><p>3.4GB on the main node is higher than I was expecting, as evidenced by the percentage graph. We were running a 4GB node, which had us toeing the line of 90% usage all day. Not what I wanted, but the little server stayed up.</p>", "contentMap": { "en": "<p>Memory was pretty consistent all day long, sitting around 3.4GB. Actual usage is a little higher because we have Postgres, Redis, and a couple other Elastsearch containers offloaded to another server in our K8s cluster. A bit over 4GB with everything combined.</p><p>3.4GB on the main node is higher than I was expecting, as evidenced by the percentage graph. We were running a 4GB node, which had us toeing the line of 90% usage all day. Not what I wanted, but the little server stayed up.</p>" }, "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://cdn.macstories.net/media_attachments/files/109/526/575/520/925/469/original/6c9b1e0a21f62835.png", "name": null, "blurhash": "U04esK-=nV_3Mhxut7t8M{WBoej@H^t7bExb", "width": 1647, "height": 1222 } ], "tag": [], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651/replies?min_id=109526598842777624&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651/replies", "items": [ "https://mastodon.macstories.net/users/alex/statuses/109526598842777624" ] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651/likes", "type": "Collection", "totalItems": 10 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526576784408651/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109526545227729330/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-17T02:00:50Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.macstories.net/users/viticci" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526545227729330", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-12-17T02:00:50Z", "url": "https://mastodon.macstories.net/@alex/109526545227729330", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.macstories.net/users/viticci" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109526545227729330", "inReplyToAtomUri": null, "conversation": "tag:macstories.net,2022-12-17:objectId=5567:objectType=Conversation", "content": "<p>First day of running Mastodon, in charts...</p><p>Here&#39;s our last 24 hours of CPU metrics. Usage unsurprisingly ebbs and flows with traffic: the first spike is after our launch message last night, which was paired with <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> kicking off his 5.7k follower migration from mastodon.social. Second spike is when we published our post on MacStories this morning.</p><p>Overall, even during the spikes we never crossed 25% CPU usage on our dual CPU Linode instance.</p>", "contentMap": { "en": "<p>First day of running Mastodon, in charts...</p><p>Here&#39;s our last 24 hours of CPU metrics. Usage unsurprisingly ebbs and flows with traffic: the first spike is after our launch message last night, which was paired with <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> kicking off his 5.7k follower migration from mastodon.social. Second spike is when we published our post on MacStories this morning.</p><p>Overall, even during the spikes we never crossed 25% CPU usage on our dual CPU Linode instance.</p>" }, "attachment": [ { "type": "Document", "mediaType": "image/png", "url": "https://cdn.macstories.net/media_attachments/files/109/526/515/174/974/719/original/67686afc802dcb87.png", "name": null, "blurhash": "U04U{LD$x^%300xbRjs:I8-;D%RjxckExYo#", "width": 2022, "height": 632 } ], "tag": [ { "type": "Mention", "href": "https://mastodon.macstories.net/users/viticci", "name": "@viticci" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526545227729330/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109526545227729330/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109526545227729330/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526545227729330/likes", "type": "Collection", "totalItems": 109 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526545227729330/shares", "type": "Collection", "totalItems": 28 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109526391178636101/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-17T01:21:39Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526391178636101", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-12-17T01:21:39Z", "url": "https://mastodon.macstories.net/@alex/109526391178636101", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109526391178636101", "inReplyToAtomUri": null, "conversation": "tag:macstories.net,2022-12-17:objectId=5419:objectType=Conversation", "content": "<p>Alternate final tweet:</p><p>Twitter&#39;s in the shitter, find me on the &#39;don.</p>", "contentMap": { "en": "<p>Alternate final tweet:</p><p>Twitter&#39;s in the shitter, find me on the &#39;don.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526391178636101/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109526391178636101/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109526391178636101/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526391178636101/likes", "type": "Collection", "totalItems": 15 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526391178636101/shares", "type": "Collection", "totalItems": 2 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109526384355758812/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-17T01:19:55Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526384355758812", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-12-17T01:19:55Z", "url": "https://mastodon.macstories.net/@alex/109526384355758812", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109526384355758812", "inReplyToAtomUri": null, "conversation": "tag:macstories.net,2022-12-17:objectId=5418:objectType=Conversation", "content": "<p>Officially over here now. Let&#39;s do this thing, open web style. 🐘🎉</p><p><a href=\"https://twitter.com/_alexguyot/status/1603918839842054144\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">twitter.com/_alexguyot/status/</span><span class=\"invisible\">1603918839842054144</span></a></p>", "contentMap": { "en": "<p>Officially over here now. Let&#39;s do this thing, open web style. 🐘🎉</p><p><a href=\"https://twitter.com/_alexguyot/status/1603918839842054144\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">twitter.com/_alexguyot/status/</span><span class=\"invisible\">1603918839842054144</span></a></p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526384355758812/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109526384355758812/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109526384355758812/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526384355758812/likes", "type": "Collection", "totalItems": 15 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109526384355758812/shares", "type": "Collection", "totalItems": 3 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109525073730616078/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T19:46:37Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mstdn.ca/users/kent", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/macstories" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109525073730616078", "type": "Note", "summary": null, "inReplyTo": "https://mstdn.ca/users/kent/statuses/109524992238633690", "published": "2022-12-16T19:46:37Z", "url": "https://mastodon.macstories.net/@alex/109525073730616078", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mstdn.ca/users/kent", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/macstories" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109525073730616078", "inReplyToAtomUri": "https://mstdn.ca/users/kent/statuses/109524992238633690", "conversation": "tag:macstories.net,2022-12-16:objectId=2873:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mstdn.ca/@kent\" class=\"u-url mention\">@<span>kent</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@macstories\" class=\"u-url mention\">@<span>macstories</span></a></span> It&#39;s a few steps, but not too hard overall. First you have to set a couple Mastodon config variables:</p><p>LOCAL_DOMAIN: Your base domain (e.g. macstories.net)</p><p>WEB_DOMAIN: The domain where you&#39;re hosting the Mastodon website (e.g. mastodon.macstories.net)</p><p>Then you have to redirect the path `/.well-known/webfinger` at your base domain to the same path at your subdomain.</p><p>More details in the Mastodon docs: <a href=\"https://docs.joinmastodon.org/admin/config/#web_domain\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.joinmastodon.org/admin/co</span><span class=\"invisible\">nfig/#web_domain</span></a></p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mstdn.ca/@kent\" class=\"u-url mention\">@<span>kent</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@macstories\" class=\"u-url mention\">@<span>macstories</span></a></span> It&#39;s a few steps, but not too hard overall. First you have to set a couple Mastodon config variables:</p><p>LOCAL_DOMAIN: Your base domain (e.g. macstories.net)</p><p>WEB_DOMAIN: The domain where you&#39;re hosting the Mastodon website (e.g. mastodon.macstories.net)</p><p>Then you have to redirect the path `/.well-known/webfinger` at your base domain to the same path at your subdomain.</p><p>More details in the Mastodon docs: <a href=\"https://docs.joinmastodon.org/admin/config/#web_domain\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.joinmastodon.org/admin/co</span><span class=\"invisible\">nfig/#web_domain</span></a></p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mstdn.ca/users/kent", "name": "@kent@mstdn.ca" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/viticci", "name": "@viticci" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/macstories", "name": "@macstories" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109525073730616078/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109525073730616078/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109525073730616078/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109525073730616078/likes", "type": "Collection", "totalItems": 4 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109525073730616078/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109525050665806162/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T19:40:45Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.social/users/elsua", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/macstories" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109525050665806162", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/elsua/statuses/109524890172137052", "published": "2022-12-16T19:40:45Z", "url": "https://mastodon.macstories.net/@alex/109525050665806162", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.social/users/elsua", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/macstories" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109525050665806162", "inReplyToAtomUri": "https://mastodon.social/users/elsua/statuses/109524890172137052", "conversation": "tag:macstories.net,2022-12-16:objectId=2873:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@elsua\" class=\"u-url mention\">@<span>elsua</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@macstories\" class=\"u-url mention\">@<span>macstories</span></a></span> My pleasure. Thanks for your support, Luis! 🙌</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@elsua\" class=\"u-url mention\">@<span>elsua</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@macstories\" class=\"u-url mention\">@<span>macstories</span></a></span> My pleasure. Thanks for your support, Luis! 🙌</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/elsua", "name": "@elsua@mastodon.social" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/viticci", "name": "@viticci" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/macstories", "name": "@macstories" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109525050665806162/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109525050665806162/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109525050665806162/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109525050665806162/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109525050665806162/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109524723834015855/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T18:17:38Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.social/users/elsua", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/macstories" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109524723834015855", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/elsua/statuses/109524593091528214", "published": "2022-12-16T18:17:38Z", "url": "https://mastodon.macstories.net/@alex/109524723834015855", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.social/users/elsua", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/macstories" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109524723834015855", "inReplyToAtomUri": "https://mastodon.social/users/elsua/statuses/109524593091528214", "conversation": "tag:macstories.net,2022-12-16:objectId=2873:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@elsua\" class=\"u-url mention\">@<span>elsua</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@macstories\" class=\"u-url mention\">@<span>macstories</span></a></span> Ooh, I hadn&#39;t thought about the feed URLs, thanks for pointing this out. You can follow that feed using the URL <a href=\"https://mastodon.macstories.net/@macstories.rss\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">mastodon.macstories.net/@macst</span><span class=\"invisible\">ories.rss</span></a>.</p><p>I will look into making the direct macstories.net versions work for the future. Although if I do, it will just be a redirect to the link above, so you&#39;ll still be following the canonical version.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@elsua\" class=\"u-url mention\">@<span>elsua</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@macstories\" class=\"u-url mention\">@<span>macstories</span></a></span> Ooh, I hadn&#39;t thought about the feed URLs, thanks for pointing this out. You can follow that feed using the URL <a href=\"https://mastodon.macstories.net/@macstories.rss\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">mastodon.macstories.net/@macst</span><span class=\"invisible\">ories.rss</span></a>.</p><p>I will look into making the direct macstories.net versions work for the future. Although if I do, it will just be a redirect to the link above, so you&#39;ll still be following the canonical version.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/elsua", "name": "@elsua@mastodon.social" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/viticci", "name": "@viticci" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/macstories", "name": "@macstories" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109524723834015855/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109524723834015855/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109524723834015855/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109524723834015855/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109524723834015855/shares", "type": "Collection", "totalItems": 1 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109524396943207674/activity", "type": "Announce", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T16:54:30Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://tucows.social/users/hover", "https://mastodon.macstories.net/users/alex/followers" ], "object": "https://tucows.social/users/hover/statuses/109523727740510135" }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109524394594867558/activity", "type": "Announce", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T16:53:54Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/alex/followers" ], "object": "https://mastodon.macstories.net/users/viticci/statuses/109524251352902160" }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109522411186630109/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T08:29:29Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.social/users/antons" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109522411186630109", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/antons/statuses/109522150563953021", "published": "2022-12-16T08:29:29Z", "url": "https://mastodon.macstories.net/@alex/109522411186630109", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.social/users/antons" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109522411186630109", "inReplyToAtomUri": "https://mastodon.social/users/antons/statuses/109522150563953021", "conversation": "tag:macstories.net,2022-12-16:objectId=989:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@antons\" class=\"u-url mention\">@<span>antons</span></a></span> Ha I went through the same Googling process! Turns out all those old threads are outdated and this is entirely supported now.</p><p>The Mastodon docs actually have some solid details: <a href=\"https://docs.joinmastodon.org/admin/config/#web_domain\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.joinmastodon.org/admin/co</span><span class=\"invisible\">nfig/#web_domain</span></a></p><p>For better Googling if that’s not enough, just look up how to use Mastodon’s LOCAL_DOMAIN and WEB_DOMAIN.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@antons\" class=\"u-url mention\">@<span>antons</span></a></span> Ha I went through the same Googling process! Turns out all those old threads are outdated and this is entirely supported now.</p><p>The Mastodon docs actually have some solid details: <a href=\"https://docs.joinmastodon.org/admin/config/#web_domain\" target=\"_blank\" rel=\"nofollow noopener noreferrer\" translate=\"no\"><span class=\"invisible\">https://</span><span class=\"ellipsis\">docs.joinmastodon.org/admin/co</span><span class=\"invisible\">nfig/#web_domain</span></a></p><p>For better Googling if that’s not enough, just look up how to use Mastodon’s LOCAL_DOMAIN and WEB_DOMAIN.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/antons", "name": "@antons@mastodon.social" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109522411186630109/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109522411186630109/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109522411186630109/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109522411186630109/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109522411186630109/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109521984130516578/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T06:40:53Z", "to": [ "https://mastodon.macstories.net/users/alex/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://social.axiixc.com/users/axiixc", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/alex" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521984130516578", "type": "Note", "summary": null, "inReplyTo": "https://social.axiixc.com/users/axiixc/statuses/109521818133568833", "published": "2022-12-16T06:40:53Z", "url": "https://mastodon.macstories.net/@alex/109521984130516578", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://mastodon.macstories.net/users/alex/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://social.axiixc.com/users/axiixc", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/alex" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109521984130516578", "inReplyToAtomUri": "https://social.axiixc.com/users/axiixc/statuses/109521818133568833", "conversation": "tag:macstories.net,2022-12-16:objectId=527:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.axiixc.com/@axiixc\" class=\"u-url mention\">@<span>axiixc</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> Good catch! We’re really pleased we were able to make that work. <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@alex\" class=\"u-url mention\">@<span>alex</span></a></span> is no good, and we didn’t really feel like macstories.social worked if we only wanted ourselves on the server. The WEB_DOMAIN setup is perfect 👌</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.axiixc.com/@axiixc\" class=\"u-url mention\">@<span>axiixc</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> Good catch! We’re really pleased we were able to make that work. <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@alex\" class=\"u-url mention\">@<span>alex</span></a></span> is no good, and we didn’t really feel like macstories.social worked if we only wanted ourselves on the server. The WEB_DOMAIN setup is perfect 👌</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://social.axiixc.com/users/axiixc", "name": "@axiixc@axiixc.com" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/viticci", "name": "@viticci" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/alex", "name": "@alex" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521984130516578/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109521984130516578/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109521984130516578/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521984130516578/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521984130516578/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109521982587715837/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T06:40:30Z", "to": [ "https://mastodon.macstories.net/users/alex/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://social.axiixc.com/users/axiixc", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/alex" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521982587715837", "type": "Note", "summary": null, "inReplyTo": "https://social.axiixc.com/users/axiixc/statuses/109521818133568833", "published": "2022-12-16T06:40:30Z", "url": "https://mastodon.macstories.net/@alex/109521982587715837", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://mastodon.macstories.net/users/alex/followers" ], "cc": [ "https://www.w3.org/ns/activitystreams#Public", "https://social.axiixc.com/users/axiixc", "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/alex" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109521982587715837", "inReplyToAtomUri": "https://social.axiixc.com/users/axiixc/statuses/109521818133568833", "conversation": "tag:macstories.net,2022-12-16:objectId=527:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.axiixc.com/@axiixc\" class=\"u-url mention\">@<span>axiixc</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> Good catch! We’re really pleased we were able to make that work. <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@alex\" class=\"u-url mention\">@<span>alex</span></a></span> is no good, and we didn’t really feel like macstories.social worked if we only wanted ourselves on the server. The WEB_DOMAIN setup is perfect 👌</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://social.axiixc.com/@axiixc\" class=\"u-url mention\">@<span>axiixc</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> Good catch! We’re really pleased we were able to make that work. <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@alex\" class=\"u-url mention\">@<span>alex</span></a></span> is no good, and we didn’t really feel like macstories.social worked if we only wanted ourselves on the server. The WEB_DOMAIN setup is perfect 👌</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://social.axiixc.com/users/axiixc", "name": "@axiixc@axiixc.com" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/viticci", "name": "@viticci" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/alex", "name": "@alex" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521982587715837/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109521982587715837/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109521982587715837/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521982587715837/likes", "type": "Collection", "totalItems": 2 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521982587715837/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109521940920263697/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T06:29:54Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.social/users/ryanbooker", "https://mastodon.macstories.net/users/viticci" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521940920263697", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.social/users/ryanbooker/statuses/109521533875886336", "published": "2022-12-16T06:29:54Z", "url": "https://mastodon.macstories.net/@alex/109521940920263697", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.social/users/ryanbooker", "https://mastodon.macstories.net/users/viticci" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109521940920263697", "inReplyToAtomUri": "https://mastodon.social/users/ryanbooker/statuses/109521533875886336", "conversation": "tag:macstories.net,2022-12-16:objectId=527:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@ryanbooker\" class=\"u-url mention\">@<span>ryanbooker</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> Apparently these migrations are incredibly slow. Followers are moving over slowly over time.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.social/@ryanbooker\" class=\"u-url mention\">@<span>ryanbooker</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.macstories.net/@viticci\" class=\"u-url mention\">@<span>viticci</span></a></span> Apparently these migrations are incredibly slow. Followers are moving over slowly over time.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.social/users/ryanbooker", "name": "@ryanbooker@mastodon.social" }, { "type": "Mention", "href": "https://mastodon.macstories.net/users/viticci", "name": "@viticci" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521940920263697/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109521940920263697/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109521940920263697/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521940920263697/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521940920263697/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T03:46:22Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://home.social/users/thebatman" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936", "type": "Note", "summary": null, "inReplyTo": "https://home.social/users/thebatman/statuses/109521280478236499", "published": "2022-12-16T03:46:22Z", "url": "https://mastodon.macstories.net/@alex/109521297913592936", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://home.social/users/thebatman" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936", "inReplyToAtomUri": "https://home.social/users/thebatman/statuses/109521280478236499", "conversation": "tag:macstories.net,2022-12-16:objectId=989:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://home.social/@thebatman\" class=\"u-url mention\">@<span>thebatman</span></a></span> There are a lot of them out there, it just depends on what your infrastructure setup is. We&#39;re running on Kubernetes, and there isn&#39;t really a definitive guide for that, so I mostly had to wing it off of a combo of the Mastodon Helm chart&#39;s sparse documentation and a bunch of tips I gleaned from many different guides on doing it other ways. It was an adventure! If you have simpler infrastructure though then you can probably find an easier way to the finish line.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://home.social/@thebatman\" class=\"u-url mention\">@<span>thebatman</span></a></span> There are a lot of them out there, it just depends on what your infrastructure setup is. We&#39;re running on Kubernetes, and there isn&#39;t really a definitive guide for that, so I mostly had to wing it off of a combo of the Mastodon Helm chart&#39;s sparse documentation and a bunch of tips I gleaned from many different guides on doing it other ways. It was an adventure! If you have simpler infrastructure though then you can probably find an easier way to the finish line.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://home.social/users/thebatman", "name": "@thebatman@home.social" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/likes", "type": "Collection", "totalItems": 0 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521297913592936/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109521285349085296/activity", "type": "Announce", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T03:43:10Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/viticci", "https://mastodon.macstories.net/users/alex/followers" ], "object": "https://mastodon.macstories.net/users/viticci/statuses/109520944457134852" }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109521282096481764/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T03:42:21Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.cloud/users/tedcarstensen" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521282096481764", "type": "Note", "summary": null, "inReplyTo": "https://mastodon.cloud/users/tedcarstensen/statuses/109521141362412211", "published": "2022-12-16T03:42:21Z", "url": "https://mastodon.macstories.net/@alex/109521282096481764", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers", "https://mastodon.cloud/users/tedcarstensen" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109521282096481764", "inReplyToAtomUri": "https://mastodon.cloud/users/tedcarstensen/statuses/109521141362412211", "conversation": "tag:macstories.net,2022-12-16:objectId=527:objectType=Conversation", "content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.cloud/@tedcarstensen\" class=\"u-url mention\">@<span>tedcarstensen</span></a></span> We are running on our Kubernetes cluster (so various flavors of Linux), alongside the Club MacStories and AppStories websites. So no Mac guidance for you I&#39;m afraid, but I&#39;ll probably be writing about our setup for either the Club or MacStories at some point.</p>", "contentMap": { "en": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.cloud/@tedcarstensen\" class=\"u-url mention\">@<span>tedcarstensen</span></a></span> We are running on our Kubernetes cluster (so various flavors of Linux), alongside the Club MacStories and AppStories websites. So no Mac guidance for you I&#39;m afraid, but I&#39;ll probably be writing about our setup for either the Club or MacStories at some point.</p>" }, "attachment": [], "tag": [ { "type": "Mention", "href": "https://mastodon.cloud/users/tedcarstensen", "name": "@tedcarstensen@mastodon.cloud" } ], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521282096481764/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109521282096481764/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109521282096481764/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521282096481764/likes", "type": "Collection", "totalItems": 1 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521282096481764/shares", "type": "Collection", "totalItems": 0 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109521265219218113/activity", "type": "Announce", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T03:38:03Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/johnvoorhees", "https://mastodon.macstories.net/users/alex/followers" ], "object": "https://mastodon.macstories.net/users/johnvoorhees/statuses/109520906490346376" }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109521262521952141/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-16T03:37:22Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521262521952141", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-12-16T03:37:22Z", "url": "https://mastodon.macstories.net/@alex/109521262521952141", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109521262521952141", "inReplyToAtomUri": null, "conversation": "tag:macstories.net,2022-12-16:objectId=989:objectType=Conversation", "content": "<p>Well the cat&#39;s outta the bag, we&#39;re running Mastodon 🐘🎉</p><p>It&#39;s been a long week putting all of this together, but this tech is super cool and it&#39;s awesome to be out here floating around the fediverse on our own little instance.</p>", "contentMap": { "en": "<p>Well the cat&#39;s outta the bag, we&#39;re running Mastodon 🐘🎉</p><p>It&#39;s been a long week putting all of this together, but this tech is super cool and it&#39;s awesome to be out here floating around the fediverse on our own little instance.</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521262521952141/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109521262521952141/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109521262521952141/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521262521952141/likes", "type": "Collection", "totalItems": 76 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109521262521952141/shares", "type": "Collection", "totalItems": 13 } } }, { "id": "https://mastodon.macstories.net/users/alex/statuses/109518799678815303/activity", "type": "Create", "actor": "https://mastodon.macstories.net/users/alex", "published": "2022-12-15T17:11:02Z", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "object": { "id": "https://mastodon.macstories.net/users/alex/statuses/109518799678815303", "type": "Note", "summary": null, "inReplyTo": null, "published": "2022-12-15T17:11:02Z", "url": "https://mastodon.macstories.net/@alex/109518799678815303", "attributedTo": "https://mastodon.macstories.net/users/alex", "to": [ "https://www.w3.org/ns/activitystreams#Public" ], "cc": [ "https://mastodon.macstories.net/users/alex/followers" ], "sensitive": false, "atomUri": "https://mastodon.macstories.net/users/alex/statuses/109518799678815303", "inReplyToAtomUri": null, "conversation": "tag:macstories.net,2022-12-15:objectId=12:objectType=Conversation", "content": "<p>👀</p>", "contentMap": { "en": "<p>👀</p>" }, "attachment": [], "tag": [], "replies": { "id": "https://mastodon.macstories.net/users/alex/statuses/109518799678815303/replies", "type": "Collection", "first": { "type": "CollectionPage", "next": "https://mastodon.macstories.net/users/alex/statuses/109518799678815303/replies?only_other_accounts=true&page=true", "partOf": "https://mastodon.macstories.net/users/alex/statuses/109518799678815303/replies", "items": [] } }, "likes": { "id": "https://mastodon.macstories.net/users/alex/statuses/109518799678815303/likes", "type": "Collection", "totalItems": 5 }, "shares": { "id": "https://mastodon.macstories.net/users/alex/statuses/109518799678815303/shares", "type": "Collection", "totalItems": 0 } } } ] }