Mo
Mo
I think this is the built-in input field history of the browser
Moving away from mongodb is not intended. The all-in-one image is linked in the wiki, https://viewtube.wiki/installation/docker#all-in-one-setup-by-mvanduijker.
The library for search results has since been replaced, unfortunately removing support for "did you mean..." prompts :( All kinds of characters are however supported :)
@yaseen-kc Fixed in release [0.16.0](https://github.com/ViewTube/viewtube/releases/tag/v0.16.0) with new video player
> If possible, mobile gestures for brightness and volume, like Android VLC or NewPipe, would be nice. When in fullscreen mode, they allow adjusting brightness by moving with one finger...
> > > - [ ] iOS Safari > > Is it the duration bug? > I'm working on my own [project update](https://github.com/n-ce/ytify/pull/187) and I'm having this issue. Playback in...
> @paul-asvb Even using the nitro config above, it still doesn't work. > > ``` > export default defineNuxtConfig({ > devtools: { enabled: true }, > modules: [ > '@nuxtjs/proxy',...
I think using an ipv6 proxy or similar should be possible. ViewTube uses [undici](https://github.com/nodejs/undici) internally for requests. Putting the system behind a proxy would work or using the environment variable...
I have very little experience with this topic unfortunately. The thing I noticed is that ViewTube binds to `0.0.0.0` by default, which only targets ipv4 (I think).  I changed...
> I just tested the dev version. I can confirm the web interface is reachable on IPv6 and IPv4 now. Which I find interesting, since [::] is the IPv6 equivalent...