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

Feature Request: 'fork' for connection data #358

Closed
lebochequirit opened this issue Jan 26, 2014 · 8 comments
Closed

Feature Request: 'fork' for connection data #358

lebochequirit opened this issue Jan 26, 2014 · 8 comments
Labels

Comments

@lebochequirit
Copy link

I thought about that for a while and have seen it now in the tt-rss app available on f-droid:

The happ has "normal" connection data - let's say via https://owncloud.mydomain.tld

And for a certain Wifi connection (identified by SSID and one or more MACs) I have another connection via https://192.168.xxx.yyy.

The idea is not to route data via internet while I'm at home and can connect via LAN.

@davivel
Copy link
Contributor

davivel commented Jan 29, 2014

Any suggestion about how to solve it? I don't think we have time to check tt-rss. Are you thinking about letting the user explicitly define what URLs should be used for the same account depending on the network availability? Or am I losing some way to recognize it automatically from the app?

@lebochequirit
Copy link
Author

It's the second. tt-rss has a settings entry for "connection" - which is the standard connection, ie. https://homevia.dyndns.org/owncloudinstall.
Then it has a tab "per-network-settings" where you can pick the actual Wifi network and then define another connection address, ie. https://192.168.xxx.yyy/owncloudinstall likewise the standard connection.
In effect, if you are at home, identified by ssid and MAC, owncloud will connect to https://192.168.xxx/owncloudinstall, else the client connects via https://homevia.dyndns.org/owncloudinstall

Picking the actual network is handy, but letting the user enter a certain SSID/MAC combination would be better for people running more than one network with the same SSID on different places.

Cheers,

L.B.Q.R.

@davivel
Copy link
Contributor

davivel commented Feb 13, 2014

This seems very, very interesting for tech-savvy users.

@jancborchardt
Copy link
Member

This sounds like »LAN sync« similar to the one on the desktop app? owncloud/client#230

@davivel
Copy link
Contributor

davivel commented Mar 12, 2014

Not so sure; maybe to owncloud/mirall/#203 ?

@zatricky
Copy link

While it might achieve the same as LAN sync its not quite the same thing. The LAN sync proposal is completely automatic and could, in theory, be between clients as well as the server - but it only specifically relates to connectivity for upload/download, not to authentication and client configuration. The two can either work together or actually conflict in their aims, depending on the direction the Devs want to go.

This is sortof a duplicate of owncloud/client#203 - not sure if, because it is in /android/ that it should simply be linked rather than duped.

As noted in that issue, depending on how sophisticated your network infrastructure is, you can achieve this via DNS. For example, on my network, a DNS lookup for my server's public name gives the A record referring to 192.168.x.y, whereas the same lookup from outside gives a CNAME result referring to a dyndns-type record.

@zatricky
Copy link

@michaelstingl Please put a reason for it being closed - for example inactivity/implemented/duplicate/wontfix/etc
Thank you

@michaelstingl
Copy link
Contributor

@zatricky Thanks for asking. I don't see a realistic chance to get this implemented from the ownCloud team in the near or mid-future. In case of a contribution, we can always re-open it. Nobody contributed to it in the last years and there are also no bounties for it:
https://www.bountysource.com/issues/1386463-feature-request-fork-for-connection-data

Please also check my comment about dnsmasq : owncloud/client#203 (comment)

hannesa2 pushed a commit that referenced this issue Oct 9, 2023
…andable

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

No branches or pull requests

6 participants