Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Projets-INFO4
20-21
18
chirpstack-monitoring
Commits
939bc82a
Commit
939bc82a
authored
Mar 02, 2021
by
Paul Lambert
Browse files
Merge branch 'main' into leaflet
parents
d05f21f9
6b6ef744
Changes
3
Hide whitespace changes
Inline
Side-by-side
reports/clean.sh
View file @
939bc82a
...
...
@@ -7,5 +7,6 @@ rm -f *.token.json
rm
-f
.organizations.
*
rm
-f
.gateways.
*
rm
-f
.gateway-.
*
rm
-f
.gateway-
*
rm
-f
.devices.
*
rm
-f
.applications.
*
reports/credentials.tmpl.json
View file @
939bc82a
{
"username"
:
"
adm
in"
,
"password"
:
"
XXXXXXXXXXXX
"
"username"
:
"
ChirpstackMonitor
in
g
"
,
"password"
:
"
qX2bK6oN2iC1cQ5c
"
}
\ No newline at end of file
reports/generate_reports.sh
View file @
939bc82a
...
...
@@ -7,8 +7,8 @@
# Generate the reports
# ------------------------------------------------
USERNAME
=
admin
PASSWORD
=
XXXXXXXXXXXXXXXX
USERNAME
=
$(
jq
--raw-output
".username"
.credentials.json
)
PASSWORD
=
$(
jq
--raw-output
".password"
.credentials.json
)
JWT
=
$(
./get_jwt.sh
$USERNAME
$PASSWORD
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment