You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-17Lines changed: 7 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,18 @@ It includes a preconfigured dashboard for monitoring your Bitaxes. This package
9
9
10
10
This repository creates the `s9pk` package that is installed to run AxeOS Monitor on [StartOS](https://github.com/Start9Labs/start-os/). Learn more about service packaging in the [Developer Docs](https://start9.com/latest/developer-docs/).
Install the system dependencies below to build this project by following the instructions in the provided links. You can also find detailed steps to setup your environment in the service packaging [documentation](https://docs.start9.com/latest/developer-docs/packaging#development-environment).
@@ -37,21 +39,9 @@ To build the service as a universal package, run the following command:
37
39
make
38
40
```
39
41
40
-
Alternatively the package can be built for individual architectures by specifying the architecture as follows:
41
-
42
-
```
43
-
make x86
44
-
```
45
-
46
-
or
47
-
48
-
```
49
-
make arm
50
-
```
51
-
52
42
## Installing (on StartOS)
53
43
54
-
Before installation, define `host: https://server-name.local` in your `~/.embassy/config.yaml` config file then run the following commands to determine successful install:
44
+
Before installation, define `host: https://server-name.local` in your `~/.startos/config.yaml` config file then run the following commands to determine successful install:
55
45
56
46
> Change server-name.local to your Start9 server address
57
47
@@ -61,7 +51,7 @@ start-cli auth login
61
51
make install
62
52
```
63
53
64
-
**Tip:** You can also install the axeos-monitor-aio-startos.s9pk by sideloading it under the **StartOS > System > Sideload a Service** section.
54
+
**Tip:** You can also install the axeos-monitor-aio.s9pk by sideloading it under the **StartOS > System > Sideload a Service** section.
Copy file name to clipboardExpand all lines: instructions.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,15 @@
2
2
3
3
The default username/password is 'admin/admin'. You will be asked to change this password when you first login.
4
4
**Save this password in your password manager, you will not be able to recover it.**
5
+
6
+
# Customize the default Dashboard
7
+
8
+
AxeOS Monitor comes with a default dashboard that already has some useful widgets. You can customize this dashboard by adding or removing widgets, or by creating your own custom widgets.
9
+
10
+
Note that the default dashboard cannot be saved and serves as a template for creating your own dashboards. This default dashboard will be reset and overwritten when you upgrade or reinstall AxeOS Monitor.
11
+
12
+
If you want to customize the default dashboard, you should save it as a new dashboard. To do this, click on the "Edit" button in the top right corner of the dashboard, then "Save as copy". You will be prompted to enter a name for your new dashboard. Once you have saved your new dashboard, you can customize it as you like.
13
+
14
+
# Set your home dashboard
15
+
16
+
To set your newly copied dashboard as your default home dashboard, go to your profile (click the icon in the top right of the screen). Here you can select your new dashboard from the "Home Dashboard" dropdown menu. This will set your new dashboard as the default dashboard that is displayed when you log in.
0 commit comments