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

Style sync #1788

Open
Justman100 opened this issue Jul 5, 2024 · 5 comments
Open

Style sync #1788

Justman100 opened this issue Jul 5, 2024 · 5 comments

Comments

@Justman100
Copy link

That one can synchronize styles to an external storage! This means that one writes his style on PC 1, which is then synchronized on the configured external memory... PC 2 is also configured to this storage and loads the style, but one changes it! It will then be synchronized again with the version on the storage (the version on the storage will be overwritten with the local version from PC 2)... PC 1 loads the new version that one has changed on PC 2... Which would be possible with as many systems as one wants, as long as they have access to said storage

@Justman100
Copy link
Author

@tophf @Mottie

@tophf
Copy link
Member

tophf commented Jul 6, 2024

What's wrong with the already existing Sync functionality in options?

@Justman100
Copy link
Author

What's wrong with the already existing Sync functionality in options?

Oh, I had overlooked that! But only WebDAV is supported (I don't use the other services)

@tophf
Copy link
Member

tophf commented Jul 6, 2024

I guess you can install a local webdav server if your storage doesn't support this protocol out of the box.

@Justman100
Copy link
Author

I guess you can install a local webdav server if your storage doesn't support this protocol out of the box.

I have now set up WebDAV in my web server! Nevertheless, I would recommend implementing further protocols...

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