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
+12-10
Original file line number
Diff line number
Diff line change
@@ -15,34 +15,36 @@ NcMonitor is a native [WearOS](https://wearos.google.com/#hands-free-help) appli
15
15
</p>
16
16
17
17
## Displayed metrics :mag:
18
-
Currently this application is still under development and the information that are displayed are:
18
+
The goal of this application is to provide information about your NC instance:
19
19
20
20
- CPU usage (last-minute)
21
21
- RAM usage
22
22
- SWAP usage
23
23
- Disk free space
24
24
25
-
The final goal is to provide to the user more information about the Nc instance. In the future more metrics will be added.
26
-
27
-
Data are retrived from [Nextcloud/serverinfo](https://github.com/nextcloud/serverinfo).
25
+
Data are retrived from [Nextcloud/serverinfo](https://github.com/nextcloud/serverinfo) and we will provide more metrics when available.
28
26
29
27
## How to use it :question:
30
-
To use the application you have to install the application (see Project status) and then you have to log-in in your Nc server using:
28
+
The application requires basic authentication to communicate with the server and get back the metrics from [Nextcloud/serverinfo](https://github.com/nextcloud/serverinfo). During the first start it will require:
31
29
32
30
- select your HyperText Transfer Protocol (`http` or `https`)
33
-
- server URL (e.g. myserver.com)
31
+
- server URL (e.g. `myserver.com`)
34
32
- Nextcloud username
35
33
- Nextcloud password
36
34
35
+
### CPU Cores
36
+
To calculate the app's total CPU load percentage, it requires information about the number of CPU cores in your NC instance, which is set to a default value of 4. You can modify this setting through the configuration panel.
37
+
37
38
## Changelog
38
39
Changelog information are reported [here](https://github.com/DavideAG/NcMonitor/blob/master/CHANGELOG.md).
39
40
40
-
## Project status :hammer_and_wrench:
41
-
This application is in `beta` phase and is working but it is not yet released in Google Play Store.
42
-
If you want to use this application you can download the `apk` in the release section of this repository or you can manually build the project.
41
+
## Project status
42
+
The application has not been officially launched on the Google Play Store yet. To access and use the application, you can download the APK from the release section of this repository, or alternatively, you have the option to manually build the project. The initial release will soon be made available on the Google Play Store.
43
+
44
+
Please contact me if you have any problem with this installation process.
43
45
44
46
## License :scroll:
45
47
This application is licensed under the `AGPLv3`
46
48
47
49
## Contact
48
-
Any comment or idea about the project is appreciated. You can ping me at [davide@giorgiodavide.it](mailto:davide@giorgiodavide.it?subject=[GitHub]%20NcMonitor)
50
+
Any comment or idea about the project is appreciated, feel free to ping me at [davide@giorgiodavide.it](mailto:davide@giorgiodavide.it?subject=[GitHub]%20NcMonitor) or open an issue on GitHub.
0 commit comments