storj/storj: more domain changes
Change-Id: I643c38bdae6dc26c9346147d80a83ae9dde2eeae
This commit is contained in:
parent
d7488924cc
commit
35d8a840d3
@ -4,8 +4,8 @@ Design docs are now known as blueprints. We do not intend to keep blueprints up
|
|||||||
the implementation has been completed. The final step of a blueprint is to update documentation
|
the implementation has been completed. The final step of a blueprint is to update documentation
|
||||||
elsewhere, such as:
|
elsewhere, such as:
|
||||||
* https://github.com/storj/docs
|
* https://github.com/storj/docs
|
||||||
* https://documentation.storj.io
|
* https://docs.storj.io/node
|
||||||
* https://documentation.tardigrade.io
|
* https://docs.storj.io
|
||||||
* https://pkg.go.dev/storj.io/uplink
|
* https://pkg.go.dev/storj.io/uplink
|
||||||
* Other godoc documentation, etc.
|
* Other godoc documentation, etc.
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
<Control Id="IdentityChangeFolder" Type="PushButton" X="20" Y="120" Width="56" Height="17" Text="Browse..." />
|
<Control Id="IdentityChangeFolder" Type="PushButton" X="20" Y="120" Width="56" Height="17" Text="Browse..." />
|
||||||
<Control Id="IdentityFolderDesc" Type="Text" X="20" Y="150" Width="320" Height="30" NoPrefix="yes" Text="Select the location of your identity files. You can copy the absolute path from the output of the identity command you ran earlier." />
|
<Control Id="IdentityFolderDesc" Type="Text" X="20" Y="150" Width="320" Height="30" NoPrefix="yes" Text="Select the location of your identity files. You can copy the absolute path from the output of the identity command you ran earlier." />
|
||||||
<Control Id="IdentityHowto" Type="Hyperlink" X="20" Y="180" Width="320" Height="16">
|
<Control Id="IdentityHowto" Type="Hyperlink" X="20" Y="180" Width="320" Height="16">
|
||||||
<Text><![CDATA[<a href="https://documentation.storj.io/dependencies/identity">Learn how to generate an identity for your storage node.</a>]]></Text>
|
<Text><![CDATA[<a href="https://docs.storj.io/node/dependencies/identity">Learn how to generate an identity for your storage node.</a>]]></Text>
|
||||||
</Control>
|
</Control>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</UI>
|
</UI>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
<Control Id="PublicAddress" Type="Edit" Property="STORJ_PUBLIC_ADDRESS" X="20" Y="100" Width="320" Height="18" />
|
<Control Id="PublicAddress" Type="Edit" Property="STORJ_PUBLIC_ADDRESS" X="20" Y="100" Width="320" Height="18" />
|
||||||
<Control Id="PublicAddressDesc" Type="Text" X="20" Y="150" Width="320" Height="32" NoPrefix="yes" Text="The storage node will listen for requests on port 28967. You must configure your router to make this port available for public access. When ready, enter the external IP address or the DDNS you configured and the port you opened on your router." />
|
<Control Id="PublicAddressDesc" Type="Text" X="20" Y="150" Width="320" Height="32" NoPrefix="yes" Text="The storage node will listen for requests on port 28967. You must configure your router to make this port available for public access. When ready, enter the external IP address or the DDNS you configured and the port you opened on your router." />
|
||||||
<Control Id="PublicAddressHowto" Type="Hyperlink" X="20" Y="190" Width="320" Height="16">
|
<Control Id="PublicAddressHowto" Type="Hyperlink" X="20" Y="190" Width="320" Height="16">
|
||||||
<Text><![CDATA[<a href="https://documentation.storj.io/dependencies/port-forwarding">Learn how to setup Port Forwarding.</a>]]></Text>
|
<Text><![CDATA[<a href="https://docs.storj.io/node/dependencies/port-forwarding">Learn how to setup Port Forwarding.</a>]]></Text>
|
||||||
</Control>
|
</Control>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</UI>
|
</UI>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
<Condition Action="hide">Installed AND PATCH</Condition>
|
<Condition Action="hide">Installed AND PATCH</Condition>
|
||||||
</Control>
|
</Control>
|
||||||
<Control Id="LearnMoreLink" Type="Hyperlink" X="135" Y="181" Width="320" Height="16">
|
<Control Id="LearnMoreLink" Type="Hyperlink" X="135" Y="181" Width="320" Height="16">
|
||||||
<Text><![CDATA[<a href="https://documentation.storj.io/setup/gui-windows">Learn more</a>]]></Text>
|
<Text><![CDATA[<a href="https://docs.storj.io/node/setup/gui-windows">Learn more</a>]]></Text>
|
||||||
<Condition Action="show">NOT Installed OR NOT PATCH</Condition>
|
<Condition Action="show">NOT Installed OR NOT PATCH</Condition>
|
||||||
<Condition Action="hide">Installed AND PATCH</Condition>
|
<Condition Action="hide">Installed AND PATCH</Condition>
|
||||||
</Control>
|
</Control>
|
||||||
|
@ -77,7 +77,7 @@ type Config struct {
|
|||||||
TermsAndConditionsURL string `help:"url link to terms and conditions page" default:"https://storj.io/storage-sla/"`
|
TermsAndConditionsURL string `help:"url link to terms and conditions page" default:"https://storj.io/storage-sla/"`
|
||||||
AccountActivationRedirectURL string `help:"url link for account activation redirect" default:""`
|
AccountActivationRedirectURL string `help:"url link for account activation redirect" default:""`
|
||||||
VerificationPageURL string `help:"url link to sign up verification page" devDefault:"" releaseDefault:"https://tardigrade.io/verify"`
|
VerificationPageURL string `help:"url link to sign up verification page" devDefault:"" releaseDefault:"https://tardigrade.io/verify"`
|
||||||
PartneredSatelliteNames string `help:"names of partnered satellites" default:"US-Central-1,Europe-West-1,Asia-East-1"`
|
PartneredSatelliteNames string `help:"names of partnered satellites" default:"US1,EU1,AP1"`
|
||||||
GeneralRequestURL string `help:"url link to general request page" default:"https://supportdcs.storj.io/hc/en-us/requests/new?ticket_form_id=360000379291"`
|
GeneralRequestURL string `help:"url link to general request page" default:"https://supportdcs.storj.io/hc/en-us/requests/new?ticket_form_id=360000379291"`
|
||||||
ProjectLimitsIncreaseRequestURL string `help:"url link to project limit increase request page" default:"https://supportdcs.storj.io/hc/en-us/requests/new?ticket_form_id=360000683212"`
|
ProjectLimitsIncreaseRequestURL string `help:"url link to project limit increase request page" default:"https://supportdcs.storj.io/hc/en-us/requests/new?ticket_form_id=360000683212"`
|
||||||
GatewayCredentialsRequestURL string `help:"url link for gateway credentials requests" default:"https://auth.us1.storjshare.io"`
|
GatewayCredentialsRequestURL string `help:"url link for gateway credentials requests" default:"https://auth.us1.storjshare.io"`
|
||||||
|
@ -900,7 +900,7 @@ func (service *Service) CreateInvoices(ctx context.Context, period time.Time) (e
|
|||||||
func (service *Service) createInvoice(ctx context.Context, cusID string, period time.Time) (err error) {
|
func (service *Service) createInvoice(ctx context.Context, cusID string, period time.Time) (err error) {
|
||||||
defer mon.Task()(&ctx)(&err)
|
defer mon.Task()(&ctx)(&err)
|
||||||
|
|
||||||
description := fmt.Sprintf("Tardigrade Cloud Storage for %s %d", period.Month(), period.Year())
|
description := fmt.Sprintf("Storj DCS Cloud Storage for %s %d", period.Month(), period.Year())
|
||||||
|
|
||||||
_, err = service.stripeClient.Invoices().New(
|
_, err = service.stripeClient.Invoices().New(
|
||||||
&stripe.InvoiceParams{
|
&stripe.InvoiceParams{
|
||||||
|
2
scripts/testdata/satellite-config.yaml.lock
vendored
2
scripts/testdata/satellite-config.yaml.lock
vendored
@ -131,7 +131,7 @@ compensation.withheld-percents: 75,75,75,50,50,50,25,25,25,0,0,0,0,0,0
|
|||||||
# console.open-registration-enabled: false
|
# console.open-registration-enabled: false
|
||||||
|
|
||||||
# names of partnered satellites
|
# names of partnered satellites
|
||||||
# console.partnered-satellite-names: US-Central-1,Europe-West-1,Asia-East-1
|
# console.partnered-satellite-names: US1,EU1,AP1
|
||||||
|
|
||||||
# indicates if the overview onboarding step should render with pathways
|
# indicates if the overview onboarding step should render with pathways
|
||||||
# console.pathway-overview-enabled: true
|
# console.pathway-overview-enabled: true
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
height="48px"
|
height="48px"
|
||||||
:on-press="onDoneClick"
|
:on-press="onDoneClick"
|
||||||
/>
|
/>
|
||||||
<a class="cli-container__docs-link" href="https://documentation.storj.io/" target="_blank" rel="noopener noreferrer">
|
<a class="cli-container__docs-link" href="https://docs.storj.io/node/" target="_blank" rel="noopener noreferrer">
|
||||||
Visit the Docs
|
Visit the Docs
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ValidationMessage
|
<ValidationMessage
|
||||||
class="add-coupon__valid-message"
|
class="add-coupon__valid-message"
|
||||||
successMessage="Get 50GB free and start using Tardigrade today."
|
successMessage="Get 50GB free and start using Storj DCS today."
|
||||||
errorMessage="Invalid code. Please Try again"
|
errorMessage="Invalid code. Please Try again"
|
||||||
:isValid="isCodeValid"
|
:isValid="isCodeValid"
|
||||||
:showMessage="showValidationMessage"
|
:showMessage="showValidationMessage"
|
||||||
|
@ -32,7 +32,7 @@ export default class ResourcesDropdown extends Vue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public onDocsIconClick(): void {
|
public onDocsIconClick(): void {
|
||||||
this.analytics.linkEventTriggered(AnalyticsEvent.EXTERNAL_LINK_CLICKED, 'https://documentation.storj.io');
|
this.analytics.linkEventTriggered(AnalyticsEvent.EXTERNAL_LINK_CLICKED, 'https://docs.storj.io/node');
|
||||||
}
|
}
|
||||||
|
|
||||||
public onCommunityIconClick(): void {
|
public onCommunityIconClick(): void {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="resources-dropdown">
|
<div class="resources-dropdown">
|
||||||
<a
|
<a
|
||||||
class="resources-dropdown__item-container"
|
class="resources-dropdown__item-container"
|
||||||
href="https://documentation.storj.io"
|
href="https://docs.storj.io/node"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
@click="onDocsIconClick"
|
@click="onDocsIconClick"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<div class="tour-area">
|
<div class="tour-area">
|
||||||
<div class="tour-area__info-bar" v-show="isInfoBarVisible && isPaywallEnabled">
|
<div class="tour-area__info-bar" v-show="isInfoBarVisible && isPaywallEnabled">
|
||||||
<div class="tour-area__info-bar__message">
|
<div class="tour-area__info-bar__message">
|
||||||
<b class="tour-area__info-bar__message__bold">Try Tardigrade with 50 GB Free after adding a payment method.</b>
|
<b class="tour-area__info-bar__message__bold">Try Storj DCS with 50 GB Free after adding a payment method.</b>
|
||||||
<p class="tour-area__info-bar__message__regular"> Cancel before your credit runs out and you’ll never be billed.</p>
|
<p class="tour-area__info-bar__message__regular"> Cancel before your credit runs out and you’ll never be billed.</p>
|
||||||
</div>
|
</div>
|
||||||
<CloseImage class="tour-area__info-bar__close-img" @click="disableInfoBar"/>
|
<CloseImage class="tour-area__info-bar__close-img" @click="disableInfoBar"/>
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
<div class="verifying-step__buttons-area">
|
<div class="verifying-step__buttons-area">
|
||||||
<a
|
<a
|
||||||
class="verifying-step__buttons-area__how-to-button"
|
class="verifying-step__buttons-area__how-to-button"
|
||||||
href="https://documentation.storj.io"
|
href="https://docs.storj.io/node"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<h2 class="no-buckets-area__message">Create your first bucket to get started.</h2>
|
<h2 class="no-buckets-area__message">Create your first bucket to get started.</h2>
|
||||||
<a
|
<a
|
||||||
class="no-buckets-area__first-button"
|
class="no-buckets-area__first-button"
|
||||||
href="https://documentation.tardigrade.io/api-reference/uplink-cli"
|
href="https://docs.storj.io/api-reference/uplink-cli"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
@ -15,7 +15,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
class="no-buckets-area__second-button"
|
class="no-buckets-area__second-button"
|
||||||
href="https://documentation.tardigrade.io/"
|
href="https://docs.storj.io/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
exports[`OnboardingTourArea.vue renders correctly 1`] = `
|
exports[`OnboardingTourArea.vue renders correctly 1`] = `
|
||||||
<div class="tour-area">
|
<div class="tour-area">
|
||||||
<div class="tour-area__info-bar">
|
<div class="tour-area__info-bar">
|
||||||
<div class="tour-area__info-bar__message"><b class="tour-area__info-bar__message__bold">Try Tardigrade with 50 GB Free after adding a payment method.</b>
|
<div class="tour-area__info-bar__message"><b class="tour-area__info-bar__message__bold">Try Storj DCS with 50 GB Free after adding a payment method.</b>
|
||||||
<p class="tour-area__info-bar__message__regular"> Cancel before your credit runs out and you’ll never be billed.</p>
|
<p class="tour-area__info-bar__message__regular"> Cancel before your credit runs out and you’ll never be billed.</p>
|
||||||
</div>
|
</div>
|
||||||
<closeimage-stub class="tour-area__info-bar__close-img"></closeimage-stub>
|
<closeimage-stub class="tour-area__info-bar__close-img"></closeimage-stub>
|
||||||
|
@ -7,7 +7,7 @@ exports[`VerifyingStep.vue renders correctly 1`] = `
|
|||||||
Verification may take up to a few hours. In the meantime, see how easy it is to get started visiting
|
Verification may take up to a few hours. In the meantime, see how easy it is to get started visiting
|
||||||
documentation page, or check coin payment status.
|
documentation page, or check coin payment status.
|
||||||
</span>
|
</span>
|
||||||
<div class="verifying-step__buttons-area"><a href="https://documentation.storj.io" target="_blank" rel="noopener noreferrer" class="verifying-step__buttons-area__how-to-button">
|
<div class="verifying-step__buttons-area"><a href="https://docs.storj.io/node" target="_blank" rel="noopener noreferrer" class="verifying-step__buttons-area__how-to-button">
|
||||||
Documentation
|
Documentation
|
||||||
</a> <a href="test" target="_blank" rel="noopener noreferrer" class="verifying-step__buttons-area__community-button">
|
</a> <a href="test" target="_blank" rel="noopener noreferrer" class="verifying-step__buttons-area__community-button">
|
||||||
Coin Payment Status
|
Coin Payment Status
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
exports[`NoBucketsArea.vue renders correctly 1`] = `
|
exports[`NoBucketsArea.vue renders correctly 1`] = `
|
||||||
<div class="no-buckets-area"><img src="@/../static/images/buckets/bucket.png" alt="bucket image" class="no-buckets-area__image">
|
<div class="no-buckets-area"><img src="@/../static/images/buckets/bucket.png" alt="bucket image" class="no-buckets-area__image">
|
||||||
<h2 class="no-buckets-area__message">Create your first bucket to get started.</h2> <a href="https://documentation.tardigrade.io/api-reference/uplink-cli" target="_blank" rel="noopener noreferrer" class="no-buckets-area__first-button">
|
<h2 class="no-buckets-area__message">Create your first bucket to get started.</h2> <a href="https://docs.storj.io/api-reference/uplink-cli" target="_blank" rel="noopener noreferrer" class="no-buckets-area__first-button">
|
||||||
Get Started
|
Get Started
|
||||||
</a> <a href="https://documentation.tardigrade.io/" target="_blank" rel="noopener noreferrer" class="no-buckets-area__second-button">
|
</a> <a href="https://docs.storj.io/" target="_blank" rel="noopener noreferrer" class="no-buckets-area__second-button">
|
||||||
Visit the Docs
|
Visit the Docs
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
Learn more about held back
|
Learn more about held back
|
||||||
<a
|
<a
|
||||||
class="additional-text__link"
|
class="additional-text__link"
|
||||||
href="https://documentation.storj.io/resources/faq/held-back-amount"
|
href="https://docs.storj.io/node/resources/faq/held-back-amount"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user