You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Given that cloud syncing is GameVault+ only, I would like an option that does not require a subscription.
Describe the solution you'd like
A way of syncing game saves or save states on emulators with a remote S3 bucket, like Minio, R2, B2, and so on.
Describe alternatives you've considered
Manual syncing via rsync or similar, but this would require separate system setup and distribution of keys.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
The Save-Game feature isn't available in GameVault yet. It was just an idea we discussed while talking about GameVault+. When we mentioned "Cloud"-Saves, we didn't intend to create a central server for everyone to upload games online (though we might consider it later). Instead, we're thinking about integrating this save-game feature and adding a paywall for the option to upload save-games to your self-hosted game vault backend server.
Regarding the remote S3 bucket, R2 and so on, with the current plan you can just handle that in the backend then by mounting in a docker volume pointing to your remote fs or whatever.
Is your feature request related to a problem? Please describe.
Given that cloud syncing is GameVault+ only, I would like an option that does not require a subscription.
Describe the solution you'd like
A way of syncing game saves or save states on emulators with a remote S3 bucket, like Minio, R2, B2, and so on.
Describe alternatives you've considered
Manual syncing via rsync or similar, but this would require separate system setup and distribution of keys.
Additional context
N/A
The text was updated successfully, but these errors were encountered: