diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-10 21:29:14 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-10 21:29:14 +0100 |
commit | 7d9eee179c16c443337c964deff364f453c032d4 (patch) | |
tree | ec1ad2efed1743874e2e3df2ec3ce99b0ac66f26 /docs | |
parent | 8729e54125bf9bad0a370929a31954339d4f2cd1 (diff) | |
download | NorthstarWiki-7d9eee179c16c443337c964deff364f453c032d4.tar.gz NorthstarWiki-7d9eee179c16c443337c964deff364f453c032d4.zip |
Add skeleton for best practices when hosting
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index de1edf0..93f3b40 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -26,6 +26,7 @@ * [Prerequisites](hosting-a-server-with-northstar/prerequisites.md) * [Hosting a Basic Listen Server](hosting-a-server-with-northstar/basic-listen-server.md) * [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) ## Modding diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md new file mode 100644 index 0000000..7e3541b --- /dev/null +++ b/docs/hosting-a-server-with-northstar/dedicated-server/best-practices.md @@ -0,0 +1,10 @@ +--- +description: Tweaks and tricks to improve both your experience in hosting and others' in playing on your server +--- + +# Best practices + + +{% hint style="info" %} +TODO: If you have experience in hosting Northstar servers and want to share your knowledge, please open a [pull request](https://github.com/R2Northstar/NorthstarWiki/pulls). +{% endhint %} |