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

Octoeverywhere: All printers share same config #85

Open
jpapiez opened this issue May 13, 2023 · 3 comments
Open

Octoeverywhere: All printers share same config #85

jpapiez opened this issue May 13, 2023 · 3 comments

Comments

@jpapiez
Copy link

jpapiez commented May 13, 2023

How do we handle a plugin that requires unique configuration for each printer? In my case I'm trying to use OctoEverywhere and when trying to add the second printer it fails because the Octoeverywhere unique ID that's generated when the plugin is installed.

@paukstelis
Copy link
Owner

The simplest thing to do is to NOT install the plugin when you create your template instance (I am going to remove the cloud plugins in the future). Install it afterwards and each plugin will be configured separately.

For now, delete everything in the ~/.instancename/config.yaml related to octoeverywhere, or delete the plugin (and do clean up) the second instance. Restart. Then reinstall the plugin.

@jpapiez
Copy link
Author

jpapiez commented May 13, 2023

Thank you Paul! I went the4 second route.. uninstall the plugin and all data, then reinstall for each instance.

@paukstelis
Copy link
Owner

Thank you Paul! I went the4 second route.. uninstall the plugin and all data, then reinstall for each instance.

Fyi, no need to reinstall in both instances. Just reinstall in one and restart the other.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants