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