X Tutup
The Wayback Machine - https://web.archive.org/web/20220805063749/https://github.com/authpass/authpass/issues/29
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

Sync with a custom "cloud" endpoint #29

Open
hpoul opened this issue Sep 15, 2019 · 4 comments
Open

Sync with a custom "cloud" endpoint #29

hpoul opened this issue Sep 15, 2019 · 4 comments

Comments

@hpoul
Copy link
Collaborator

@hpoul hpoul commented Sep 15, 2019

Make it easy without signup or anything, simply upload to a secret URL and allow sharing betwteen a users devices using a secret hash code or qr code.

@TobiasDev
Copy link

@TobiasDev TobiasDev commented Oct 2, 2019

Does this include webdav? Eg. NextCloud and such.

@hpoul
Copy link
Collaborator Author

@hpoul hpoul commented Oct 2, 2019

@TobiasDev this issue was actually meant for a really custom hosted "cloud" solution (ie cloud.authpass.app) which wouldn't need any form of authentication.. (simply pushing to the kdbx file to the server and making it available with a trivial sync, so users don't have to do any sort of setup)

But I did also think about webdav support.. do you have experience with nextcloud/owncloud? Is webdav the main way to sync data, or do they also have their own APIs (like dropbox/google drive)? Especially for the fdroid release this would probably be a important, since i've stripped out dropbox/google drive from the fdroid release.

@TobiasDev
Copy link

@TobiasDev TobiasDev commented Oct 2, 2019

I'm a NextCloud user, and as I understood it they have their own API (you can look at Joplin Notes, that has it) and WebDav. Personally I feel like webdav is the better way to go since that means it can be used by more than NextCloud servers, plus for the user that means they can control it better. Eg. Setting up the webdav to only sync to a specific folder, which means that the user don't have to give access to their while cloud storage (this helps to trust the app). :)

Once again, Joplin Notes has both and is an open-source app as well. It is really well integrated with NextCloud.

@hpoul
Copy link
Collaborator Author

@hpoul hpoul commented Oct 4, 2019

fyi, created a new issue for webdav support: #42

hpoul added a commit that referenced this issue Mar 13, 2021
* [crowdin] Update translations (German) app_en.arb

* [crowdin] Update translations (Chinese Simplified) app_en.arb

* [crowdin] Update translations (Chinese Simplified) app_en.arb

* [crowdin] Update translations (Chinese Simplified) app_en.arb

* [crowdin] Update translations (Chinese Simplified) store_metadata.csv

* [crowdin] Update translations (Chinese Simplified) keyword.strings

* [crowdin] Update translations (Chinese Simplified) store_metadata.csv

* [crowdin] Update translations (Chinese Simplified) app_en.arb

* [crowdin] Update translations (Chinese Simplified) full_description.txt

* [crowdin] Update translations (Chinese Simplified) short_description.txt

* [crowdin] Update translations (Chinese Simplified) app_en.arb

* [crowdin] Update translations (Chinese Simplified) store_metadata.csv

* [crowdin] Update translations (Spanish) app_en.arb

* [crowdin] Update translations (Chinese Simplified) app_en.arb

Co-authored-by: AuthPass account for translations <65448863+authpass-l10n@users.noreply.github.com>
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
X Tutup