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
```
```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!
```bash
@ -223,16 +247,7 @@ All possible settings can be seen in the default configuration file `config.cfg`
[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 = 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_a = 2022-01-01 00:00 #Version auth
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_a = 2022-01-01 00:00 #Version auth
u_s = #URL Software
i_s = #Info Software
'''