Move Deno Deploy to network and internet deployment in docs

pull/1008/head
Zef Hemel 2024-07-31 12:49:16 +02:00
parent 70cb0fc226
commit 0d5cb25ad2
2 changed files with 1 additions and 1 deletions

View File

@ -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
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
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]].

View File

@ -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).
* [[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
* Deploy directly to the cloud via [[Install/Deno Deploy]]