Agregando cosas del servidor local

This commit is contained in:
2021-12-23 19:09:51 -03:00
parent 93322cd0fa
commit ab3ad65807

View File

@@ -38,6 +38,13 @@ const defaultGroups = [
{name: '/x/', href: 'https://4chan.org/x/catalog'},
]
},
{
name: 'Home',
links: [
{name: 'status', href: 'http://192.168.1.200:19999'},
{name: 'torrent', href: 'http://192.168.1.200:8080'},
]
},
]
export const groups = readable(defaultGroups, () => {}, ()=>{})
export const groups = readable(defaultGroups, () => {}, ()=>{})