-
Notifications
You must be signed in to change notification settings - Fork 2
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
Make the default directory to write quadlets configurable #219
Comments
Technically not true , the duplicate issue was caused by #221 Still, would be nice to allow the user to configure which directory he wants to use. |
How well could something like this cooperate with sshfs and a podman remote connection? I wonder since something like 90% of my podman usage is on headless server in another room. |
@bjoli the extension is using You probably would have to test yourself, and see if you encounter any error. If you do, please share you feedback! (Here is a link explaining how to collects logs https://podman-desktop.io/docs/troubleshooting/access-logs) |
Thank you for the reply. I will definitely test it! So far I have found the podman remote host functionality a lot more pleasant to use than cockpit, and I am looking forward to trying it out more. Sorry to invade the issue. It piqued my curiosity and I couldn't stop myself. |
Don't hesitate! Always curious to learn more about how people are using those tools! |
Description
A very big problem may occur if you play with multiple machines locally.
By default (in version 0.7.0 and bellow) the podman quadlet extension uses the following directories to write quadlets.
extension-podman-quadlet/packages/backend/src/services/quadlet-service.ts
Lines 342 to 346 in 95be2a3
But this directory is problematic. It is shared between machines! (At least on WSL)
Reproduce
Generate
quadletsSolution proposal
Change the directory to something else.
Supported path are the following
/etc/containers/systemd/users/
The text was updated successfully, but these errors were encountered: