App Submission: Ordinals (#458)

This commit is contained in:
Nathan Fretz 2023-03-15 10:45:59 -07:00 committed by GitHub
parent ff10411528
commit 33da70e6ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 50 additions and 0 deletions

View 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
View 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