Replies: 4 comments 8 replies
-
Thanks for looking into Paisa. Auth is not yet implemented. It has been requested a few times, but I haven't figured out the details yet. I need to think about the implementation since paisa is available as two variants (desktop app, web UI), and what happens if the user forgets the password, does it protect the ledger file with encryption, etc. I checked the Pikapods documentation and couldn't find anything about app authentication, is it safe to assume Pikapod will just proxy the connection to paisa port? and won't do anything else. I am asking because I had checked Sandstorm in the past and it had specific requirements about how to handle auth. |
Beta Was this translation helpful? Give feedback.
-
Usually each app will implement authentication. Some only use basic auth that's set via env var. That's the simplest option probably. Yes, PikaPods will simply run the Docker image and proxy to the port. There are no specific requirements and we usually use the unmodified official image. Would be nice to add Paisa, as we already have Actual, which is another popular finance app people like. Right now is also a good time for this niche with the shutdown of Mint. Thanks for the consideration! |
Beta Was this translation helpful? Give feedback.
-
Now available on PikaPods: 🍾 https://www.pikapods.com/apps#finance As a next step we can also look into doing a revenue sharing agreement and adding PikaPods as additional install option for users that don't run their own server. |
Beta Was this translation helpful? Give feedback.
-
@m3nu , Thanks for sharing the link(https://www.pikapods.com/apps#finance), I don't know much about the servers and web technologies so I want to deploy my ledger details somewhere and run paisa on top of that. I think I can achieve that using pikapods, I already added the data using paisa editor but is it the only option to add the new transactions or any other way to connect from local machine like ssh or using docker and add transactions? |
Beta Was this translation helpful? Give feedback.
-
Was just trying to add Paisa as supported app for pikapods.com since some users asked for it. Everything worked well, but I couldn't find a way to add authentication. I'm assuming that's not implemented yet?
I'll look into adding basic auth at the server level, but having this in the app would be useful too. If the Docker/web app deployment method is a focus.
Beta Was this translation helpful? Give feedback.
All reactions