From 4f512480ea5a429af4dc107c4590d4f6d7f9036b Mon Sep 17 00:00:00 2001 From: Gabriel Date: Wed, 12 Oct 2022 06:15:39 -0400 Subject: [PATCH] Server docs --- Docs/getting-started.md | 1 + Docs/instance.md | 2 +- {server => Server}/interverse-proxy.py | 0 {server => Server}/simple_cache.py | 0 {server => Server}/start.sh | 0 5 files changed, 2 insertions(+), 1 deletion(-) rename {server => Server}/interverse-proxy.py (100%) rename {server => Server}/simple_cache.py (100%) rename {server => Server}/start.sh (100%) diff --git a/Docs/getting-started.md b/Docs/getting-started.md index 1115443..9c3337b 100644 --- a/Docs/getting-started.md +++ b/Docs/getting-started.md @@ -30,3 +30,4 @@ Interverse is a fully-decentralized system. You can [setup your instance]() or p *Note: libresolutions.network uses a fairly long cache value when no results are returned.* If you want to see your changes reflected immediately, consider adding the CORS header. +You can also run your own [instance](instance.md) \ No newline at end of file diff --git a/Docs/instance.md b/Docs/instance.md index 6194427..78eaf98 100644 --- a/Docs/instance.md +++ b/Docs/instance.md @@ -14,4 +14,4 @@ Known instances: ## interverse-proxy -For compatibility with [Discover]() or for displaying previews of sites not serving the CORS header you'll want to setup \ No newline at end of file +For compatibility with [Discover](https://codeberg.org/onasaft/Discover) or for displaying previews of sites not serving the CORS header you'll want to setup the [server](/Server/readme.md) \ No newline at end of file diff --git a/server/interverse-proxy.py b/Server/interverse-proxy.py similarity index 100% rename from server/interverse-proxy.py rename to Server/interverse-proxy.py diff --git a/server/simple_cache.py b/Server/simple_cache.py similarity index 100% rename from server/simple_cache.py rename to Server/simple_cache.py diff --git a/server/start.sh b/Server/start.sh similarity index 100% rename from server/start.sh rename to Server/start.sh