feat: rebrand app metadata to Pinner S3 Server - #57
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
pcfreak30
force-pushed
the
feat/app-metadata-pinner-s3
branch
from
July 21, 2026 09:09
5e25bd2 to
c70436f
Compare
This comment has been minimized.
This comment has been minimized.
pcfreak30
force-pushed
the
feat/app-metadata-pinner-s3
branch
from
July 21, 2026 09:10
c70436f to
ae3b824
Compare
- Rename app name from "S3d" / "s3-server-panel" to "Pinner S3 Server"
- Update GitHub URL from SiaFoundation/s3d to LumeWeb/s3-server
- Introduce backend.SiaAppMetadata() as single source of truth
- Consume it in factory.go, manager.go, and onboarding.go
- AppID left unchanged (types.HashBytes([]byte("s3d")))
pcfreak30
force-pushed
the
feat/app-metadata-pinner-s3
branch
from
July 21, 2026 09:13
ae3b824 to
456dea8
Compare
Kody Review CompleteGreat news! 🎉 Keep up the excellent work! 🚀 Kody Guide: Usage and ConfigurationInteracting with Kody
Current Kody ConfigurationReview OptionsThe following review options are enabled or disabled:
|
Docker image for testingPull the image for this PR: docker pull ghcr.io/lumeweb/s3-server:sha-25b114fOr use in docker-compose: services:
s3-server:
image: ghcr.io/lumeweb/s3-server:sha-25b114f
|
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.
Update Sia app metadata to reflect the Pinner S3 Server branding and LumeWeb GitHub org. The `s3d` app ID is intentionally preserved to avoid breaking existing registrations.
Changes:
This pull request rebrands the application's metadata to Pinner S3 Server and centralizes how that metadata is defined and consumed across the service.
Changes:
SiaAppMetadata(), that returns the app's registration metadata for the Sia storage SDK."S3d"/"s3-server-panel"to"Pinner S3 Server".Siafoundation/s3drepository to theLumeWeb/s3-serverrepository.SiaAppMetadata()function.Functional impact: