Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awootton/knotfree-local-hoster
An app to tunnel http from knotfree.io to localhost
https://github.com/awootton/knotfree-local-hoster
Last synced: 29 days ago
JSON representation
An app to tunnel http from knotfree.io to localhost
- Host: GitHub
- URL: https://github.com/awootton/knotfree-local-hoster
- Owner: awootton
- License: gpl-3.0
- Created: 2024-11-05T09:13:38.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-28T20:53:35.000Z (about 2 months ago)
- Last Synced: 2024-11-28T21:29:45.532Z (about 2 months ago)
- Language: TypeScript
- Size: 678 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This is an app that will tunnel http from knotfree.net to localhost.
Example of starting a local web service:
This will start a wordpress installation:```docker-compose -f docker-compose-wp.yml up```
Then, in the UI of this running app add a name, eg john-q-blog and a port of 8087.
Then you will have a wordpress accessible at http://john-q-blog.knotfree.netthe yarn publish crashes so use 'npx electron-forge publish' and then wait ...
for development ```yarn remove knotfree-ts-lib```
and then ```ln -s /Users/awootton/workspace/knotfree-ts-lib/src ./src/knotfree-ts-lib ```
and then change the code.for releases ```rm ./src/knotfree-ts-lib```
then publish the lib !
and then ```yarn add knotfree-ts-lib```
and fix the code