pinme 2.0.0-beta.7 → 2.0.0-beta.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -14
- package/dist/index.js +2268 -1093
- package/dist/utils/getDeviceId.js +61 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://pinme.
|
|
2
|
+
<a href="https://pinme.eth.limo/">
|
|
3
3
|
<img src="https://2egc5b44.pinit.eth.limo/" height="92">
|
|
4
4
|
<h3 align="center">PinMe</h3>
|
|
5
5
|
</a>
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
# PinMe
|
|
15
15
|
|
|
16
|
-
[PinMe](https://pinme.
|
|
16
|
+
[PinMe](https://pinme.eth.limo/) is a zero-config frontend deployment tool.
|
|
17
17
|
No servers. No accounts. No setup.
|
|
18
18
|
|
|
19
19
|
Build a static site, generate a page with AI, export your frontend, or import CAR files — then deploy instantly with a single command.
|
|
@@ -23,7 +23,7 @@ PinMe publishes your site as verifiable content, making silent tampering and acc
|
|
|
23
23
|
You don’t manage servers, regions, or uptime.
|
|
24
24
|
PinMe handles availability and persistence for you.
|
|
25
25
|
|
|
26
|
-
Website: [https://pinme.
|
|
26
|
+
Website: [https://pinme.eth.limo/](https://pinme.eth.limo/)
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -79,7 +79,7 @@ pinme upload dist
|
|
|
79
79
|
pinme upload build
|
|
80
80
|
```
|
|
81
81
|
|
|
82
|
-
That's it! You'll get a preview URL like `https://pinme.
|
|
82
|
+
That's it! You'll get a preview URL like `https://pinme.eth.limo/#/preview/*`
|
|
83
83
|
|
|
84
84
|
---
|
|
85
85
|
|
|
@@ -130,7 +130,7 @@ This section provides AI-specific instructions for deploying websites using PinM
|
|
|
130
130
|
```
|
|
131
131
|
|
|
132
132
|
6. **Return Result**
|
|
133
|
-
- Only return final preview page URL: `https://pinme.
|
|
133
|
+
- Only return final preview page URL: `https://pinme.eth.limo/#/preview/*`
|
|
134
134
|
- Do not output additional logs or intermediate steps
|
|
135
135
|
|
|
136
136
|
#### Prohibited Operations
|
|
@@ -161,7 +161,7 @@ For easy AI tool parsing:
|
|
|
161
161
|
"total_directory": "1GB"
|
|
162
162
|
},
|
|
163
163
|
"output": "preview_url",
|
|
164
|
-
"preview_url_format": "https://pinme.
|
|
164
|
+
"preview_url_format": "https://pinme.eth.limo/#/preview/*",
|
|
165
165
|
"fixed_domain_format": "https://*.pinit.eth.limo",
|
|
166
166
|
"other_commands": {
|
|
167
167
|
"version": "pinme --version",
|
|
@@ -188,7 +188,7 @@ For easy AI tool parsing:
|
|
|
188
188
|
> 2. Check if pinme is installed, install if not
|
|
189
189
|
> 3. Identify the static file directory for the website to deploy
|
|
190
190
|
> 4. Execute deployment command
|
|
191
|
-
> 5. Return preview page link: `https://pinme.
|
|
191
|
+
> 5. Return preview page link: `https://pinme.eth.limo/#/preview/*`
|
|
192
192
|
|
|
193
193
|
---
|
|
194
194
|
|
|
@@ -409,7 +409,7 @@ pinme bind ./dist --domain my-site --dns
|
|
|
409
409
|
- DNS domain: `https://<your-domain>`
|
|
410
410
|
|
|
411
411
|
**DNS Setup:**
|
|
412
|
-
After successful DNS domain binding, visit the [DNS Configuration Guide](https://pinme.
|
|
412
|
+
After successful DNS domain binding, visit the [DNS Configuration Guide](https://pinme.eth.limo/#/docs?id=custom-domain) to complete DNS setup.
|
|
413
413
|
|
|
414
414
|
### `upload`
|
|
415
415
|
|
|
@@ -535,7 +535,7 @@ Set AppKey for authentication and automatically merge anonymous upload history t
|
|
|
535
535
|
pinme set-appkey [AppKey]
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
**Note:** Fixed domain binding requires AppKey and Plus membership. Get your AppKey from [PinMe website](https://pinme.
|
|
538
|
+
**Note:** Fixed domain binding requires AppKey and Plus membership. Get your AppKey from [PinMe website](https://pinme.eth.limo/).
|
|
539
539
|
|
|
540
540
|
### `show-appkey` / `appkey`
|
|
541
541
|
|
|
@@ -574,7 +574,7 @@ Domain binding (both Pinme subdomains and custom DNS domains) requires VIP membe
|
|
|
574
574
|
**Before using domain binding:**
|
|
575
575
|
|
|
576
576
|
1. **Upgrade to VIP**
|
|
577
|
-
- Visit [PinMe website](https://pinme.
|
|
577
|
+
- Visit [PinMe website](https://pinme.eth.limo/) to upgrade
|
|
578
578
|
|
|
579
579
|
2. **Set AppKey**
|
|
580
580
|
```bash
|
|
@@ -592,7 +592,7 @@ Domain binding (both Pinme subdomains and custom DNS domains) requires VIP membe
|
|
|
592
592
|
|
|
593
593
|
### Checking VIP Status
|
|
594
594
|
|
|
595
|
-
If you attempt to bind a domain without VIP, you'll see an error message. You can check your VIP status on the [PinMe website](https://pinme.
|
|
595
|
+
If you attempt to bind a domain without VIP, you'll see an error message. You can check your VIP status on the [PinMe website](https://pinme.eth.limo/).
|
|
596
596
|
|
|
597
597
|
---
|
|
598
598
|
|
|
@@ -649,7 +649,7 @@ Uploaded files are stored on the IPFS network and accessible through the Glitter
|
|
|
649
649
|
|
|
650
650
|
**After successful upload, you receive:**
|
|
651
651
|
1. IPFS content hash
|
|
652
|
-
2. Preview page URL: `https://pinme.
|
|
652
|
+
2. Preview page URL: `https://pinme.eth.limo/#/preview/*`
|
|
653
653
|
3. Fixed domain option: `https://*.pinit.eth.limo`
|
|
654
654
|
|
|
655
655
|
### Log Locations
|
|
@@ -662,7 +662,7 @@ Uploaded files are stored on the IPFS network and accessible through the Glitter
|
|
|
662
662
|
## PinMe Platform Features
|
|
663
663
|
|
|
664
664
|
### Preview Page
|
|
665
|
-
- Access uploaded website via preview link: `https://pinme.
|
|
665
|
+
- Access uploaded website via preview link: `https://pinme.eth.limo/#/preview/*`
|
|
666
666
|
- Get fixed domain: `https://*.pinit.eth.limo`
|
|
667
667
|
|
|
668
668
|
### Login and Management
|
|
@@ -832,7 +832,7 @@ If you have questions or suggestions, please contact us through:
|
|
|
832
832
|
|
|
833
833
|
- GitHub Issues: [https://github.com/glitternetwork/pinme/issues](https://github.com/glitternetwork/pinme/issues)
|
|
834
834
|
- Email: [pinme@glitterprotocol.io](mailto:pinme@glitterprotocol.io)
|
|
835
|
-
- Website: [https://pinme.
|
|
835
|
+
- Website: [https://pinme.eth.limo/](https://pinme.eth.limo/)
|
|
836
836
|
|
|
837
837
|
---
|
|
838
838
|
|