mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
* feat: shared instances blog * fix: formatting * fix: authors * fix: update blog
3 lines
2.9 KiB
TypeScript
3 lines
2.9 KiB
TypeScript
// AUTO-GENERATED FILE - DO NOT EDIT
|
||
export const html = `<p>Hey everyone!</p><p>Sharing content has been one of the most requested features for the Modrinth App. People have worked around this by creating unlisted projects or sending a new <code>.mrpack</code> after every update.</p><p>You can finally share an instance directly with friends and push updates as it changes!</p><h3>TL;DR</h3><ul><li>Invite friends by username or share link</li><li>Share instance content and config files</li><li>Push updates when something changes</li><li>Review everything before accepting</li></ul><h2>Sharing an instance</h2><p>Instances have a new share tab, which requires you to be signed into a Modrinth account.</p><p>You can invite someone by username or create a share link. Username invites send a notification in the app, while share links can be sent directly to anyone you want to invite.</p><div class="video-wrapper mb-8"><video autoplay loop muted playsinline><source src="./share-invite.webm" type="video/webm"></video></div><h3>What gets shared</h3><p>A shared instance distributes the following:</p><ul><li>The instance name and icon</li><li>Instance content</li><li>Any additional config files you choose</li></ul><p>We detect when your instance has changed and let you know when it is ahead of the people you invited. From there, you can push all changes or only updated config files.</p><div class="video-wrapper mb-8"><video autoplay loop muted playsinline><source src="./push-update.webm" type="video/webm"></video></div><h2>Receiving an instance</h2><p>When you receive an invite, you’ll see actions to accept or deny in the app - or if you use an invite link, you will see a page to accept the invite. This will open a preview modal, which shows what content is included, and whether anything is not published on Modrinth. Once accepted, it installs like a normal instance.</p><div class="video-wrapper mb-8"><video autoplay loop muted playsinline><source src="./install-flow.webm" type="video/webm"></video></div><p>Shared instances work a bit differently from normal ones. You cannot edit content added by the instance owner, but you can still add your own content on top. Just be aware that changes from the owner, such as a new game version or loader, could break anything you add.</p><h3>Receiving updates</h3><p>Updates sync when you go to play the instance. You can review any changes before accepting, and files not published on Modrinth are surfaced to help you spot anything potentially malicious.</p><p><img src="/news/article/shared-instances/receiving-update.webp" alt="The review screen for an update to a shared instance."></p><h2>Only accept invites from people you trust</h2><p>Shared instances are not reviewed like published Modrinth projects, so only accept invites from people you trust.</p><p>You can report a shared instance if anything looks suspicious.</p><p>—</p><p>Thank you! We hope you guys enjoy this one.</p>`;
|