GithubHelp home page GithubHelp logo

Comments (8)

m1k1o avatar m1k1o commented on September 14, 2024

Hello, that is currently not possible because that information is never stored on backend. It is only available in client therefore it is not configurable from API.

from neko-rooms.

Armrisch1 avatar Armrisch1 commented on September 14, 2024

May be it is possible to set some default sensitivity for all rooms? For example when n.eko is building or do it in some other way.
Default scroll is too fast now and it is not comfortable to use.

from neko-rooms.

m1k1o avatar m1k1o commented on September 14, 2024

You could change it in client store here and build custom image that can be used in new value.

But I agree with you that the default sensitivity is not optimal (and as well dependent on OS and browser) and could be reconsidered.

from neko-rooms.

Armrisch1 avatar Armrisch1 commented on September 14, 2024

Thanks but I am using n.eko rooms, how can I do it with neko rooms, as I know each room is a new docker container bulit by n.eko, what I need to change in n.eko rooms?

from neko-rooms.

m1k1o avatar m1k1o commented on September 14, 2024

You don't need to change anything, neko rooms picks your new image. It does not matter if that image is pulled from registry or locally built as long as it's named the same.

Unfortunately this all is not available from API or GUI. You just clone neko repository, change your stuff, go to .docker/ folder and run ./build base and then ./build chromium or whatever browser you would like.

That creates local image with your changes named the same as the remote image. Just be sure to not pull image because it would be overwritten.

from neko-rooms.

Armrisch1 avatar Armrisch1 commented on September 14, 2024

Sorry for so many questions. But where I need to clone neko and build that neko-rooms starts using my local neko?

from neko-rooms.

m1k1o avatar m1k1o commented on September 14, 2024

Anywhere on your system, e.g. your $HOME directory /home/user or /opt or /tmp.

git clone https://github.com/m1k1o/neko
cd neko
# ... do your changes
cd .docker
./build base
./build chromium

Now you have successfully build your custom m1k1o/neko:chromium image. Everytime there is update just do git pull origin master and rebuild again.

Don't worry that it is named the same as the official image but it contains your changes. Of course, only on that server where you built that.

from neko-rooms.

Armrisch1 avatar Armrisch1 commented on September 14, 2024

Thanks a lot.

from neko-rooms.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.