Skip to content

Commit 082e450

Browse files
committed
Changes to more pages
1 parent db9ef77 commit 082e450

9 files changed

Lines changed: 116 additions & 216 deletions

File tree

README.md

Lines changed: 28 additions & 216 deletions
Large diffs are not rendered by default.

config.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"id": "fossa",
3+
"version": "1.2.0",
4+
"name": "FOSSA",
5+
"repo": "https://github.com/lnbits/fossa_extension",
6+
"short_description": "Bitcoin ATMs",
7+
"description": "",
8+
"tile": "/fossa/static/image/fossa.png",
9+
"min_lnbits_version": "1.3.0",
10+
"contributors": [
11+
{
12+
"name": "Ben Arc",
13+
"uri": "mailto:ben@lnbits.com",
14+
"role": "Developer"
15+
},
16+
{
17+
"name": "BlackCoffee",
18+
"uri": "https://github.com/blackcoffee",
19+
"role": "Developer"
20+
},
21+
{
22+
"name": "Vlad Stan",
23+
"uri": "https://github.com/motorina0",
24+
"role": "Developer"
25+
},
26+
{
27+
"name": "dni",
28+
"uri": "https://github.com/dni",
29+
"role": "Developer"
30+
}
31+
],
32+
"images": [
33+
{
34+
"uri": "https://raw.githubusercontent.com/lnbits/fossa_extension/main/static/image/oS5VEEf.png"
35+
},
36+
{
37+
"uri": "https://raw.githubusercontent.com/lnbits/fossa_extension/main/static/image/uPxF8SO.png",
38+
"link": "https://www.youtube.com/watch?v=98VYC99s770",
39+
"tooltip": "demo video"
40+
}
41+
],
42+
"description_md": "https://raw.githubusercontent.com/lnbits/fossa_extension/main/description.md",
43+
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/fossa_extension/main/toc.md",
44+
"license": "MIT",
45+
"paid_features": "",
46+
"tags": ["Hardware", "ATM"],
47+
"donate": "",
48+
"hidden": false
49+
}

description.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
The LNbits FOSSA extension (Free and Open Source ATM) for Bitcoin ATM-style payments and payouts.
2+
3+
Its functions include:
4+
5+
- LNURL-based receive/withdraw flows for ATM and kiosk use
6+
- Offline-friendly operation for unreliable connections
7+
- Hardware support for bill/coin acceptors and thermal printers
8+
- Payout options via Lightning, on-chain, and Liquid (swap-assisted where available)
9+
10+
Made for builders and operators of DIY ATMs, vending machines, and payment-trigger IoT devices who want a simple, flexible LNbits-backed stack.

static/image/7Nz9PyU.png

158 KB
Loading

static/image/U8dgtSl.png

114 KB
Loading

static/image/fossa.png

13.4 KB
Loading

static/image/oS5VEEf.png

109 KB
Loading

static/image/uPxF8SO.png

336 KB
Loading

toc.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Terms and Conditions for LNbits Extension
2+
3+
## 1. Acceptance of Terms
4+
5+
By installing and using the LNbits extension ("Extension"), you agree to be bound by these terms and conditions ("Terms"). If you do not agree to these Terms, do not use the Extension.
6+
7+
## 2. License
8+
9+
The Extension is free and open-source software, released under [specify the FOSS license here, e.g., GPL-3.0, MIT, etc.]. You are permitted to use, copy, modify, and distribute the Extension under the terms of that license.
10+
11+
## 3. No Warranty
12+
13+
The Extension is provided "as is" and with all faults, and the developer expressly disclaims all warranties of any kind, whether express, implied, statutory, or otherwise, including but not limited to warranties of merchantability, fitness for a particular purpose, non-infringement, and any warranties arising out of course of dealing or usage of trade. No advice or information, whether oral or written, obtained from the developer or elsewhere will create any warranty not expressly stated in this Terms.
14+
15+
## 4. Limitation of Liability
16+
17+
In no event will the developer be liable to you or any third party for any direct, indirect, incidental, special, consequential, or punitive damages, including lost profit, lost revenue, loss of data, or other damages arising out of or in connection with your use of the Extension, even if the developer has been advised of the possibility of such damages. The foregoing limitation of liability shall apply to the fullest extent permitted by law in the applicable jurisdiction.
18+
19+
## 5. Modification of Terms
20+
21+
The developer reserves the right to modify these Terms at any time. You are advised to review these Terms periodically for any changes. Changes to these Terms are effective when they are posted on the appropriate location within or associated with the Extension.
22+
23+
## 6. General Provisions
24+
25+
If any provision of these Terms is held to be invalid or unenforceable, that provision will be enforced to the maximum extent permissible, and the other provisions of these Terms will remain in full force and effect. These Terms constitute the entire agreement between you and the developer regarding the use of the Extension.
26+
27+
## 7. Contact Information
28+
29+
If you have any questions about these Terms, please contact the developer at [developer's contact information].

0 commit comments

Comments
 (0)