Move Deno Deploy to network and internet deployment in docs
parent
70cb0fc226
commit
0d5cb25ad2
|
@ -11,7 +11,6 @@ You have a few options here:
|
||||||
|
|
||||||
1. Installation via [[Install/Docker]] (the awesome container runtime): recommended if you already have Docker installed
|
1. Installation via [[Install/Docker]] (the awesome container runtime): recommended if you already have Docker installed
|
||||||
2. Installation via [[Install/Deno]] (the awesome JavaScript runtime): recommended if you intend to hack on SilverBullet itself later on
|
2. Installation via [[Install/Deno]] (the awesome JavaScript runtime): recommended if you intend to hack on SilverBullet itself later on
|
||||||
3. More advanced: deploy directly to the cloud via [[Install/Deno Deploy]]
|
|
||||||
|
|
||||||
# Non-local access
|
# Non-local access
|
||||||
Once you got a comfortable set running locally, you may want to look at options to expose your setup to your [[Install/Network and Internet]].
|
Once you got a comfortable set running locally, you may want to look at options to expose your setup to your [[Install/Network and Internet]].
|
||||||
|
|
|
@ -14,3 +14,4 @@ People have found various simple to more complex ways of achieving this.
|
||||||
* Using [[Deployments/ngrok]] is likely the easiest solution to exposing your _locally running_ SilverBullet to the Internet. Note that “locally running” can mean your own local machine, but can still refer to running it on a server in your network (like a Raspberry Pi).
|
* Using [[Deployments/ngrok]] is likely the easiest solution to exposing your _locally running_ SilverBullet to the Internet. Note that “locally running” can mean your own local machine, but can still refer to running it on a server in your network (like a Raspberry Pi).
|
||||||
* [[Deployments/Caddy]]: the easiest solution to expose SilverBullet running on a publicly accessible server to the Internet (but local network as well using Tailscale)
|
* [[Deployments/Caddy]]: the easiest solution to expose SilverBullet running on a publicly accessible server to the Internet (but local network as well using Tailscale)
|
||||||
* [[Authelia]] setup hints
|
* [[Authelia]] setup hints
|
||||||
|
* Deploy directly to the cloud via [[Install/Deno Deploy]]
|
||||||
|
|
Loading…
Reference in New Issue