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> <p>
Download your server's Root CA and Download your server's Root CA and
<a <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" target="_blank"
rel="noreferrer" rel="noreferrer"
style="color: #6866cc; font-weight: bold; text-decoration: none" style="color: #6866cc; font-weight: bold; text-decoration: none"
@@ -104,7 +104,7 @@
<span style="font-weight: bold">Note:</span> <span style="font-weight: bold">Note:</span>
This address will only work from a Tor-enabled browser. This address will only work from a Tor-enabled browser.
<a <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" target="_blank"
rel="noreferrer" rel="noreferrer"
style="color: #6866cc; font-weight: bold; text-decoration: none" style="color: #6866cc; font-weight: bold; text-decoration: none"

View File

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

View File

@@ -33,7 +33,7 @@
a folder on another computer that is connected to the same network a folder on another computer that is connected to the same network
as your Start9 server. View the as your Start9 server. View the
<a <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" target="_blank"
noreferrer noreferrer
style="text-decoration: none" style="text-decoration: none"
@@ -109,7 +109,7 @@
a physical drive that is plugged directly into your Start9 Server. a physical drive that is plugged directly into your Start9 Server.
View the View the
<a <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" target="_blank"
noreferrer noreferrer
style="text-decoration: none" style="text-decoration: none"

View File

@@ -9,6 +9,13 @@
device you use to connect to your server. device you use to connect to your server.
</p> </p>
<ol> <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> <li>
<b>Download your server's Root CA</b> <b>Download your server's Root CA</b>
- Your server uses its Root CA to generate SSL/TLS certificates for - Your server uses its Root CA to generate SSL/TLS certificates for
@@ -37,7 +44,7 @@
size="small" size="small"
shape="round" shape="round"
color="primary" 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" target="_blank"
noreferrer noreferrer
> >
@@ -47,9 +54,8 @@
</li> </li>
<li> <li>
<b>Test</b> <b>Test</b>
- If refreshing the page does not work, you may need to quit the - Refresh the page. If refreshing the page does not work, you may need
browser and re-open. to quit and re-open your browser, then revisit this page.
<i>Tip: before quitting, bookmark this page or copy the URL.</i>
<br /> <br />
<ion-button <ion-button
strong strong
@@ -63,15 +69,11 @@
</ion-button> </ion-button>
</li> </li>
</ol> </ol>
<ion-button <ion-button fill="clear" (click)="launchHttps()" [disabled]="caTrusted">
style="--padding-start: 0"
fill="clear"
(click)="launchHttps()"
[disabled]="caTrusted"
>
Skip Skip
<ion-icon slot="end" name="open-outline"></ion-icon> <ion-icon slot="end" name="open-outline"></ion-icon>
</ion-button> </ion-button>
<span class="skip_detail">(not recommended)</span>
</ion-card> </ion-card>
</ng-container> </ng-container>

View File

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

View File

@@ -14,7 +14,7 @@
<p style="font-weight: 600"> <p style="font-weight: 600">
Tor is faster over https. Your Root CA must be trusted. Tor is faster over https. Your Root CA must be trusted.
<a <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" target="_blank"
noreferrer noreferrer
style="color: black" style="color: black"

View File

@@ -15,7 +15,7 @@
<h2> <h2>
For a secure local connection and faster Tor experience, For a secure local connection and faster Tor experience,
<a <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" target="_blank"
rel="noreferrer" rel="noreferrer"
> >