added initial sources

This commit is contained in:
Simon
2026-02-08 16:05:01 +00:00
parent 7f5ada3a82
commit f62cae1508
2 changed files with 4 additions and 1 deletions

View File

@@ -18,7 +18,9 @@ async function InitializeLocalStorage() {
if (!localStorage.getItem('config')) {
localStorage.setItem('config', JSON.stringify({
servers: [{
"https://getfigleaf.com": {}
"https://getfigleaf.com": {},
"https://hottubapp.io": {},
"https://hottub.spacemoehre.de": {},
}]
}));
}