-
Notifications
You must be signed in to change notification settings - Fork 24
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
Create umbrel deployment #216
Comments
Thanks for opening this issue! This is something we've been thinking about, and definitely want to do. Would you be interested in helping us beta-test the Unbrel app? We don't run unbrel nodes ourselves, so having someone who was more familiar with the platform would be super helpful. |
I'd be glad to help. I already have two umbrels running (one testnet and one mainnet), and I just deployed my own app recently: |
That's awesome, we'll definitely take up up on that if we package it. Does Umbrel have a way for users to upload files to a directory on their umbrel node, and then map that into an app's container? We don't have a web UI for managing files on an Agora instance, so it would be convenient if users could so something like:
And then pass |
It looks like each app gets its own For example, my app I use it like this: |
Nice! Can users SSH into their Umbrel nodes? And if they can, where is the APP_DATA_DIR of a particular app from their perspective? |
This is just an example of mine:
|
Awesome, that's perfect. We can have users rsync/sftp/scp files to app-data/agora/files, in order to make them available on their Agora instance. |
Yeah, I think that would work. |
@neunenak and I started working on this, but we couldn't get |
@casey I also was unable to get umbrel-dev working. So I did all of my testing directly on my raspberry pi. |
@yzernik I'm getting a Bitcoin Machine soon, so unless someone picks this up before then, I'll plan to develop with that. |
I have an open PR to add Agora to the Umbrel App Store: getumbrel/umbrel#1282 If you want to test the PR on your own Umbrel, try:
Then copy files to sell into Then go to http://umbrel.local:12080/ |
Nice! I should have an Umbrel node to test on soon. |
@yzernik Awesome! |
It would be really cool to have agora as an app in the Umbrel app store. It would really simplify the deployment for the average user.
https://github.com/getumbrel/umbrel/blob/master/apps/README.md
Notes:
The text was updated successfully, but these errors were encountered: