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

Network storage should be exposed through the API. #40

Open
DDR0 opened this issue Sep 13, 2019 · 1 comment
Open

Network storage should be exposed through the API. #40

DDR0 opened this issue Sep 13, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request.

Comments

@DDR0
Copy link
Contributor

DDR0 commented Sep 13, 2019

Since it is entirely reasonable to want to configure the hypothetical "camera on the roof" with a new remote storage location, the samba shares configuration should to be exposed through the API.

Proposed Interface:
testNetworkStorage(address: str, user: str, password: str)
set({networkInterfaceAddress: 'z', networkInterfaceUser: 'y', networkInterfacePassword: 'z'})

(note: This will be used to complete src/screens/storage.py:testNetworkStorage, which currently holds a sample implementation.)

CR14-189 has been put on hold pending resolution of this ticket.

@DDR0 DDR0 added the enhancement New feature or request. label Sep 13, 2019
@DDR0 DDR0 changed the title "Network Storage" needs to be exposed to API. "Network Storage" needs to be exposed via the API. Sep 13, 2019
@DDR0 DDR0 changed the title "Network Storage" needs to be exposed via the API. Network Storage needs to be exposed via the API. Sep 13, 2019
@DDR0 DDR0 changed the title Network Storage needs to be exposed via the API. Network storage needs to be exposed via the API. Sep 13, 2019
@DDR0 DDR0 changed the title Network storage needs to be exposed via the API. Network storage should be exposed through the API. Sep 13, 2019
@DDR0
Copy link
Contributor Author

DDR0 commented Sep 13, 2019

@jthco should have a working samba implementation in his dbusified version of camApp.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants