Skip to content

Commit bc571ab

Browse files
chore: rename app title from JAM to Jam (#19)
* chore: rename app title from JAM to Jam * chore: change wrapper-repo from jam-wrapper to jam-startos * chore: change support site from jam-docker to jam repo
1 parent d2fb14c commit bc571ab

File tree

6 files changed

+28
-28
lines changed

6 files changed

+28
-28
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Wrapper for JAM
1+
# Wrapper for Jam
22

3-
JAM is a web UI for JoinMarket with focus on user-friendliness. It aims to provide sensible defaults and be easy to use for beginners while still providing the features advanced users expect.
3+
Jam is a web UI for JoinMarket with focus on user-friendliness. It aims to provide sensible defaults and be easy to use for beginners while still providing the features advanced users expect.
44

55
## Dependencies
66

@@ -124,6 +124,6 @@ start-cli package install /path/to/jam.s9pk
124124

125125
## Verify Install
126126

127-
Go to your StartOS Services page, select JAM and start the service.
127+
Go to your StartOS Services page, select Jam and start the service.
128128

129129
#Done

assets/utils/check-api.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
DURATION=$(</dev/stdin)
44
if (($DURATION <= 5000)); then
5-
echo "JAM Web API may take a while to start, please be patient..."
5+
echo "Jam Web API may take a while to start, please be patient..."
66
exit 60
77
else
88
if ! curl -SL --silent --fail --insecure --max-time 10 https://jam.embassy:28183/api/v1/session 2>/dev/null; then
9-
echo "JAM API is unreachable" >&2
9+
echo "Jam API is unreachable" >&2
1010
exit 61
1111
fi
1212
fi

docker_entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ echo "Running on Bitcoin Core..."
2121
echo ' Username: ' >> /data/start9/stats.yaml
2222
echo ' type: string' >> /data/start9/stats.yaml
2323
echo " value: \"$APP_USER\"" >> /data/start9/stats.yaml
24-
echo ' description: This is your username for JAM' >> /data/start9/stats.yaml
24+
echo ' description: This is your username for Jam' >> /data/start9/stats.yaml
2525
echo ' copyable: true' >> /data/start9/stats.yaml
2626
echo ' masked: false' >> /data/start9/stats.yaml
2727
echo ' qr: false' >> /data/start9/stats.yaml
2828
echo ' Password: ' >> /data/start9/stats.yaml
2929
echo ' type: string' >> /data/start9/stats.yaml
3030
echo " value: \"$APP_PASSWORD\"" >> /data/start9/stats.yaml
31-
echo ' description: This is your password for JAM. Please use caution when sharing this password, you could lose your funds!' >> /data/start9/stats.yaml
31+
echo ' description: This is your password for Jam. Please use caution when sharing this password, you could lose your funds!' >> /data/start9/stats.yaml
3232
echo ' copyable: true' >> /data/start9/stats.yaml
3333
echo ' masked: true' >> /data/start9/stats.yaml
3434
echo ' qr: false' >> /data/start9/stats.yaml

instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
## Usage Instructions
22

3-
1. Start the JAM service and copy your username and password from Services > JAM > Properties
4-
2. Open JAM by pressing the `LAUNCH UI` button, authenticating with your username and password.
5-
3. For the first time using JAM, you will need to setup your wallet credentials. You can set up as many JAM wallets as you like.
6-
4. Please visit the [JAM Docs Website](https://jamdocs.org/) for detailed documentation on using JAM.
3+
1. Start the Jam service and copy your username and password from Services > Jam > Properties
4+
2. Open Jam by pressing the `LAUNCH UI` button, authenticating with your username and password.
5+
3. For the first time using Jam, you will need to setup your wallet credentials. You can set up as many Jam wallets as you like.
6+
4. Please visit the [Jam Docs Website](https://jamdocs.org/) for detailed documentation on using Jam.
77

88
For additional questions or support, please reach out [on telegram](https://t.me/JoinMarketWebUI).
99

manifest.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
id: jam
2-
title: JAM
2+
title: Jam
33
version: 0.2.0.1
44
release-notes: |
5-
* Update to latest jam-docker image upstream - [JAM v0.2.0 Release Notes](https://github.com/joinmarket-webui/jam/releases/tag/v0.2.0)
6-
* JAM v0.2.0 updates to latest JoinMarket ([v0.9.11](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/release-notes/release-notes-0.9.11.md))
5+
* Update to latest jam-docker image upstream - [Jam v0.2.0 Release Notes](https://github.com/joinmarket-webui/jam/releases/tag/v0.2.0)
6+
* Jam v0.2.0 updates to latest JoinMarket ([v0.9.11](https://github.com/JoinMarket-Org/joinmarket-clientserver/blob/master/docs/release-notes/release-notes-0.9.11.md))
77
* Fix default wallet name regression in jam-startos v0.2.0
88
license: MIT
9-
wrapper-repo: "https://github.com/Start9Labs/jam-wrapper"
9+
wrapper-repo: "https://github.com/Start9Labs/jam-startos"
1010
upstream-repo: "https://github.com/joinmarket-webui/jam-docker"
11-
support-site: "https://github.com/joinmarket-webui/jam-docker/issues"
11+
support-site: "https://github.com/joinmarket-webui/jam/issues"
1212
marketing-site: "https://jamapp.org"
1313
build: ["make"]
1414
description:
15-
short: JAM - A friendly UI for JoinMarket
15+
short: Jam - A friendly UI for JoinMarket
1616
long: |
1717
Jam is a web UI for JoinMarket with focus on user-friendliness.
1818
It aims to provide sensible defaults and be easy to use for beginners while still providing the features advanced users expect.
@@ -30,12 +30,12 @@ main:
3030
jam: /root/.joinmarket
3131
health-checks:
3232
web-ui:
33-
name: JAM UI
34-
success-message: JAM is ready to visit in a web browser
33+
name: Jam UI
34+
success-message: Jam is ready to visit in a web browser
3535
type: script
3636
api:
37-
name: JAM API
38-
success-message: The JAM API is accessible and responding
37+
name: Jam API
38+
success-message: The Jam API is accessible and responding
3939
type: docker
4040
image: main
4141
entrypoint: "check-api.sh"
@@ -58,7 +58,7 @@ volumes:
5858
type: assets
5959
interfaces:
6060
main:
61-
name: JAM Web UI
61+
name: Jam Web UI
6262
description: Specifies the interface to listen on for HTTP connections.
6363
tor-config:
6464
port-mapping:
@@ -84,9 +84,9 @@ dependencies:
8484
type: script
8585
alerts:
8686
install: |
87-
WARNING: If you have an older version of JAM running, this install will stop all active liquidity offers. You will need to manually restart your offers after the install is complete.
87+
WARNING: If you have an older version of Jam running, this install will stop all active liquidity offers. You will need to manually restart your offers after the install is complete.
8888
start: |
89-
It may take some time for the JAM API to initialize over the Tor network, please be patient.
89+
It may take some time for the Jam API to initialize over the Tor network, please be patient.
9090
migrations:
9191
from:
9292
"*":

scripts/services/getConfig.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({
2121
},
2222
username: {
2323
type: "string",
24-
name: "JAM Username",
25-
description: "Administrator username for JAM",
24+
name: "Jam Username",
25+
description: "Administrator username for Jam",
2626
nullable: false,
2727
copyable: true,
2828
masked: false,
2929
default: "jam",
3030
},
3131
password: {
3232
type: "string",
33-
name: "JAM Password",
34-
description: "Administrator password for JAM",
33+
name: "Jam Password",
34+
description: "Administrator password for Jam",
3535
nullable: false,
3636
copyable: true,
3737
masked: true,

0 commit comments

Comments
 (0)