localhostforonline 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +1 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -95,7 +95,7 @@ localhostforonline login <token> # Save auth token
95
95
 
96
96
  | Variable | Default | Description |
97
97
  |----------|---------|-------------|
98
- | `LOCALHOSTFOR_SERVER` | `localhostfor.online` | Server URL (for self-hosted or local dev) |
98
+ | `LOCALHOSTFOR_SERVER` | `localhostfor.online` | Server URL for local development |
99
99
 
100
100
  ---
101
101
 
@@ -118,19 +118,6 @@ Endpoints:
118
118
 
119
119
  ---
120
120
 
121
- ## Self-hosting
122
-
123
- The full stack is available on [GitHub](https://github.com/oismaelash/localhostfor.online).
124
- Run your own tunnel server with Docker:
125
-
126
- ```bash
127
- docker compose -f docker/docker-compose.yml up -d
128
- ```
129
-
130
- Requires: Go 1.22+, PostgreSQL, Docker
131
-
132
- ---
133
-
134
121
  ## License
135
122
 
136
123
  MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "localhostforonline",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Expose your localhost to the internet",
5
5
  "bin": {
6
6
  "localhostforonline": "cli.js"
@@ -16,7 +16,7 @@
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/oismaelash/localhostfor.online"
19
+ "url": "https://localhostfor.online"
20
20
  },
21
21
  "keywords": [
22
22
  "tunnel",