mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-14 17:03:02 -06:00
Version 6.3.6
This commit is contained in:
parent
164957899f
commit
47f125060f
|
|
@ -41,6 +41,11 @@ _v6.3.5_
|
|||
- Fix led color type, orage -> orange.
|
||||
- Fix incorrect options when reading from a mysql database (issue #190).
|
||||
|
||||
_v6.3.6_
|
||||
|
||||
- Fix systems order properties not sent to clients.
|
||||
- Fix side panels not scrolling to top when opened.
|
||||
|
||||
## Version 6.2
|
||||
|
||||
- New max clients options which is 200 by default.
|
||||
|
|
|
|||
16
COMPILING.md
16
COMPILING.md
|
|
@ -27,13 +27,13 @@ Clone the official repository on your computer and start the build process.
|
|||
|
||||
When finished, you will find the precompiled versions for various platforms in the `dist` folder.
|
||||
|
||||
rdio-scanner-darwin-amd64-v6.3.5.zip
|
||||
rdio-scanner-darwin-arm64-v6.3.5.zip
|
||||
rdio-scanner-freebsd-amd64-v6.3.5.zip
|
||||
rdio-scanner-linux-386-v6.3.5.zip
|
||||
rdio-scanner-linux-amd64-v6.3.5.zip
|
||||
rdio-scanner-linux-arm64-v6.3.5.zip
|
||||
rdio-scanner-linux-arm-v6.3.5.zip
|
||||
rdio-scanner-windows-amd64-v6.3.5.zip
|
||||
rdio-scanner-darwin-amd64-v6.3.6.zip
|
||||
rdio-scanner-darwin-arm64-v6.3.6.zip
|
||||
rdio-scanner-freebsd-amd64-v6.3.6.zip
|
||||
rdio-scanner-linux-386-v6.3.6.zip
|
||||
rdio-scanner-linux-amd64-v6.3.6.zip
|
||||
rdio-scanner-linux-arm64-v6.3.6.zip
|
||||
rdio-scanner-linux-arm-v6.3.6.zip
|
||||
rdio-scanner-windows-amd64-v6.3.6.zip
|
||||
|
||||
**Happy Rdio scanning !**
|
||||
4
Makefile
4
Makefile
|
|
@ -16,8 +16,8 @@
|
|||
################################################################################
|
||||
|
||||
app := rdio-scanner
|
||||
date := 2022/05/25
|
||||
ver := 6.3.5
|
||||
date := 2022/05/26
|
||||
ver := 6.3.6
|
||||
|
||||
client := $(wildcard client/*.json client/*.ts)
|
||||
server := $(wildcard server/*.go)
|
||||
|
|
|
|||
945
client/package-lock.json
generated
945
client/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -1,31 +1,31 @@
|
|||
{
|
||||
"author": "Chrystian Huot <chrystian.huot@saubeo.solutions>",
|
||||
"dependencies": {
|
||||
"@angular/animations": "^13.3.9",
|
||||
"@angular/cdk": "^13.3.7",
|
||||
"@angular/common": "~13.3.9",
|
||||
"@angular/compiler": "~13.3.9",
|
||||
"@angular/core": "~13.3.9",
|
||||
"@angular/forms": "~13.3.9",
|
||||
"@angular/material": "^13.3.7",
|
||||
"@angular/platform-browser": "~13.3.9",
|
||||
"@angular/platform-browser-dynamic": "~13.3.9",
|
||||
"@angular/router": "^13.3.9",
|
||||
"@angular/service-worker": "^13.3.9",
|
||||
"@angular/animations": "^13.3.10",
|
||||
"@angular/cdk": "^13.3.8",
|
||||
"@angular/common": "~13.3.10",
|
||||
"@angular/compiler": "~13.3.10",
|
||||
"@angular/core": "~13.3.10",
|
||||
"@angular/forms": "~13.3.10",
|
||||
"@angular/material": "^13.3.8",
|
||||
"@angular/platform-browser": "~13.3.10",
|
||||
"@angular/platform-browser-dynamic": "~13.3.10",
|
||||
"@angular/router": "^13.3.10",
|
||||
"@angular/service-worker": "^13.3.10",
|
||||
"rxjs": "~7.5.5",
|
||||
"tslib": "^2.4.0",
|
||||
"zone.js": "~0.11.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^13.3.6",
|
||||
"@angular/cli": "^13.3.6",
|
||||
"@angular/compiler-cli": "~13.3.9",
|
||||
"@types/node": "^17.0.34",
|
||||
"@typescript-eslint/eslint-plugin": "^5.25.0",
|
||||
"@typescript-eslint/parser": "^5.25.0",
|
||||
"@angular-devkit/build-angular": "^13.3.7",
|
||||
"@angular/cli": "^13.3.7",
|
||||
"@angular/compiler-cli": "~13.3.10",
|
||||
"@types/node": "^17.0.35",
|
||||
"@typescript-eslint/eslint-plugin": "^5.26.0",
|
||||
"@typescript-eslint/parser": "^5.26.0",
|
||||
"ajv-keywords": "^5.1.0",
|
||||
"eslint": "^8.15.0",
|
||||
"ts-node": "~10.7.0",
|
||||
"eslint": "^8.16.0",
|
||||
"ts-node": "~10.8.0",
|
||||
"typescript": "~4.6.4"
|
||||
},
|
||||
"engines": {
|
||||
|
|
@ -38,5 +38,5 @@
|
|||
"build": "ng build --base-href ./ --configuration production",
|
||||
"start": "ng serve"
|
||||
},
|
||||
"version": "6.3.5"
|
||||
"version": "6.3.6"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
</mat-sidenav>
|
||||
<mat-sidenav-content>
|
||||
<rdio-scanner-main
|
||||
(openSearchPanel)="scrollableSearch.scrollTo(0, 0); searchPanel.open(); searchComponent.searchCalls()"
|
||||
(openSelectPanel)="scrollableSelect.scrollTo(0, 0); selectPanel.open();"
|
||||
(openSearchPanel)="scrollTop(scrollableSearch); searchPanel.open(); searchComponent.searchCalls()"
|
||||
(openSelectPanel)="scrollTop(scrollableSelect); selectPanel.open();"
|
||||
(toggleFullscreen)="toggleFullscreen()">
|
||||
</rdio-scanner-main>
|
||||
</mat-sidenav-content>
|
||||
|
|
|
|||
|
|
@ -54,17 +54,6 @@ export class RdioScannerComponent implements OnDestroy, OnInit {
|
|||
}
|
||||
}
|
||||
|
||||
start(): void {
|
||||
this.rdioScannerService.startLivefeed();
|
||||
}
|
||||
|
||||
stop(): void {
|
||||
this.rdioScannerService.stopLivefeed();
|
||||
|
||||
this.searchPanel?.close();
|
||||
this.selectPanel?.close();
|
||||
}
|
||||
|
||||
ngOnDestroy(): void {
|
||||
this.eventSubscription.unsubscribe();
|
||||
}
|
||||
|
|
@ -92,6 +81,21 @@ export class RdioScannerComponent implements OnDestroy, OnInit {
|
|||
*/
|
||||
}
|
||||
|
||||
scrollTop(e: HTMLElement): void {
|
||||
setTimeout(() => e.scrollTo(0, 0));
|
||||
}
|
||||
|
||||
start(): void {
|
||||
this.rdioScannerService.startLivefeed();
|
||||
}
|
||||
|
||||
stop(): void {
|
||||
this.rdioScannerService.stopLivefeed();
|
||||
|
||||
this.searchPanel?.close();
|
||||
this.selectPanel?.close();
|
||||
}
|
||||
|
||||
toggleFullscreen(): void {
|
||||
if (document.fullscreenElement) {
|
||||
const el: {
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@ ALWAYS DOWNLOAD THE LATEST VERSION OF [RDIO SCANNER](https://github.com/chuot/rd
|
|||
rdio@macos ~ % mkdir rdio-scanner
|
||||
rdio@macos ~ % cd rdio-scanner
|
||||
rdio@macos rdio-scanner % unzip \
|
||||
> ~/Downloads/rdio-scanner-darwin-arm64-v6.3.5.zip
|
||||
Archive: /Users/rdio/Downloads/rdio-scanner-darwin-arm64-v6.3.5.zip
|
||||
> ~/Downloads/rdio-scanner-darwin-arm64-v6.3.6.zip
|
||||
Archive: /Users/rdio/Downloads/rdio-scanner-darwin-arm64-v6.3.6.zip
|
||||
inflating: rdio-scanner
|
||||
inflating: rdio-scanner.pdf
|
||||
|
||||
|
|
@ -51,11 +51,11 @@ ALWAYS DOWNLOAD THE LATEST VERSION OF [RDIO SCANNER](https://github.com/chuot/rd
|
|||
|
||||
rdio@macos rdio-scanner % ./rdio-scanner
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 08:38:06 server started
|
||||
2022/05/25 08:38:06 main interface at http://macos.local:3000
|
||||
2022/05/25 08:38:06 admin interface at http://macos.local:3000/admin
|
||||
2022/05/26 08:38:06 server started
|
||||
2022/05/26 08:38:06 main interface at http://macos.local:3000
|
||||
2022/05/26 08:38:06 admin interface at http://macos.local:3000/admin
|
||||
|
||||
4. Access the administrative dashboard to finalize the configuration.
|
||||
|
||||
|
|
@ -77,11 +77,11 @@ Here we want our [Rdio Scanner](https://guthub.com/chuot/rdio-scanner) instance
|
|||
|
||||
rdio@macos rdio-scanner % ./rdio-scanner --listen :80
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 08:48:03 server started
|
||||
2022/05/25 08:48:03 main interface at http://macos.local
|
||||
2022/05/25 08:48:03 admin interface at http://macos.local/admin
|
||||
2022/05/26 08:48:03 server started
|
||||
2022/05/26 08:48:03 main interface at http://macos.local
|
||||
2022/05/26 08:48:03 admin interface at http://macos.local/admin
|
||||
|
||||
## Listening on a SSL port
|
||||
|
||||
|
|
@ -95,12 +95,12 @@ You can use your own SSL certificates that match your domain name with `-ssl_cer
|
|||
> -ssl_key_file mykey.key \
|
||||
> -ssl_listen :443
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 08:50:58 server started
|
||||
2022/05/25 08:50:58 main interface at http://macos.local
|
||||
2022/05/25 08:50:58 main interface at https://macos.local
|
||||
2022/05/25 08:50:58 admin interface at https://macos.local/admin
|
||||
2022/05/26 08:50:58 server started
|
||||
2022/05/26 08:50:58 main interface at http://macos.local
|
||||
2022/05/26 08:50:58 main interface at https://macos.local
|
||||
2022/05/26 08:50:58 admin interface at https://macos.local/admin
|
||||
|
||||
If you don't want to worry about SSL certificates, you can use the built-in Let's Encrypt auto-cert feature. This requires that you have both port 80 (HTTP) and port 443 (HTTPS) open to the world. Also, your domain name should point to your IP address where [Rdio Scanner](https://github.com/chuot/rdio-scanner/) is running. The advantage of this approach is that everything is done automatically, no certificate request, no certificate renewal.
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ You don't want to have to type everytime a long list of arguments. No problem, y
|
|||
> -ssl_auto_cert mydomain.com \
|
||||
> -ssl_listen :443 \
|
||||
> -config_save
|
||||
2022/05/25 08:52:24 rdio-scanner.ini file created
|
||||
2022/05/26 08:52:24 rdio-scanner.ini file created
|
||||
|
||||
All of your parameters passed as arguments to [Rdio Scanner](https://github.com/chuot/rdio-scanner) have been saved to an INI file which has the same arguments/values list.
|
||||
|
||||
|
|
@ -132,12 +132,12 @@ Then simply run [Rdio Scanner](https://github.com/chuot/rdio-scanner) without an
|
|||
|
||||
rdio@macos rdio-scanner % ./rdio-scanner
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 08:54:08 server started
|
||||
2022/05/25 08:54:08 main interface at http://macos.local
|
||||
2022/05/25 08:54:08 main interface at https://macos.local
|
||||
2022/05/25 08:54:08 admin interface at https://macos.local/admin
|
||||
2022/05/26 08:54:08 server started
|
||||
2022/05/26 08:54:08 main interface at http://macos.local
|
||||
2022/05/26 08:54:08 main interface at https://macos.local
|
||||
2022/05/26 08:54:08 admin interface at https://macos.local/admin
|
||||
|
||||
## Install Rdio Scanner as a service
|
||||
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@ ALWAYS DOWNLOAD THE LATEST VERSION OF [RDIO SCANNER](https://github.com/chuot/rd
|
|||
rdio@pc-freebsd:~ $ mkdir rdio-scanner
|
||||
rdio@pc-freebsd:~ $ cd rdio-scanner
|
||||
rdio@pc-freebsd:~/rdio-scanner $ unzip \
|
||||
> ~/rdio-scanner-freebsd-amd64-v6.3.5.zip
|
||||
Archive: ../rdio-scanner-freebsd-amd64-v6.3.5.zip
|
||||
> ~/rdio-scanner-freebsd-amd64-v6.3.6.zip
|
||||
Archive: ../rdio-scanner-freebsd-amd64-v6.3.6.zip
|
||||
extracting: rdio-scanner
|
||||
extracting: rdio-scanner.pdf
|
||||
|
||||
|
|
@ -51,11 +51,11 @@ ALWAYS DOWNLOAD THE LATEST VERSION OF [RDIO SCANNER](https://github.com/chuot/rd
|
|||
|
||||
rdio@pc-freebsd:~/rdio-scanner $ ./rdio-scanner
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 08:16:36 server started
|
||||
2022/05/25 08:16:36 main interface at http://pc-freebsd:3000
|
||||
2022/05/25 08:16:36 admin interface at http://pc-freebsd:3000/admin
|
||||
2022/05/26 08:16:36 server started
|
||||
2022/05/26 08:16:36 main interface at http://pc-freebsd:3000
|
||||
2022/05/26 08:16:36 admin interface at http://pc-freebsd:3000/admin
|
||||
|
||||
4. Access the administrative dashboard to finalize the configuration.
|
||||
|
||||
|
|
@ -81,11 +81,11 @@ Here we want our [Rdio Scanner](https://guthub.com/chuot/rdio-scanner) instance
|
|||
Password:
|
||||
root@pc-freebsd:/home/rdio/rdio-scanner # ./rdio-scanner -listen :80
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 08:19:38 server started
|
||||
2022/05/25 08:19:38 main interface at http://pc-freebsd
|
||||
2022/05/25 08:19:38 admin interface at http://pc-freebsd/admin
|
||||
2022/05/26 08:19:38 server started
|
||||
2022/05/26 08:19:38 main interface at http://pc-freebsd
|
||||
2022/05/26 08:19:38 admin interface at http://pc-freebsd/admin
|
||||
|
||||
## Listening on a SSL port
|
||||
|
||||
|
|
@ -101,12 +101,12 @@ You can use your own SSL certificates that match your domain name with `-ssl_cer
|
|||
> -ssl_key_file mykey.key \
|
||||
> -ssl_listen :443
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 10:34:29 server started
|
||||
2022/05/25 10:34:29 main interface at http://pc-freebsd
|
||||
2022/05/25 10:34:29 main interface at https://pc-freebsd
|
||||
2022/05/25 10:34:29 admin interface at https://pc-freebsd/admin
|
||||
2022/05/26 10:34:29 server started
|
||||
2022/05/26 10:34:29 main interface at http://pc-freebsd
|
||||
2022/05/26 10:34:29 main interface at https://pc-freebsd
|
||||
2022/05/26 10:34:29 admin interface at https://pc-freebsd/admin
|
||||
|
||||
If you don't want to worry about SSL certificates, you can use the built-in Let's Encrypt auto-cert feature. This requires that you have both port 80 (HTTP) and port 443 (HTTPS) open to the world. Also, your domain name should point to your IP address where [Rdio Scanner](https://github.com/chuot/rdio-scanner/) is running. The advantage of this approach is that everything is done automatically, no certificate request, no certificate renewal.
|
||||
|
||||
|
|
@ -126,7 +126,7 @@ You don't want to have to type everytime a long list of arguments. No problem, y
|
|||
> -ssl_auto_cert mydomain.com \
|
||||
> -ssl_listen :443 \
|
||||
> -config_save
|
||||
2022/05/25 10:37:00 rdio-scanner.ini file created
|
||||
2022/05/26 10:37:00 rdio-scanner.ini file created
|
||||
|
||||
All of your parameters passed as arguments to [Rdio Scanner](https://github.com/chuot/rdio-scanner) have been saved to an INI file which has the same arguments/values list.
|
||||
|
||||
|
|
@ -142,12 +142,12 @@ Then simply run [Rdio Scanner](https://github.com/chuot/rdio-scanner) without an
|
|||
Password:
|
||||
root@pc-freebsd:/home/rdio/rdio-scanner # ./rdio-scanner
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 10:38:28 server started
|
||||
2022/05/25 10:38:29 main interface at http://pc-freebsd
|
||||
2022/05/25 10:38:29 main interface at https://pc-freebsd
|
||||
2022/05/25 10:38:29 admin interface at https://pc-freebsd/admin
|
||||
2022/05/26 10:38:28 server started
|
||||
2022/05/26 10:38:29 main interface at http://pc-freebsd
|
||||
2022/05/26 10:38:29 main interface at https://pc-freebsd
|
||||
2022/05/26 10:38:29 admin interface at https://pc-freebsd/admin
|
||||
|
||||
## Install Rdio Scanner as a service
|
||||
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@ ALWAYS DOWNLOAD THE LATEST VERSION OF [RDIO SCANNER](https://github.com/chuot/rd
|
|||
[rdio@pc-linux ~]$ mkdir rdio-scanner
|
||||
[rdio@pc-linux ~]$ cd rdio-scanner
|
||||
[rdio@pc-linux rdio-scanner]$ unzip \
|
||||
> ~/Downloads/rdio-scanner-linux-amd64-v6.3.5.zip
|
||||
Archive: /home/rdio/Downloads/rdio-scanner-linux-amd64-v6.3.5.zip
|
||||
> ~/Downloads/rdio-scanner-linux-amd64-v6.3.6.zip
|
||||
Archive: /home/rdio/Downloads/rdio-scanner-linux-amd64-v6.3.6.zip
|
||||
inflating: rdio-scanner
|
||||
inflating: rdio-scanner.pdf
|
||||
|
||||
|
|
@ -51,11 +51,11 @@ ALWAYS DOWNLOAD THE LATEST VERSION OF [RDIO SCANNER](https://github.com/chuot/rd
|
|||
|
||||
[rdio@pc-linux rdio-scanner]$ ./rdio-scanner
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 09:11:48 server started
|
||||
2022/05/25 09:11:48 main interface at http://pc-linux:3000
|
||||
2022/05/25 09:11:48 admin interface at http://pc-linux:3000/admin
|
||||
2022/05/26 09:11:48 server started
|
||||
2022/05/26 09:11:48 main interface at http://pc-linux:3000
|
||||
2022/05/26 09:11:48 admin interface at http://pc-linux:3000/admin
|
||||
|
||||
4. Access the administrative dashboard to finalize the configuration.
|
||||
|
||||
|
|
@ -78,11 +78,11 @@ Here we want our [Rdio Scanner](https://guthub.com/chuot/rdio-scanner) instance
|
|||
[rdio@pc-linux rdio-scanner]$ sudo ./rdio-scanner -listen :80
|
||||
[sudo] password for rdio:
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 09:14:00 server started
|
||||
2022/05/25 09:14:00 main interface at http://pc-linux
|
||||
2022/05/25 09:14:00 admin interface at http://pc-linux/admin
|
||||
2022/05/26 09:14:00 server started
|
||||
2022/05/26 09:14:00 main interface at http://pc-linux
|
||||
2022/05/26 09:14:00 admin interface at http://pc-linux/admin
|
||||
|
||||
## Listening on a SSL port
|
||||
|
||||
|
|
@ -97,12 +97,12 @@ You can use your own SSL certificates that match your domain name with `-ssl_cer
|
|||
> -ssl_listen :443
|
||||
[sudo] password for rdio:
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 09:16:47 server started
|
||||
2022/05/25 09:16:47 main interface at http://pc-linux
|
||||
2022/05/25 09:16:47 main interface at https://pc-linux
|
||||
2022/05/25 09:16:47 admin interface at https://pc-linux/admin
|
||||
2022/05/26 09:16:47 server started
|
||||
2022/05/26 09:16:47 main interface at http://pc-linux
|
||||
2022/05/26 09:16:47 main interface at https://pc-linux
|
||||
2022/05/26 09:16:47 admin interface at https://pc-linux/admin
|
||||
|
||||
If you don't want to worry about SSL certificates, you can use the built-in Let's Encrypt auto-cert feature. This requires that you have both port 80 (HTTP) and port 443 (HTTPS) open to the world. Also, your domain name should point to your IP address where [Rdio Scanner](https://github.com/chuot/rdio-scanner/) is running. The advantage of this approach is that everything is done automatically, no certificate request, no certificate renewal.
|
||||
|
||||
|
|
@ -120,7 +120,7 @@ You don't want to have to type everytime a long list of arguments. No problem, y
|
|||
> -ssl_auto_cert mydomain.com \
|
||||
> -ssl_listen :443 \
|
||||
> -config_save
|
||||
2022/05/25 09:19:29 rdio-scanner.ini file created
|
||||
2022/05/26 09:19:29 rdio-scanner.ini file created
|
||||
|
||||
All of your parameters passed as arguments to [Rdio Scanner](https://github.com/chuot/rdio-scanner) have been saved to an INI file which has the same arguments/values list.
|
||||
|
||||
|
|
@ -135,12 +135,12 @@ Then simply run [Rdio Scanner](https://github.com/chuot/rdio-scanner) without an
|
|||
[rdio@pc-linux rdio-scanner]$ sudo ./rdio-scanner
|
||||
[sudo] Mot de passe de rdio :
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 09:20:40 server started
|
||||
2022/05/25 09:20:40 main interface at http://pc-linux
|
||||
2022/05/25 09:20:40 main interface at https://pc-linux
|
||||
2022/05/25 09:20:40 admin interface at https://pc-linux/admin
|
||||
2022/05/26 09:20:40 server started
|
||||
2022/05/26 09:20:40 main interface at http://pc-linux
|
||||
2022/05/26 09:20:40 main interface at https://pc-linux
|
||||
2022/05/26 09:20:40 admin interface at https://pc-linux/admin
|
||||
|
||||
## Install Rdio Scanner as a service
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ ALWAYS DOWNLOAD THE LATEST VERSION OF [RDIO SCANNER](https://github.com/chuot/rd
|
|||
C:\Users\rdio> cd rdio-scanner
|
||||
|
||||
C:\Users\rdio\rdio-scanner> tar -xvf ^
|
||||
..\downloads\rdio-scanner-windows-amd64-v6.3.5.zip
|
||||
..\downloads\rdio-scanner-windows-amd64-v6.3.6.zip
|
||||
x rdio-scanner.exe
|
||||
x rdio-scanner.pdf
|
||||
|
||||
|
|
@ -52,11 +52,11 @@ ALWAYS DOWNLOAD THE LATEST VERSION OF [RDIO SCANNER](https://github.com/chuot/rd
|
|||
|
||||
C:\Users\rdio\rdio-scanner>rdio-scanner
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 13:48:48 server started
|
||||
2022/05/25 13:48:48 main interface at http://pc-windows:3000
|
||||
2022/05/25 13:48:48 admin interface at http://pc-windows:3000/admin
|
||||
2022/05/26 13:48:48 server started
|
||||
2022/05/26 13:48:48 main interface at http://pc-windows:3000
|
||||
2022/05/26 13:48:48 admin interface at http://pc-windows:3000/admin
|
||||
|
||||
4. Access the administrative dashboard to finalize the configuration.
|
||||
|
||||
|
|
@ -78,11 +78,11 @@ Here we want our [Rdio Scanner](https://guthub.com/chuot/rdio-scanner) instance
|
|||
|
||||
C:\Users\rdio\rdio-scanner>rdio-scanner -listen :80
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 10:53:31 server started
|
||||
2022/05/25 10:53:31 main interface at http://pc-windows
|
||||
2022/05/25 10:53:31 admin interface at http://pc-windows/admin
|
||||
2022/05/26 10:53:31 server started
|
||||
2022/05/26 10:53:31 main interface at http://pc-windows
|
||||
2022/05/26 10:53:31 admin interface at http://pc-windows/admin
|
||||
|
||||
## Listening on a SSL port
|
||||
|
||||
|
|
@ -96,12 +96,12 @@ You can use your own SSL certificates that match your domain name with `-ssl_cer
|
|||
-ssl_key_file meykey.key ^
|
||||
-ssl_listen :443
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 11:05:43 server started
|
||||
2022/05/25 11:05:43 main interface at http://pc-windows
|
||||
2022/05/25 11:05:43 main interface at https://pc-windows
|
||||
2022/05/25 11:05:43 admin interface at https://pc-windows/admin
|
||||
2022/05/26 11:05:43 server started
|
||||
2022/05/26 11:05:43 main interface at http://pc-windows
|
||||
2022/05/26 11:05:43 main interface at https://pc-windows
|
||||
2022/05/26 11:05:43 admin interface at https://pc-windows/admin
|
||||
|
||||
If you don't want to worry about SSL certificates, you can use the built-in Let's Encrypt auto-cert feature. This requires that you have both port 80 (HTTP) and port 443 (HTTPS) open to the world. Also, your domain name should point to your IP address where [Rdio Scanner](https://github.com/chuot/rdio-scanner/) is running. The advantage of this approach is that everything is done automatically, no certificate request, no certificate renewal.
|
||||
|
||||
|
|
@ -119,7 +119,7 @@ You don't want to have to type everytime a long list of arguments. No problem, y
|
|||
-ssl_auto_cert mydomain.com ^
|
||||
-ssl_listen :443 ^
|
||||
-config_save
|
||||
2022/05/25 11:08:28 rdio-scanner.ini file created
|
||||
2022/05/26 11:08:28 rdio-scanner.ini file created
|
||||
|
||||
All of your parameters passed as arguments to [Rdio Scanner](https://github.com/chuot/rdio-scanner) have been saved to an INI file which has the same arguments/values list.
|
||||
|
||||
|
|
@ -133,12 +133,12 @@ Then simply run [Rdio Scanner](https://github.com/chuot/rdio-scanner) without an
|
|||
|
||||
C:\Users\rdio\rdio-scanner>rdio-scanner
|
||||
|
||||
Rdio Scanner v6.3.5
|
||||
Rdio Scanner v6.3.6
|
||||
----------------------------------
|
||||
2022/05/25 11:11:28 server started
|
||||
2022/05/25 11:11:28 main interface at http://pc-windows
|
||||
2022/05/25 11:11:28 main interface at https://pc-windows
|
||||
2022/05/25 11:11:28 admin interface at https://pc-windows/admin
|
||||
2022/05/26 11:11:28 server started
|
||||
2022/05/26 11:11:28 main interface at http://pc-windows
|
||||
2022/05/26 11:11:28 main interface at https://pc-windows
|
||||
2022/05/26 11:11:28 admin interface at https://pc-windows/admin
|
||||
|
||||
\pagebreak{}
|
||||
|
||||
|
|
|
|||
|
|
@ -292,6 +292,7 @@ func (systems *Systems) GetScopedSystems(client *Client, groups *Groups, tags *T
|
|||
systemMap := SystemMap{
|
||||
"id": rawSystem.Id,
|
||||
"label": rawSystem.Label,
|
||||
"order": rawSystem.Order,
|
||||
"talkgroups": talkgroupsMap,
|
||||
"units": rawSystem.Units.List,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@
|
|||
|
||||
package main
|
||||
|
||||
const Version = "6.3.5"
|
||||
const Version = "6.3.6"
|
||||
|
|
|
|||
Loading…
Reference in a new issue