Skip to content

Commit

Permalink
Upgrade to 0.3.3
Browse files Browse the repository at this point in the history
Includes using `$APP_PASSWORD` to restrict access to ItchySats within Umbrel by basic auth.
  • Loading branch information
scratchscratchscratchy committed Dec 29, 2021
1 parent 92007b1 commit 64d6a05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions apps/itchysats/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
web:
image: ghcr.io/itchysats/itchysats/taker:0.3.2@sha256:f119008fa0ec10a028290272a2c42974fe70863a3e88b030510e1f5a5af8db23
image: ghcr.io/itchysats/itchysats/taker:0.3.3@sha256:216d19fafe41860c78366737a79088f1049240723cf587ba7b049b071c1fac62
restart: on-failure
stop_grace_period: 1m
ports:
Expand All @@ -12,9 +12,10 @@ services:
command:
- --maker=mainnet.itchysats.network:9999
- --maker-id=7e35e34801e766a6a29ecb9e22810ea4e3476c2b37bf75882edf94a68b1d9607
- --password=$APP_PASSWORD
- mainnet
- --electrum=tcp://$ELECTRUM_IP:$ELECTRUM_PORT

networks:
default:
ipv4_address: $APP_ITCHYSATS_IP
ipv4_address: $APP_ITCHYSATS_IP
6 changes: 4 additions & 2 deletions apps/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@
"id": "itchysats",
"category": "Finance",
"name": "ItchySats",
"version": "v0.3.0",
"version": "v0.3.3",
"tagline": "Peer-2-peer derivatives on Bitcoin",
"description": "ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs (discreet log contracts). No account needed, no trusted third-party - just you and your keys.\n\nThis is beta software. We tested it on test- and mainnet, but there are no guarantees that it will always behave as expected.\nPlease be mindful with how much money you trust the application with.\nCFDs trading is inherently risky, be sure to read up on it before using this application.\n\nThat said: This is pretty awesome, go nuts!\n\n1. Fund the ItchySats wallet\n2. Open a position\n3. Watch the price go up\n4. Profit\n\nLimitations of the mainnet beta:\n\n1. You can only open long positions at the moment\n2. Minimum position quantity is $100, maximum $1000\n3. CFDs period ends after 7 days - perpetual positions are in the making :)\n4. The leverage is fixed at 2\n\nWe are woking hard on perpetual positions and allowing sell positions.\nUpdate to be expected soon!",
"developer": "ItchySats",
Expand All @@ -702,6 +702,8 @@
"3.jpg"
],
"path": "",
"defaultPassword": ""
"defaultUsername": "itchysats",
"deterministicPassword": true,
"torOnly": false
}
]

0 comments on commit 64d6a05

Please sign in to comment.