mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Fix links in UI to point to new website (#1249)
* Fix links in UI to point to new website * Typo * Update README.md * Update success.page.html * Update app.component.ts * Update backup-drives.component.html * Update lan.page.html
This commit is contained in:
@@ -76,7 +76,7 @@ Depending on how large the project is, you may want to outsource the questioning
|
|||||||
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
|
A good bug report shouldn't leave others needing to chase you up for more information. Therefore, we ask you to investigate carefully, collect information and describe the issue in detail in your report. Please complete the following steps in advance to help us fix any potential bug as fast as possible.
|
||||||
|
|
||||||
- Make sure that you are using the latest version.
|
- Make sure that you are using the latest version.
|
||||||
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://docs.start9.com). If you are looking for support, you might want to check [this section](#i-have-a-question)).
|
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://start9.com/latest/user-manual). If you are looking for support, you might want to check [this section](#i-have-a-question)).
|
||||||
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/Start9Labs/embassy-os/issues?q=label%3Abug).
|
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/Start9Labs/embassy-os/issues?q=label%3Abug).
|
||||||
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
|
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
|
||||||
- Collect information about the bug:
|
- Collect information about the bug:
|
||||||
@@ -94,7 +94,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
|
|||||||
|
|
||||||
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
|
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
|
||||||
|
|
||||||
- Open an [Issue](https://github.com/Start9Labs/embassy-os/issues/new/choose) selecting the appropriate type.
|
- Open an [Issue](https://github.com/Start9Labs/embassy-os/issues/new/choose) selecting the appropriate type.
|
||||||
- Explain the behavior you would expect and the actual behavior.
|
- Explain the behavior you would expect and the actual behavior.
|
||||||
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
|
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
|
||||||
- Provide the information you collected in the previous section.
|
- Provide the information you collected in the previous section.
|
||||||
@@ -116,7 +116,7 @@ This section guides you through submitting an enhancement suggestion for Embassy
|
|||||||
#### Before Submitting an Enhancement
|
#### Before Submitting an Enhancement
|
||||||
|
|
||||||
- Make sure that you are using the latest version.
|
- Make sure that you are using the latest version.
|
||||||
- Read the [documentation](https://docs.start9.com) carefully and find out if the functionality is already covered, maybe by an individual configuration.
|
- Read the [documentation](https://start9.com/latest/user-manual) carefully and find out if the functionality is already covered, maybe by an individual configuration.
|
||||||
- Perform a [search](https://github.com/Start9Labs/embassy-os/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
|
- Perform a [search](https://github.com/Start9Labs/embassy-os/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
|
||||||
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
|
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
|
||||||
|
|
||||||
@@ -136,9 +136,9 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/Start9
|
|||||||
### Project Structure
|
### Project Structure
|
||||||
EmbassyOS is composed of the following components. Please visit the README for each component to understand the dependency requirements and installation instructions.
|
EmbassyOS is composed of the following components. Please visit the README for each component to understand the dependency requirements and installation instructions.
|
||||||
- [`ui`](ui/README.md) (Typescript Ionic Angular) is the code that is deployed to the browser to provide the user interface for EmbassyOS.
|
- [`ui`](ui/README.md) (Typescript Ionic Angular) is the code that is deployed to the browser to provide the user interface for EmbassyOS.
|
||||||
- [`backend`] (backend/README.md) (Rust) is a command line utility, daemon, and software development kit that sets up and manages services and their environments, provides the interface for the ui, manages system state, and provides utilities for packaging services for EmbassyOS.
|
- [`backend`] (backend/README.md) (Rust) is a command line utility, daemon, and software development kit that sets up and manages services and their environments, provides the interface for the ui, manages system state, and provides utilities for packaging services for EmbassyOS.
|
||||||
- `patch-db` - A diff based data store that is used to synchronize data between the front and backend.
|
- `patch-db` - A diff based data store that is used to synchronize data between the front and backend.
|
||||||
- Notably, `patch-db` has a [client](patch-db/client/README.md) with its own dependency and installation requirements.
|
- Notably, `patch-db` has a [client](patch-db/client/README.md) with its own dependency and installation requirements.
|
||||||
- `rpc-toolkit` - A library for generating an rpc server with cli bindings from Rust functions.
|
- `rpc-toolkit` - A library for generating an rpc server with cli bindings from Rust functions.
|
||||||
- `system-images` - (Docker, Rust) A suite of utility Docker images that are preloaded with EmbassyOS to assist with functions relating to services (eg. configuration, backups, health checks).
|
- `system-images` - (Docker, Rust) A suite of utility Docker images that are preloaded with EmbassyOS to assist with functions relating to services (eg. configuration, backups, health checks).
|
||||||
- [`setup-wizard`] (ui/README.md)- Code for the user interface that is displayed during the setup and recovery process for EmbassyOS.
|
- [`setup-wizard`] (ui/README.md)- Code for the user interface that is displayed during the setup and recovery process for EmbassyOS.
|
||||||
@@ -168,7 +168,7 @@ This step is for setting up an environment in which to test your code changes if
|
|||||||
- run `make` from the project root
|
- run `make` from the project root
|
||||||
|
|
||||||
### Improving The Documentation
|
### Improving The Documentation
|
||||||
You can find the repository for Start9's documentation [here](https://github.com/Start9Labs/documentation). If there is something you would like to see added, let us know, or create an issue yourself. Welcome are contributions for lacking or incorrect information, broken links, requested additions, or general style improvements.
|
You can find the repository for Start9's documentation [here](https://github.com/Start9Labs/documentation). If there is something you would like to see added, let us know, or create an issue yourself. Welcome are contributions for lacking or incorrect information, broken links, requested additions, or general style improvements.
|
||||||
|
|
||||||
Contributions in the form of setup guides for integrations with external applications are highly encouraged. If you struggled through a process and would like to share your steps with others, check out the docs for each [service](https://github.com/Start9Labs/documentation/blob/master/source/user-manuals/available-services/index.rst) we support. The wrapper repos contain sections for adding integration guides, such as this [one](https://github.com/Start9Labs/bitcoind-wrapper/tree/master/docs). These not only help out others in the community, but inform how we can create a more seamless and intuitive experience.
|
Contributions in the form of setup guides for integrations with external applications are highly encouraged. If you struggled through a process and would like to share your steps with others, check out the docs for each [service](https://github.com/Start9Labs/documentation/blob/master/source/user-manuals/available-services/index.rst) we support. The wrapper repos contain sections for adding integration guides, such as this [one](https://github.com/Start9Labs/bitcoind-wrapper/tree/master/docs). These not only help out others in the community, but inform how we can create a more seamless and intuitive experience.
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ While not as convenient as buying an Embassy, this option is easier than you mig
|
|||||||
1. You prefer not to divulge your physical address.
|
1. You prefer not to divulge your physical address.
|
||||||
1. You just like building things.
|
1. You just like building things.
|
||||||
|
|
||||||
To pursue this option, follow this [guide](https://docs.start9.com/getting-started/diy.html).
|
To pursue this option, follow this [guide](https://start9.com/latest/diy).
|
||||||
|
|
||||||
### :hammer_and_wrench: Build EmbassyOS from Source
|
### :hammer_and_wrench: Build EmbassyOS from Source
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ printf " %s (%s %s)\n" "$(uname -o)" "$(uname -r)" "$(uname -m)"
|
|||||||
printf " $(embassy-cli --version | sed 's/Embassy CLI /EmbassyOS v/g') - $(embassy-cli git-info)\n"
|
printf " $(embassy-cli --version | sed 's/Embassy CLI /EmbassyOS v/g') - $(embassy-cli git-info)\n"
|
||||||
|
|
||||||
printf "\n"
|
printf "\n"
|
||||||
printf " * Documentation: https://docs.start9.com\n"
|
printf " * Documentation: https://start9.com\n"
|
||||||
printf " * Management: https://%s.local\n" "$(hostname)"
|
printf " * Management: https://%s.local\n" "$(hostname)"
|
||||||
printf " * Support: https://t.me/start9_labs\n"
|
printf " * Support: https://t.me/start9_labs\n"
|
||||||
printf "\n"
|
printf "\n"
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
backup, since it works with all Embassy hardware configurations.
|
backup, since it works with all Embassy hardware configurations.
|
||||||
View the
|
View the
|
||||||
<a
|
<a
|
||||||
href="https://docs.start9.com/user-manual/general/backups.html#lan-backups"
|
href="https://start9.com/latest/user-manual/backups/backup-restore"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
noreferrer
|
noreferrer
|
||||||
>instructions</a
|
>instructions</a
|
||||||
@@ -59,7 +59,7 @@
|
|||||||
lead to power failure and data corruption. To recover from a
|
lead to power failure and data corruption. To recover from a
|
||||||
physical drive, please follow the
|
physical drive, please follow the
|
||||||
<a
|
<a
|
||||||
href="https://docs.start9.com/user-manual/general/backups.html#physical-drive"
|
href="https://start9.com/latest/user-manual/backups/backup-restore"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
noreferrer
|
noreferrer
|
||||||
>instructions</a
|
>instructions</a
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
<div class="ion-padding ion-text-start">
|
<div class="ion-padding ion-text-start">
|
||||||
<p>
|
<p>
|
||||||
To use your Embassy over Tor, visit its unique Tor address from any Tor-enabled browser.
|
To use your Embassy over Tor, visit its unique Tor address from any Tor-enabled browser.
|
||||||
For a list of recommended browsers, click <a href="https://docs.start9.com/user-manual/connecting.html" target="_blank" rel="noreferrer"><b>here</b></a>.
|
For a list of recommended browsers, click <a href="https://start9.com/latest/user-manual/connecting" target="_blank" rel="noreferrer"><b>here</b></a>.
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<p>Tor Address</p>
|
<p>Tor Address</p>
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
<div style="padding-bottom: 24px; border-bottom: solid 1px;"></div>
|
<div style="padding-bottom: 24px; border-bottom: solid 1px;"></div>
|
||||||
<br />
|
<br />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- LAN Instructions -->
|
<!-- LAN Instructions -->
|
||||||
<div (click)="toggleLan()" class="toggle-label">
|
<div (click)="toggleLan()" class="toggle-label">
|
||||||
<h2>LAN Instructions (Slightly Advanced):</h2>
|
<h2>LAN Instructions (Slightly Advanced):</h2>
|
||||||
@@ -76,12 +76,12 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<p>
|
<p>
|
||||||
For step-by-step instructions, click
|
For step-by-step instructions, click
|
||||||
<a href="https://docs.start9.com/user-manual/general/lan-setup.html" target="_blank" rel="noreferrer"><b>here</b></a>.
|
<a href="https://start9.com/latest/user-manual/connecting/connecting-lan" target="_blank" rel="noreferrer"><b>here</b></a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>Please note, once setup is complete, the embassy.local address will no longer connect to your Embassy.</b>
|
<b>Please note, once setup is complete, the embassy.local address will no longer connect to your Embassy.</b>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<ion-button style="margin-top: 24px; margin-bottom: 24px;" color="light" (click)="installCert()">
|
<ion-button style="margin-top: 24px; margin-bottom: 24px;" color="light" (click)="installCert()">
|
||||||
Download Root CA
|
Download Root CA
|
||||||
@@ -126,11 +126,11 @@
|
|||||||
To use your Embassy over Tor, visit its unique Tor address from any Tor-enabled browser.
|
To use your Embassy over Tor, visit its unique Tor address from any Tor-enabled browser.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For a list of recommended browsers, click <a href="https://docs.start9.com/user-manual/connecting.html" target="_blank" rel="noreferrer"><b>here</b></a>.
|
For a list of recommended browsers, click <a href="https://start9.com/latest/user-manual/connecting" target="_blank" rel="noreferrer"><b>here</b></a>.
|
||||||
</p>
|
</p>
|
||||||
<p><b>Tor Address: </b><code id="tor-addr"></code></p>
|
<p><b>Tor Address: </b><code id="tor-addr"></code></p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section style="padding: 16px; border: solid 1px; border-top: none;">
|
<section style="padding: 16px; border: solid 1px; border-top: none;">
|
||||||
<h2>LAN Info</h2>
|
<h2>LAN Info</h2>
|
||||||
<p>To use your Embassy locally, you must:</p>
|
<p>To use your Embassy locally, you must:</p>
|
||||||
@@ -141,9 +141,9 @@
|
|||||||
</ol>
|
</ol>
|
||||||
<p>
|
<p>
|
||||||
For step-by-step instructions, click
|
For step-by-step instructions, click
|
||||||
<a href="https://docs.start9.com/user-manual/general/lan-setup.html" target="_blank" rel="noreferrer"><b>here</b></a>.
|
<a href="https://start9.com/latest/user-manual/connecting/connecting-lan" target="_blank" rel="noreferrer"><b>here</b></a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div style="margin: 42px 0;">
|
<div style="margin: 42px 0;">
|
||||||
<a
|
<a
|
||||||
id="cert"
|
id="cert"
|
||||||
@@ -160,7 +160,7 @@
|
|||||||
Download Root CA
|
Download Root CA
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p><b>LAN Address: </b><code id="lan-addr"></code></p>
|
<p><b>LAN Address: </b><code id="lan-addr"></code></p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -332,12 +332,12 @@ export class AppComponent {
|
|||||||
case ConnectionFailure.Tor:
|
case ConnectionFailure.Tor:
|
||||||
message = 'Browser unable to connect over Tor.'
|
message = 'Browser unable to connect over Tor.'
|
||||||
link =
|
link =
|
||||||
'https://docs.start9.com/support/FAQ/troubleshooting.html#tor-failure'
|
'https://start9.com/latest/support/common-issues'
|
||||||
break
|
break
|
||||||
case ConnectionFailure.Lan:
|
case ConnectionFailure.Lan:
|
||||||
message = 'Embassy not found on Local Area Network.'
|
message = 'Embassy not found on Local Area Network.'
|
||||||
link =
|
link =
|
||||||
'https://docs.start9.com/support/FAQ/troubleshooting.html#lan-failure'
|
'https://start9.com/latest/support/common-issues'
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
await this.presentToastOffline(message, link)
|
await this.presentToastOffline(message, link)
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
LAN Shared Folders are the recommended way to create Embassy
|
LAN Shared Folders are the recommended way to create Embassy
|
||||||
backups. View the
|
backups. View the
|
||||||
<a
|
<a
|
||||||
href="https://docs.start9.com/user-manual/general/backups.html#lan-backups"
|
href="https://start9.com/latest/user-manual/backups/cifs-setup"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
noreferrer
|
noreferrer
|
||||||
>Instructions</a
|
>Instructions</a
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<h2>
|
<h2>
|
||||||
To backup to a physical drive, please follow the
|
To backup to a physical drive, please follow the
|
||||||
<a
|
<a
|
||||||
href="https://docs.start9.com/user-manual/general/backups.html#physical-drive"
|
href="https://start9.com/latest/user-manual/backups/backups-create/#backup-using-a-physical-drive"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
noreferrer
|
noreferrer
|
||||||
>instructions</a
|
>instructions</a
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<li>Be connected to the same Local Area Network (LAN) as your Embassy.</li>
|
<li>Be connected to the same Local Area Network (LAN) as your Embassy.</li>
|
||||||
<li>Download and trust your Embassy's SSL Certificate Authority (below).</li>
|
<li>Download and trust your Embassy's SSL Certificate Authority (below).</li>
|
||||||
</ol>
|
</ol>
|
||||||
View the full <a href="https://docs.start9.com/user-manual/general/lan-setup" target="_blank" rel="noreferrer">instructions</a>.
|
View the full <a href="https://start9.com/latest/user-manual/connecting/connecting-lan" target="_blank" rel="noreferrer">instructions</a>.
|
||||||
</h2>
|
</h2>
|
||||||
<ng-container *ngIf="lanDisabled">
|
<ng-container *ngIf="lanDisabled">
|
||||||
<br />
|
<br />
|
||||||
@@ -40,4 +40,4 @@
|
|||||||
<!-- hidden element for downloading cert -->
|
<!-- hidden element for downloading cert -->
|
||||||
<a id="install-cert" href="/public/eos/local.crt" download="Embassy Local CA.crt"></a>
|
<a id="install-cert" href="/public/eos/local.crt" download="Embassy Local CA.crt"></a>
|
||||||
|
|
||||||
</ion-content>
|
</ion-content>
|
||||||
|
|||||||
@@ -363,7 +363,7 @@ export class ServerShowPage {
|
|||||||
icon: 'map-outline',
|
icon: 'map-outline',
|
||||||
action: () =>
|
action: () =>
|
||||||
window.open(
|
window.open(
|
||||||
'https://docs.start9.com/user-manual/',
|
'https://start9.com/latest/user-manual/',
|
||||||
'_blank',
|
'_blank',
|
||||||
'noreferrer',
|
'noreferrer',
|
||||||
),
|
),
|
||||||
@@ -376,7 +376,7 @@ export class ServerShowPage {
|
|||||||
icon: 'chatbubbles-outline',
|
icon: 'chatbubbles-outline',
|
||||||
action: () =>
|
action: () =>
|
||||||
window.open(
|
window.open(
|
||||||
'https://docs.start9.com/support/contact/',
|
'https://start9.com/latest/support/contact/',
|
||||||
'_blank',
|
'_blank',
|
||||||
'noreferrer',
|
'noreferrer',
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import { GenericInputComponent, GenericInputOptions } from 'src/app/modals/gener
|
|||||||
export class SSHKeysPage {
|
export class SSHKeysPage {
|
||||||
loading = true
|
loading = true
|
||||||
sshKeys: SSHKey[] = []
|
sshKeys: SSHKey[] = []
|
||||||
readonly docsUrl = 'https://docs.start9.com/user-manual/general/developer-options/ssh-setup.html'
|
readonly docsUrl = 'https://start9.com/latest/user-manual/ssh'
|
||||||
|
|
||||||
constructor (
|
constructor (
|
||||||
private readonly loadingCtrl: LoadingController,
|
private readonly loadingCtrl: LoadingController,
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
Ethernet cable and move the device anywhere you want. Embassy will
|
Ethernet cable and move the device anywhere you want. Embassy will
|
||||||
automatically connect to available networks.
|
automatically connect to available networks.
|
||||||
<a
|
<a
|
||||||
href="https://docs.start9.com/user-manual/general/wifi.html"
|
href="https://start9.com/latest/user-manual/wifi"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>View instructions</a
|
>View instructions</a
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ export function getErrorMessage(
|
|||||||
|
|
||||||
if (!message) {
|
if (!message) {
|
||||||
message = 'Unknown Error.'
|
message = 'Unknown Error.'
|
||||||
link = 'https://docs.start9.com/support/FAQ/index.html'
|
link = 'https://start9.com/latest/support/FAQ'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (link) {
|
if (link) {
|
||||||
|
|||||||
Reference in New Issue
Block a user