Merge branch 'SebastianObi:main' into main

This commit is contained in:
Swissbandit 2022-12-17 13:04:10 +01:00 committed by GitHub
commit c08338dac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 10 deletions

View file

@ -74,6 +74,30 @@ The full documentation is not yet available. Due to lack of time I can also not
nano /root/.lxmf_provisioning/config.cfg.owr nano /root/.lxmf_provisioning/config.cfg.owr
``` ```
```bash ```bash
[lxmf]
announce_periodic = Yes
announce_periodic_interval = 15 #Minutes
[database]
host = 127.0.0.1
port = 5432
user = postgres
password = password
database = test
table_registration = tbl_account
table_telemetry = tbl_telemetry
[features]
announce_versions = True
registration = True
telemetry = True
[data]
v_s = 0.1.4 #Version software
v_c = 2022-11-29 20:00 #Version config
v_d = 2022-11-29 20:00 #Version data
v_a = 2022-11-29 20:00 #Version auth
u_s = https:// #URL Software
``` ```
- Start it again. Finished! - Start it again. Finished!
```bash ```bash
@ -224,15 +248,6 @@ All possible settings can be seen in the default configuration file `config.cfg`
announce_periodic = Yes announce_periodic = Yes
announce_periodic_interval = 15 #Minutes announce_periodic_interval = 15 #Minutes
[database]
host = 127.0.0.1
port = 5432
user = postgres
password = password
database = test
table_registration = tbl_account
table_telemetry = tbl_telemetry
[features] [features]
announce_versions = True announce_versions = True
registration = False registration = False

View file

@ -1016,6 +1016,7 @@ v_c = 2022-01-01 00:00 #Version config
v_d = 2022-01-01 00:00 #Version data v_d = 2022-01-01 00:00 #Version data
v_a = 2022-01-01 00:00 #Version auth v_a = 2022-01-01 00:00 #Version auth
u_s = #URL Software u_s = #URL Software
i_s = #Info Software
''' '''
@ -1127,6 +1128,7 @@ v_c = 2022-01-01 00:00 #Version config
v_d = 2022-01-01 00:00 #Version data v_d = 2022-01-01 00:00 #Version data
v_a = 2022-01-01 00:00 #Version auth v_a = 2022-01-01 00:00 #Version auth
u_s = #URL Software u_s = #URL Software
i_s = #Info Software
''' '''