mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
App Submission: Ordinals (#458)
This commit is contained in:
parent
ff10411528
commit
33da70e6ed
19
ordinals/docker-compose.yml
Normal file
19
ordinals/docker-compose.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: ordinals_ord_1
|
||||
APP_PORT: 80
|
||||
PROXY_AUTH_ADD: "false"
|
||||
|
||||
ord:
|
||||
image: nmfretz/ord:v0.5.1@sha256:0bbe9b14a8b05b783f0f2d967845a213e85f89f1b6ae3434bd2a8d60a271fddf
|
||||
# This needs to run as root
|
||||
# user: "1000:1000"
|
||||
restart: on-failure
|
||||
# First-inscription-height may not be needed in the future
|
||||
command: "--first-inscription-height 767430 --data-dir /var/lib/ord --bitcoin-data-dir /var/lib/bitcoind --rpc-url ${APP_BITCOIN_NODE_IP}:${APP_BITCOIN_RPC_PORT} --chain ${APP_BITCOIN_NETWORK} server --http"
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/var/lib/ord
|
||||
- ${APP_BITCOIN_DATA_DIR}:/var/lib/bitcoind:ro
|
31
ordinals/umbrel-app.yml
Normal file
31
ordinals/umbrel-app.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
manifestVersion: 1
|
||||
id: ordinals
|
||||
category: Explorers
|
||||
name: Ordinals
|
||||
version: "0.5.1"
|
||||
tagline: Trustlessly view Ordinal inscriptions using your Bitcoin node.
|
||||
description: >
|
||||
A block explorer to trustlessly view Ordinal inscriptions. Search blocks, transactions, outputs, and individual satoshis.
|
||||
|
||||
|
||||
Simply install the app and wait for Ordinals to connect to your Bitcoin node and index inscriptions.
|
||||
|
||||
|
||||
Disclaimer: The Ordinals app does not control, filter, or moderate the content hosted on the Bitcoin blockchain. Consequently, you may come across NSFW (Not Safe For Work), objectionable, or unlawful material while using the app.
|
||||
releaseNotes: ""
|
||||
developer: Casey Rodarmor
|
||||
website: https://ordinals.com/
|
||||
dependencies:
|
||||
- bitcoin
|
||||
repo: https://github.com/casey/ord
|
||||
support: https://discord.gg/ordinals
|
||||
port: 4000
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
path: ""
|
||||
deterministicPassword: false
|
||||
torOnly: false
|
||||
submitter: Umbrel
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/458
|
Loading…
Reference in New Issue
Block a user