umbrel-apps/public-pool-web/umbrel-app.yml
Martin Barilík ca7e10c4ee
Update public-pool-web to version 0.1.0 (#3571)
Co-authored-by: Martin Barilík <martinko5mb@proton.me>
2025-09-15 10:29:48 +02:00

49 lines
1.4 KiB
YAML

manifestVersion: 1
id: public-pool-web
category: bitcoin
name: Public Pool's Web
version: "0.1.0"
tagline: Modern web interface for managing your Public Pool's data
description: >
Public Pool's Web provides a sleek, user-friendly interface for managing and monitoring
your Public Pool's data.
Built with Rails 8.0 and modern web technologies, it offers
real-time updates, detailed analytics, and comprehensive pool management features.
Features:
- Add user
- Add worker
- Change theme
- Sidekiq web interface ( to check background jobs, usually you do not mess with it )
⚠️ Notes:
- Change host IP ( and port is needed ) of your pool. ( Public Pool doesn't expose its IP yet )
- If you change host IP and port of the pool, restart the application in umbrel OS. Otherwise, sidekiq will not see them.
This is a hobby project!
developer: martinbarilik
website: https://github.com/martinbarilik/public-pool-web
dependencies:
- public-pool
repo: https://github.com/martinbarilik/public-pool-web
support: https://github.com/martinbarilik/public-pool-web/discussions
port: 2021
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: "/"
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
Key highlights in this release:
- fixed issue with incorrect initial database creation on fresh install
- updated PostgresSQL to version 17.6
submitter: "martinbarilik"
submission: https://github.com/getumbrel/umbrel-apps/pull/3159