Compare commits

..

9 commits

Author SHA1 Message Date
84b7017504
wip 2025-06-09 19:46:00 +02:00
18a2522919
wip 2025-06-09 18:33:33 +02:00
a68a12ce96
wip 2025-06-09 18:31:59 +02:00
84b32acdc8
wip 2025-06-09 18:14:32 +02:00
a8976ab36e
wip 2025-06-09 18:10:17 +02:00
c3992ae03d
wip 2025-06-09 17:55:28 +02:00
78dd50e6f1
wip 2025-06-09 17:49:18 +02:00
24a67e5614
wip 2025-06-09 16:24:18 +02:00
96065e1281
wip 2025-06-05 18:13:54 +02:00
2 changed files with 1 additions and 8 deletions

View file

@ -26,15 +26,9 @@ defaults = {
'config': {
'server': {
'http_port': 8300,
'http_addr': '127.0.0.1',
'enable_gzip': True,
},
'database': {
'type': 'postgres',
'host': '127.0.0.1:5432',
'name': 'grafana',
'user': 'grafana',
'password': postgres_password,
'url': f'postgres://grafana:{postgres_password}@localhost:5432/grafana',
},
'remote_cache': {
'type': 'redis',

View file

@ -1,7 +1,6 @@
directories = {
'/etc/redis': {
'purge': True,
'owner': 'redis',
'mode': '2770',
'needs': [
'pkg_apt:redis-server',