Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module configuration #22

Open
alfink opened this issue Sep 25, 2018 · 2 comments
Open

Module configuration #22

alfink opened this issue Sep 25, 2018 · 2 comments

Comments

@alfink
Copy link

alfink commented Sep 25, 2018

Currently, there is no way to configure a module. For example, changing the proxy's IP in a traffic interceptor module requires either a new module or ugly hacks in the module. It would be more comfortable to configure IPs, ports, etc. in Artist Gui. The module could use those values during compilation.

Affected Projects

  • ARTist
  • ArtistGui
@schrnz
Copy link
Member

schrnz commented Oct 10, 2018

Agree, the straightforward way might be to include a configuration file in the module that declares key-value pairs (of primitive types for starters) that ArtistGui can generate a simple per-module settings activity from and where the configured values are stored in the directory that is accessible to ARTist via the filesystem helper API.

@sweisgerber-dev
Copy link
Member

+1 for yaml or json based config :)

@schrnz schrnz pinned this issue Jan 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants