Search found 5 matches

by Sandbird
Thu Oct 13, 2022 12:01 pm
Forum: General discussion
Topic: It doesn't have to be the end
Replies: 0
Views: 13079

It doesn't have to be the end

Please reconsider adding mysql storage support for the cards. Using mysql as a db option the Push2Run project could easily use voice commanding via a webserver and various push libraries. I've been using pushbullet to send push notifications via php for years now. If we could manipulate cards stored...
by Sandbird
Fri May 15, 2020 5:18 pm
Forum: Feature requests
Topic: Remote connect to MySQL server
Replies: 6
Views: 5971

Re: Remote connect to MySQL server

That would work like you said semi-automated, it would be nice if there was an option to not press OK and it will just import it automatically (like a checkbox in settings)...and then of course a way to delete it by using a console command as well if needed. That would be a neat way of adding comman...
by Sandbird
Fri May 15, 2020 12:29 pm
Forum: Feature requests
Topic: Remote connect to MySQL server
Replies: 6
Views: 5971

Re: Remote connect to MySQL server

Yeah, i saw that the db was encrypted which of course is a great thing. I always protect data with SALT keys and md5 encryptions as well. The only thing is that there is no obvious way on how we can dynamically create rows in the db, not to mention that it is located locally. Via a webserver we can ...
by Sandbird
Fri May 15, 2020 9:56 am
Forum: Feature requests
Topic: Some basic console commands
Replies: 0
Views: 4894

Some basic console commands

Some basic inapp commands for a controlling the app via console would be nice. That would require the entries to have a unique id though inside the tree view. For example: "Push2Run.exe -list" (could list all card names with their unique ids, to be parsed by an external map to get all comm...
by Sandbird
Fri May 15, 2020 9:12 am
Forum: Feature requests
Topic: Remote connect to MySQL server
Replies: 6
Views: 5971

Remote connect to MySQL server

It would be really nice if the app could connect to a MySQL database to get the cards. This way the app could be integrated with multiple OpenAI home platforms (like https://www.home-assistant.io/). You could for example create a webpage in a local apache server to edit/add commands to a lan databas...