From 33da70e6eda1f9f2c8282d844b1583ccab6be4fc Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Wed, 15 Mar 2023 10:45:59 -0700 Subject: [PATCH] App Submission: Ordinals (#458) --- ordinals/docker-compose.yml | 19 +++++++++++++++++++ ordinals/umbrel-app.yml | 31 +++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 ordinals/docker-compose.yml create mode 100644 ordinals/umbrel-app.yml diff --git a/ordinals/docker-compose.yml b/ordinals/docker-compose.yml new file mode 100644 index 00000000..706e1a83 --- /dev/null +++ b/ordinals/docker-compose.yml @@ -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 \ No newline at end of file diff --git a/ordinals/umbrel-app.yml b/ordinals/umbrel-app.yml new file mode 100644 index 00000000..8e9db000 --- /dev/null +++ b/ordinals/umbrel-app.yml @@ -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 \ No newline at end of file