diff --git a/index.html b/index.html index 6ba21d3..bbf31be 100644 --- a/index.html +++ b/index.html @@ -45,9 +45,9 @@ ['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }], ['b', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }], ['h', { name: 'Hoarder', url: 'https://hoarder.m1n.omg.lol/dashboard/bookmarks' }], + ['m', { name: 'Memos', url: 'https://memos.m1n.omg.lol' }], ['a', { name: 'Audiobooks', url: 'https://audio.m1n.omg.lol/library/76869b27-fac9-4e88-ba73-2c003c19fca1' }], ['y', { name: 'YouTube', searchTemplate: '/results?search_query={}', url: 'https://youtube.com' }], - ['t', { name: 'Twitch', url: 'https://www.twitch.tv' }], // ['aud', { name: 'Audible', url: 'https://www.audible.com/' }], ['n', { name: 'Hacker News', url: 'https://news.ycombinator.com' }], ['i', { name: 'Pico.sh', suggestions: ['i/local'], url: 'https://pico.sh/' }], @@ -56,11 +56,12 @@ ['d', { name: 'DeltaSpace', url: 'https://deta.space' }], ['c', { name: 'ChatGPT', url: 'https://chat.openai.com/' }], // ['m', { name: 'Morphic', url: 'https://www.morphic.sh/' }], - ['s', { name: 'Server', url: 'http://192.168.1.139/#' }], + ['s', { name: 'Server', suggestions: ['s/memos', 's/torrent', 's/audio'], url: 'http://192.168.1.139/#' }], + ['s/memos', { url: 'http://192.168.1.139:5230' }], + ['s/torrent', { url: 'http://192.168.1.139:1340/#/' }], + ['s/audio', { url: 'http://192.168.1.139:13378' }], ['0', { name: 'Local', url: 'http://localhost:3000' }], - // ['0:54323', { url: 'http://localhost:54323' }], - // ['0:54324', { url: 'http://localhost:54324' }], - ['m', { name: 'M1n', url: 'https://m1n.land/' }], + ['1', { name: 'M1n', url: 'https://m1n.land/' }], ]); @@ -550,4 +551,4 @@
-
+ \ No newline at end of file