Vincent Bernat
|
9c7e3db6e7
|
console: make the upper limit for dimensions configurable
|
2022-10-05 08:25:25 +02:00 |
|
Vincent Bernat
|
194c478cad
|
console: add a configuration option for widgets on the home page
|
2022-07-21 14:59:32 +02:00 |
|
Vincent Bernat
|
049513be5c
|
console: add configuration for default options of the visualize tab
|
2022-07-21 13:16:39 +02:00 |
|
Vincent Bernat
|
927a9f3cfd
|
console: display running version
|
2022-07-21 12:57:32 +02:00 |
|
Vincent Bernat
|
8be1bca4fd
|
license: AGPL-3.0-only
```
git ls-files \*.js \*.go \
| xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
| xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
|
2022-06-29 11:42:28 +02:00 |
|
Vincent Bernat
|
b65d78ab1b
|
console: turn authentication into a proper component
|
2022-06-09 19:55:57 +02:00 |
|
Vincent Bernat
|
f5252ce077
|
console: rework a bit user management
Notably, HTTP headers are configurable and a provider is used for the
frontend side.
|
2022-05-31 17:03:00 +02:00 |
|
Vincent Bernat
|
93da599adf
|
cmd: take configuration as a mandatory argument (+ other changes)
The other changes are:
- rename configure service to orchestrator service
- turn DefaultConfiguration variables into functions
|
2022-04-10 15:14:39 +02:00 |
|
Vincent Bernat
|
bbe6fdb635
|
console: remove proxy to Grafana
This is not really our job to do that.
|
2022-04-07 11:07:38 +02:00 |
|
Vincent Bernat
|
1dc253764d
|
global: split Akvorado into 3 services
|
2022-04-01 20:21:53 +02:00 |
|