Skip to content

App Submission: pogolo#4622

Open
0xf0xx0 wants to merge 18 commits intogetumbrel:masterfrom
0xf0xx0:add-pogolo
Open

App Submission: pogolo#4622
0xf0xx0 wants to merge 18 commits intogetumbrel:masterfrom
0xf0xx0:add-pogolo

Conversation

@0xf0xx0
Copy link

@0xf0xx0 0xf0xx0 commented Jan 31, 2026

pogolo is a go-based solo bitcoin mining pool.

App Submission

App name

pogolo

256x256 SVG icon

i threw together a gopher png, but i dont have a way to make it into a svg
gopher

Gallery images

pogolo is a cli app and doesnt have a webui, so im usin dozzle gotty

image image

I have tested my app on:

  • umbrelOS on a Raspberry Pi
  • umbrelOS on an Umbrel Home
  • umbrelOS on Linux VM

Copy link
Collaborator

@al-lac al-lac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @0xf0xx0, thanks for submitting your app to the Umbrel App Store, we really appreciate it! 🥇

Sadly, I could not quite get the app to run for me, the container fails with this error on an arm64 instance:
exec /pogolo: no such file or directory

Can you look into this?

Also added some comments on what should be adjusted to get the app ready for the store.

Comment on lines +14 to +15
volumes:
- /var/run/docker.sock:/var/run/docker.sock
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using the docker socket here is not allowed due to security risks.

If the logs of the pogolo container are important to show, another way to show them has to be looked into. See the snowflake app for an example.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, i'll have to slap together a webui then 🤔 is there a log viewer in umbrel i can depend on that supports ansi coloring before i do so?

@al-lac al-lac added the awaiting changes Waiting for contributor to make requested changes label Feb 23, 2026
@0xf0xx0
Copy link
Author

0xf0xx0 commented Feb 24, 2026

Sadly, I could not quite get the app to run for me, the container fails with this error on an arm64 instance: exec /pogolo: no such file or directory

Can you look into this?

does the latest image work? i dont have an arm device to test, unless i can run the arm docker image on x64 somehow x3

@0xf0xx0 0xf0xx0 requested a review from al-lac February 24, 2026 18:28
@github-actions
Copy link

🎉   Linting finished with no errors or warnings   🎉

Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store.

Please review the linting results below and make any necessary changes to your submission.

Linting Results

Severity File Description
ℹ️ pogolo/docker-compose.yml External port mapping "5661:5661":
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).
ℹ️ pogolo/docker-compose.yml External port mapping "5662:5662":
Port mappings may be unnecessary for the app to function correctly. Docker's internal DNS resolves container names to IP addresses within the same network. External access to the web interface is handled by the app_proxy container. Port mappings are only needed if external access is required to a port not proxied by the app_proxy, or if an app needs to expose multiple ports for its functionality (e.g., DHCP, DNS, P2P, etc.).

Legend

Symbol Description
Error: This must be resolved before this PR can be merged.
⚠️ Warning: This is highly encouraged to be resolved, but is not strictly mandatory.
ℹ️ Info: This is just for your information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting changes Waiting for contributor to make requested changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants