diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-13 17:09:29 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-13 17:09:29 +0100 |
commit | 3c4f2ce1911860d00dbfbc6266da486072cbec1a (patch) | |
tree | 7987a8209a62fb476ab4a7f56da8983762d7ebe5 /docs | |
parent | 7842d033ea6fc7b2a7a0e88034bda692b395a990 (diff) | |
download | NorthstarWiki-3c4f2ce1911860d00dbfbc6266da486072cbec1a.tar.gz NorthstarWiki-3c4f2ce1911860d00dbfbc6266da486072cbec1a.zip |
Add hosting guides page
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SUMMARY.md | 2 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/hosting-guides.md | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 93f3b40..7ce8728 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -28,7 +28,7 @@ * [Hosting a Dedicated Server](hosting-a-server-with-northstar/dedicated-server/README.md) * [Best practices](hosting-a-server-with-northstar/dedicated-server/best-practices.md) * [Hosting on Linux](hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md) - +* [Guides](hosting-a-server-with-northstar/hosting-guides.md) ## Modding * [Getting Started](modding/getting-started.md) diff --git a/docs/hosting-a-server-with-northstar/hosting-guides.md b/docs/hosting-a-server-with-northstar/hosting-guides.md new file mode 100644 index 0000000..860345a --- /dev/null +++ b/docs/hosting-a-server-with-northstar/hosting-guides.md @@ -0,0 +1,11 @@ +--- +description: Guides to setting up a server +--- + +# Hosting guides + +{% hint style="info" %} +Note that these guides might not fully reflect best practices and can be outdated. However they should be helpful in setting up a server for the first time. +{% endhint %} + +{% embed url="https://www.youtube.com/watch?v=EZ3w2Nl9SZo" %} |