This commit is contained in:
Zack Scholl 2019-07-10 06:49:32 -07:00
parent ec567c6122
commit 7efda973ad
2 changed files with 12 additions and 4 deletions

View file

@ -1,10 +1,10 @@
# userve
# omniserve
onetwoseven.site: 127 is the last network number in a class A network with a subnet mask of 255.0.0.0. 127.0.0.1 is the first assignable address in the subnet.
## FAQ
**How do I get started?** You will need to setup port forwarding, a dynamic DNS, name registration, MySQL, PHP, Apache and take a online course in Javascript.
**How do I start web hosting?** You will need to setup port forwarding, a dynamic DNS, name registration, MySQL, PHP, Apache and take a online course in Javascript.
Just *kidding*! You don't need any of that crap. Just drag and drop a folder, or select a file. That's literally it. Now you can host a website from your laptop or your phone or your smartwatch or your toaster.
@ -16,7 +16,7 @@ Just *kidding*! You don't need any of that crap. Just drag and drop a folder, or
**Should I use this to host a website?** Dear god yes.
**Does this use AI or blockchain or decentralization or something like that?** Sure, why not. Your site can optionally be decentralized and hosted from other browsers that open your site. Later on it will use AI to predict all the web traffic so your site can have 100% uptime.
**Does this use AI or blockchain or decentralization or something like that?** Sure, why not.
**What inspired this?** [websocketd](https://github.com/joewalnes/websocketd) and [beaker browser](https://beakerbrowser.com/) which do something like this.

View file

@ -52,9 +52,17 @@
<p>Serve your files from your browser through this relay: <strong>{{.PublicURL}}</strong>.</p>
<details>
<summary>Click here for FAQ.</summary>
<p><strong>How do I get start my website?</strong> You will need to setup port forwarding, a dynamic DNS, name registration, MySQL, PHP, Apache and take a online course in Javascript. </p>
<p>Just <em>kidding</em>! You don't need any of that crap. Just drag and drop a folder, or select a file. That's literally it. Now you can host a website from your laptop or your phone or your smartwatch or your toaster.</p>
<p><strong>How is this possible?</strong> When the server you point at gets a request for a webpage, the server turns back and asks <em>you</em> for that content and will use what you provide for the original request.</p>
<p><strong>Won't my website disappear when I close my browser?</strong> Yep! There is a command-line tool that doesn't require a browser so it can run in the background if you need that. But yes, if your computer turns off then your site is down. Welcome to the joys of hosting a site on the internet.</p>
<p><strong>Won't I have to reload my browser if I change a file?</strong> Yep! Welcome to the joys of Javascript.</p>
<p><strong>Should I use this to host a website?</strong> Dear god yes.</p>
<p><strong>Does this use AI or blockchain?</strong> Sure, why not.</p>
<p><strong>What inspired this?</strong> <a href="https://github.com/joewalnes/websocketd">websocketd</a> and <a href="https://beakerbrowser.com/">beaker browser</a> which do something like this.</p>
</details>
<div id="filesBox" class="dropzone">
<div class="dz-message" data-dz-message><span>Drop or folder or click here to share a file.<br>
<div class="dz-message" data-dz-message><span>Drag and drop a folder or click to share a file.<br>
<p><small></small></p>
</span></div>
</div>