Giter Club home page Giter Club logo

Comments (5)

ABeltramo avatar ABeltramo commented on May 24, 2024

By default, Wolf mounts your host /etc/wolf/<MOONLIGHT_CLIENT_ID>/<APP_NAME> into /home/retro unless you manually tweak stuff. You have two options here:

  • You can copy the files down that default path, this will be visible only by one client; so for example connecting from the phone will see different files than connecting from a laptop
  • You can add a path in the mounts = [] option in the config.toml file, this will be shared by all clients. Example:
mounts = [
    "/mnt/ROMS/:/ROMS:rw" # will mount /mnt/ROMS from the host into /ROMS in the running app
]

from wolf.

NovumGain avatar NovumGain commented on May 24, 2024

Alright sweet -- many thanks! I also do have a bug, but I'll make a separate thread about that -- I still need to probe deeper on it and give the debug logs on it.

from wolf.

NovumGain avatar NovumGain commented on May 24, 2024

Whoop, forgot to close. My bad. Here you go

from wolf.

ABeltramo avatar ABeltramo commented on May 24, 2024

Thanks, I'm testing out all the latest changes before making a release; please make sure to pull the latest :stable and check the latest quickstart guide. There's only one big change required compared to how it used to work: you have to mount /etc/wolf:/etc/wolf:rw (or whichever path the host app folder env variable is pointing to, if changing changing default).

Let me know if anything is broken!

from wolf.

NovumGain avatar NovumGain commented on May 24, 2024

Thanks, I'm testing out all the latest changes before making a release; please make sure to pull the latest :stable and check the latest quickstart guide. There's only one big change required compared to how it used to work: you have to mount /etc/wolf:/etc/wolf:rw (or whichever path the host app folder env variable is pointing to, if changing changing default).

Let me know if anything is broken!

Will do! Thank you!

from wolf.

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.