fix docs links (#2498)

* fix docs links

* forgot to save file

* fix docs links and small updates to ca wizard

* add downloaded filename

* fix skip detail
This commit is contained in:
Lucy
2023-11-06 19:24:15 -05:00
committed by GitHub
parent 6a399a7250
commit 733000eaa2
7 changed files with 26 additions and 17 deletions

View File

@@ -37,7 +37,7 @@
<p>
Download your server's Root CA and
<a
href="https://docs.start9.com/0.3.5.x/user-manual/getting-started/connecting-lan"
href="https://docs.start9.com/0.3.5.x/user-manual/connecting-lan"
target="_blank"
rel="noreferrer"
style="color: #6866cc; font-weight: bold; text-decoration: none"
@@ -104,7 +104,7 @@
<span style="font-weight: bold">Note:</span>
This address will only work from a Tor-enabled browser.
<a
href="https://docs.start9.com/0.3.5.x/user-manual/getting-started/connecting-tor"
href="https://docs.start9.com/0.3.5.x/user-manual/connecting-tor"
target="_blank"
rel="noreferrer"
style="color: #6866cc; font-weight: bold; text-decoration: none"

View File

@@ -76,7 +76,7 @@ export class SuccessPage {
try {
const ret = await this.api.complete()
if (!this.isKiosk) {
this.torAddress = ret['tor-address']
this.torAddress = ret['tor-address'].replace(/^https:/, 'http:')
this.lanAddress = ret['lan-address'].replace(/^https:/, 'http:')
this.cert = ret['root-ca']

View File

@@ -33,7 +33,7 @@
a folder on another computer that is connected to the same network
as your Start9 server. View the
<a
href="https://docs.start9.com/0.3.5.x/user-manual/backups/backup-create/#network-folder"
href="https://docs.start9.com/0.3.5.x/user-manual/backups/backup-create#network-folder"
target="_blank"
noreferrer
style="text-decoration: none"
@@ -109,7 +109,7 @@
a physical drive that is plugged directly into your Start9 Server.
View the
<a
href="https://docs.start9.com/0.3.5.x/user-manual/backups/backup-create/#physical-drive"
href="https://docs.start9.com/0.3.5.x/user-manual/backups/backup-create#physical-drive"
target="_blank"
noreferrer
style="text-decoration: none"

View File

@@ -9,6 +9,13 @@
device you use to connect to your server.
</p>
<ol>
<li>
<b>Bookmark this page</b>
- Save this page so you can access it later. You can also find the
address in the
<code>StartOS-info.html</code>
file downloaded at the end of initial setup.
</li>
<li>
<b>Download your server's Root CA</b>
- Your server uses its Root CA to generate SSL/TLS certificates for
@@ -37,7 +44,7 @@
size="small"
shape="round"
color="primary"
href="https://docs.start9.com/0.3.5.x/user-manual/getting-started/trust-ca/#trust-root-ca"
href="https://docs.start9.com/0.3.5.x/user-manual/trust-ca#establishing-trust"
target="_blank"
noreferrer
>
@@ -47,9 +54,8 @@
</li>
<li>
<b>Test</b>
- If refreshing the page does not work, you may need to quit the
browser and re-open.
<i>Tip: before quitting, bookmark this page or copy the URL.</i>
- Refresh the page. If refreshing the page does not work, you may need
to quit and re-open your browser, then revisit this page.
<br />
<ion-button
strong
@@ -63,15 +69,11 @@
</ion-button>
</li>
</ol>
<ion-button
style="--padding-start: 0"
fill="clear"
(click)="launchHttps()"
[disabled]="caTrusted"
>
<ion-button fill="clear" (click)="launchHttps()" [disabled]="caTrusted">
Skip
<ion-icon slot="end" name="open-outline"></ion-icon>
</ion-button>
<span class="skip_detail">(not recommended)</span>
</ion-card>
</ng-container>

View File

@@ -63,6 +63,13 @@ ol {
font-size: 64px;
}
.skip_detail {
display: block;
font-size: 0.8rem;
margin-top: -13px;
padding-bottom: 0.5rem;
}
@media (max-width: 700px) {
#trusted, #untrusted {
max-width: 100%;

View File

@@ -14,7 +14,7 @@
<p style="font-weight: 600">
Tor is faster over https. Your Root CA must be trusted.
<a
href="https://docs.start9.com/0.3.5.x/user-manual/getting-started/trust-ca/#trust-root-ca"
href="https://docs.start9.com/0.3.5.x/user-manual/trust-ca"
target="_blank"
noreferrer
style="color: black"

View File

@@ -15,7 +15,7 @@
<h2>
For a secure local connection and faster Tor experience,
<a
href="https://docs.start9.com/0.3.5.x/user-manual/getting-started/connecting-lan"
href="https://docs.start9.com/0.3.5.x/user-manual/connecting-lan"
target="_blank"
rel="noreferrer"
>