More admin change

This commit is contained in:
2024-10-20 16:22:45 -04:00
parent fee6f755a3
commit f435aedf2b
4 changed files with 203 additions and 18 deletions

View File

@ -16,7 +16,11 @@ def load_or_create_config():
'thumbnail': 'thumbnails'
},
'appearance': {
'accent_color': '{{ accent_color }}'
'accent_color': '#ff6600'
},
'server': {
'host': '0.0.0.0',
'port': 5002
}
}
with open(CONFIG_FILE, 'w') as f: