-
Notifications
You must be signed in to change notification settings - Fork 42
docs(install): add Cloudzy guide and one-click deploy buttons - #138
Open
gantoine wants to merge 8 commits into
Open
docs(install): add Cloudzy guide and one-click deploy buttons #138gantoine wants to merge 8 commits into
gantoine wants to merge 8 commits into
Conversation
Cloudzy ships RomM in its one-click marketplace, so document what the image deploys and how to manage it after install: the Compose stack at /root/romm, host-installed Caddy under systemd, the library and BIOS paths, and the domain plus HTTPS steps. Their marketplace page writes the base URL line as BASE_URL while the container reads ROMM_BASE_URL, so call that out in a tip. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Reuses the badge from #136 and points it at a cart link that preselects the RomM image and a 2 GB plan, matching how railway.md leads with a deploy button. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The affiliate link lived only in the README, so the docs page had no way to send signups back to the project. Carries the button and the disclosure over from the closed #136. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@gantoine
gantoine
changed the title
(削除) docs(install): add Cloudzy one-click VPS guide (削除ここまで)
(追記) docs(install): add Cloudzy guide and one-click deploy buttons (追記ここまで)
Sep 11, 2026
Drop the in-memory store aside, the domain prerequisite (the HTTPS section already covers it), and the ordering walkthrough, which screenshots will replace. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
The block was a bare site line with nothing around it, which said less than the sentence above it. Show the file it lives in, the address it replaces, and that the block body stays as shipped. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Replaces the raw discord.gg/P5HtHnhUDH invite code with discord.com/invite/romm, matching the social link already in mkdocs.yml. The README's invidget badge takes a bare invite code rather than a URL, so it gets the vanity code instead. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Normalises every RomM Discord link to the short vanity form, including the social link in mkdocs.yml, so the docs use one spelling throughout. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Cloudzy ships RomM as a one-click marketplace image, so this adds an install guide alongside the other provider pages. It also closes out the leftovers from #136, which is now closed as superseded.
Cloudzy guide
/root/rommwith the app and MariaDB, embedded Valkey (no separate store container), and Caddy running on the host under systemd rather than in Docker.docker composefrom/root/romm./root/romm/.env, with Hasheous enabled out of the box.ROMM_BASE_URL, the Caddyfile site address, and the reload./root/romm/library/romsand/bios.Wired into
Navigation.mdand the "Pick your path" table ininstall/index.md, with a deploy button pointing at a cart link that preselects the RomM image and a 2 GB plan.Hostinger affiliate button
The affiliate link lived only in the README, so
install/hostinger.mdhad no way to send signups back to the project. This carries the button and the disclosure admonition over from #136 onto the merged page.Note for review
Cloudzy's marketplace page says "update
ROMM_BASE_URL" and then writes the line asBASE_URL=https://example.com. The container readsROMM_BASE_URL, so following their snippet literally leaves the public URL at its default. There's a tip callout about it in the page, and it's worth reporting upstream to them as well.The Cloudzy page has no screenshots and a thin install section, both because I don't have a Cloudzy account to walk the order flow. Happy for someone with one to fill those in.
Verification
trunk fmtandtrunk checkclean on every changed file.mkdocs buildrendersinstall/cloudzy/, copies both button SVGs, and resolves all internal links.--strictaborts only on pre-existingcairosvg/libcairofailures in the social-cards plugin, which is a local environment gap unrelated to this change.🤖 Generated with Claude Code