mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update ItchySats to v0.7.0 (#179)
This commit is contained in:
parent
0a0452abd5
commit
0a7f9295ef
@ -7,14 +7,14 @@ services:
|
||||
APP_PORT: 8000
|
||||
|
||||
web:
|
||||
image: ghcr.io/itchysats/itchysats/taker:0.6.1@sha256:5ad0baea350bee41b6e828030ff37f7bb61359d381c7afd15f874ee2bf9d6c62
|
||||
image: ghcr.io/itchysats/itchysats/taker:0.7.0@sha256:0c29162897a6c2bc2093373306f920400a0718960e1e4b1d80bd44beb485a498
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/data
|
||||
command:
|
||||
- --password=$APP_PASSWORD
|
||||
- --umbrel-seed=$APP_SEED
|
||||
- --app-seed=$APP_SEED
|
||||
- $APP_BITCOIN_NETWORK
|
||||
- --electrum=tcp://$APP_ELECTRS_NODE_IP:$APP_ELECTRS_NODE_PORT
|
||||
environment:
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: itchysats
|
||||
category: Finance
|
||||
name: ItchySats
|
||||
version: "0.6.1"
|
||||
version: "0.7.0"
|
||||
tagline: Peer-2-peer derivatives on Bitcoin
|
||||
description: >-
|
||||
ItchySats enables peer-2-peer CFD trading on Bitcoin using DLCs
|
||||
@ -33,17 +33,19 @@ description: >-
|
||||
|
||||
|
||||
1. Minimum position quantity is $100, maximum $1000
|
||||
|
||||
|
||||
|
||||
|
||||
With 0.4.0 your CFDs are perpetual positions that are extended hourly. This means your CFD position will remain open forever unless you decide to close it. A funding fee is collected hourly when the CFD is extended.
|
||||
|
||||
|
||||
With 0.4.8 you can open long and short positions, previously only long positions were possible.
|
||||
|
||||
|
||||
|
||||
|
||||
With 0.5.0 you can chose from different from leverage. Leverage choices are configured by the maker and might initially be restricted to x1, x2 and x3.
|
||||
|
||||
|
||||
With 0.6.0 you can open positions on BTCUSD and ETHUSD prices. #ShortTheMerge
|
||||
|
||||
With 0.7.0 we replaced basic authentication with cookie-based authentication. Deterministic password is the same as before (see Umbrel app store).
|
||||
developer: ItchySats
|
||||
website: https://itchysats.network
|
||||
dependencies:
|
||||
@ -56,12 +58,9 @@ gallery:
|
||||
- 2.jpg
|
||||
- 3.jpg
|
||||
path: ""
|
||||
defaultUsername: itchysats
|
||||
deterministicPassword: true
|
||||
torOnly: false
|
||||
releaseNotes: >-
|
||||
This release fixes a minor UI bug for 0.6.0.
|
||||
|
||||
Release 0.6.0 enables ETHUSD CFDs. You can now trade BTCUSD and ETHUSD using your Bitcoin.
|
||||
|
||||
With release 0.6.0 support for the legacy network stack is dropped; versions prior to 0.5.4 are not supported anymore and have to upgrade to maintain compatibility.
|
||||
With 0.7.0 we replaced basic authentication with cookie-based authentication. Deterministic password is the same as before (see Umbrel app store).
|
||||
|
||||
Full changelog can be found here: https://github.com/itchysats/itchysats/releases/tag/0.7.0
|
||||
|
Loading…
Reference in New Issue
Block a user