Skip to content

Commit b2300d1

Browse files
committed
Merge branch 'grass-traffmonetizer'
2 parents f3b871e + 9b34497 commit b2300d1

File tree

11 files changed

+74
-2
lines changed

11 files changed

+74
-2
lines changed

grass/DOCS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Home Assistant Grass Add-on
2+
3+
Note! These are referral links, and by signing up through them,
4+
you directly contribute to future updates and maintenance.
5+
6+
## Quick Configuration Guide
7+
8+
1. If you don't already have a Grass account, head over to [Grass](https://app.getgrass.io/register/?referralCode=nQQpxyv6mNel0H8) and sign up.
9+
2. In Home Assistant, navigate to "Supervisor" > "Add-on Store" and search for the Grass add-on. Once found, click on it and go to the "Configuration" tab.
10+
4. You need to input your Grass email and password in the required fields.
11+
5. After filling out the required fields, save the configuration and restart the Grass add-on.
12+
6. Finally, check the add-on logs to ensure the add-on has successfully connected to your Grass account.

grass/config.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "Grass"
2+
slug: "grass"
3+
description: "Earn a stake in AI. Get rewarded for your unused internet"
4+
version: "latest"
5+
init: false
6+
legacy: true
7+
image: mrcolorrain/grass-node
8+
arch:
9+
- amd64
10+
- aarch64
11+
- armv7
12+
options:
13+
USER_EMAIL: ""
14+
USER_PASSWORD: ""
15+
schema:
16+
USER_EMAIL: str
17+
USER_PASSWORD: str

grass/icon.png

1.09 KB
Loading

pawns/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Pawns.app"
22
slug: "pawns"
33
description: "Extra Income Made Easy"
4-
version: "0.33.0"
4+
version: "0.33.2"
55
init: false
66
legacy: true
77
arch:

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ you directly contribute to future updates and maintenance.
1717

1818
- [Honeygain](https://r.honeygain.me/BULINCBB47)
1919
- [EarnApp](https://earnapp.com/i/4LLxaYrb)
20+
- [Grass](https://app.getgrass.io/register/?referralCode=nQQpxyv6mNel0H8)
21+
- [Traffmonetizer](https://traffmonetizer.com/?aff=1805975)
2022
- [Pawns.app](https://pawns.app/?r=7359984)
2123
- [Repocket](https://link.repocket.com/TLMq)
2224
- [PacketStream](https://packetstream.io/?psr=6eJ7)

repocket/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ legacy: true
66
arch:
77
- aarch64
88
- amd64
9-
version: "1.1.43"
9+
version: "1.1.46"
1010
image: repocket/repocket
1111
options:
1212
RP_EMAIL: ""

traffmonetizer/DOCS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Home Assistant Traffmonetizer Add-on
2+
3+
Note! These are referral links, and by signing up through them,
4+
you directly contribute to future updates and maintenance.
5+
6+
## Quick Configuration Guide
7+
8+
1. If you don't already have a Traffmonetizer account, head over to [Traffmonetizer](https://traffmonetizer.com/?aff=1805975) and sign up.
9+
2. In Home Assistant, navigate to "Supervisor" > "Add-on Store" and search for the Traffmonetizer add-on. Once found, click on it and go to the "Configuration" tab.
10+
3. In your Traffmonetizer account, you will need your token to link your device.
11+
4. Set the name of the device.
12+
5. After filling out the required fields, save the configuration and restart the Traffmonetizer add-on.
13+
6. Finally, check the add-on logs to ensure the add-on has successfully connected to your Traffmonetizer account.

traffmonetizer/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ARG BUILD_FROM
2+
FROM ${BUILD_FROM}
3+
4+
ENV token ""
5+
ENV device-name ""
6+
7+
ENTRYPOINT ./Cli "start" "accept" "--token" "$token" "--device-name" "$device"

traffmonetizer/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"build_from": {
3+
"amd64": "traffmonetizer/cli_v2:latest",
4+
"aarch64": "traffmonetizer/cli_v2:arm64v8",
5+
"armv7": "traffmonetizer/cli_v2:arm32v7"
6+
},
7+
}

traffmonetizer/config.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "Traffmonetizer"
2+
slug: "traffmonetizer"
3+
description: "Share your internet connection and make money online"
4+
version: "1.0"
5+
init: false
6+
legacy: true
7+
arch:
8+
- amd64
9+
- aarch64
10+
- armv7
11+
options:
12+
token: ""
13+
schema:
14+
token: str

0 commit comments

Comments
 (0)