mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
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:
@@ -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"
|
||||||
|
|||||||
@@ -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']
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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%;
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user