Pierre Balzack
Pierre Balzack
Okay I see what you mean. I appreciate all of your advice and will incorporate it as I go forward.
Yes, you can login from the iOS app to your umbrel hosted databag instance, but with umbrel however you need to use the cloudflare tunnel app. The cloudflare setup has...
I will look into the multistage build; I was not aware of this. Is this why you said it was "somewhat" lightweight, or do you see other things that can...
Firstly, thanks for your review of the project! I really appreciate your time and knowledge. Thanks for the go package suggestion. I'll need to figure out how to do that,...
I don't have a CLI client yet, but I've had several requests for one so I'll push it up in the backlog. Thanks for the feedback!
I was thinking of adding a button to the topic thread in the webapp. It would copy a tiny bash script to the clipboard. You could then run the bash...
Great point on security. The script would need to contain a login prompt so that the access tokens aren't stored on disk and easily compromised. Unfortunately the login prompt would...
The process of adding a message to a topic with an asset currently involves hitting 3 endpoints. I suppose I could add a new endpoint that combines the logic of...
...perhaps I missed your point in the last message
Okay, right now I'm leaning towards adding a 'helper' endpoint that would allow this to be done via a POST. Im in the middle of webrtc integration, so it will...