From c0ea5abd35ddac1cae4d7697584cf5be9ccab6f2 Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Mon, 12 Aug 2019 10:52:42 +0200 Subject: [PATCH 1/3] fix #274 --- doc/contributors.md | 0 doc/faq.md | 16 +++++++++++ doc/services.md | 36 +++++++++++++++++++++++ readme.md | 69 ++++++++++++++++----------------------------- 4 files changed, 76 insertions(+), 45 deletions(-) create mode 100644 doc/contributors.md create mode 100644 doc/faq.md create mode 100644 doc/services.md diff --git a/doc/contributors.md b/doc/contributors.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/faq.md b/doc/faq.md new file mode 100644 index 0000000..c2eba82 --- /dev/null +++ b/doc/faq.md @@ -0,0 +1,16 @@ +## FAQ + +Frequently asked questions + +### Can i contribute? +* Of course, open an **issue** or submit a **PR** if you have an idea + +### Where can i help? +* Take a look at the **issues** and pick one :smile: + +### Can i help with admin stuff? +* Sure, but please provide some infos about you and your know-how first... + +### What happens with the map if the server closes someday +* I intend to provide a public download when the day comes: #76 +* Alternatively, if you want to provide an offsite mirror please contact me ingame or with the webmail feature (player: "admin") diff --git a/doc/services.md b/doc/services.md new file mode 100644 index 0000000..e66090c --- /dev/null +++ b/doc/services.md @@ -0,0 +1,36 @@ + +List of services used by the server + +### Website + +* URL: https://pandorabox.io +* Repository: https://github.com/pandorabox-io/pandorabox-website +* Tech-stack: html, javascript + +### Mods + +* Repositories: https://github.com/pandorabox-io +* Tech-stack: lua + +### Mapserver + +* URL: https://pandorabox.io/map +* Repository: https://github.com/minetest-tools/mapserver +* Tech-stack: go, html, javascript, sql + +### Highscore + +* URL: https://pandorabox.io/highscore +* Repository: https://git.rudin.io/minetest/xp-highscore +* Tech-stack: nodejs, html, javascript, sql + +### Webmail + +* URL: https://pandorabox.io/webmail +* New Repository: https://github.com/thomasrudin-mt/mail +* Tech-stack: nodejs, html, javascript, lua + +### Portainer + +* Container management +* https://portainer.io diff --git a/readme.md b/readme.md index 00411d0..e6feb38 100644 --- a/readme.md +++ b/readme.md @@ -5,57 +5,36 @@ Set up with `docker-compose` ## Links -* [Mod-list](doc/mods.md) -* [Settings](doc/settings.md) +* [Mod-list](doc/mods.md) a rough mod-overview (manually maintained, may be out of date) +* [Settings](doc/settings.md) `minetest.conf` extract +* [Services](doc/services.md) List of (micro-)services used by the server +* [FAQ](doc/faq.md) Frequently asked questions (code/server related) +## Contributors -## Overview +Thanks to all the various contributors: +(feel free to submit a PR or open an issue if i forgot you or you don't wanna be on here) -### Website +### Code -* URL: https://pandorabox.io -* Repository: https://github.com/pandorabox-io/pandorabox-website -* Tech-stack: html, javascript +* coil / @coil0 +* int / @int-ua +* SX / @S-S-X +* @6r1d -### Mods +### Moderation / ingame assistance -* Repositories: https://github.com/pandorabox-io -* Tech-stack: lua +* Adventurer +* Ruggila +* int +* SwissalpS -### Mapserver +(/mail me if i forgot you, it happens...) -* URL: https://pandorabox.io/map -* Repository: https://github.com/thomasrudin-mt/mapserver -* Tech-stack: go, html, javascript, sql +### Building -### Highscore - -* URL: https://pandorabox.io/highscore -* Repository: https://git.rudin.io/minetest/xp-highscore -* Tech-stack: nodejs, html, javascript, sql - -### Webmail - -* URL: https://pandorabox.io/webmail -* New Repository: https://github.com/thomasrudin-mt/mail -* Tech-stack: nodejs, html, javascript, lua - -### Portainer - -* Container management -* https://portainer.io - -## FAQ - -### Can i contribute? -* Of course, open an **issue** or submit a **PR** if you have an idea - -### Where can i help? -* Take a look at the **issues** and pick one :smile: - -### Can i help with admin stuff? -* Sure, but please provide some infos about you and your know-how first... - -### What happens with the map if the server closes someday -* I intend to provide a public download when the day comes: #76 -* Alternatively, if you want to provide an offsite mirror please contact me ingame or with the webmail feature (player: "admin") +* Warden (rework of my "boring" spawn platform) +* Pixalou (Streets with light in new-town) +* Ruggila (technic tutorial) +* SX (digiline tutorial) +* parasite / @parasitoid (mesecons tutorial) \ No newline at end of file From c0ed16103bb16f0eb0b665dcc8e55a255af0682f Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Mon, 12 Aug 2019 13:00:44 +0200 Subject: [PATCH 2/3] update contributors --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index e6feb38..95295cb 100644 --- a/readme.md +++ b/readme.md @@ -21,6 +21,7 @@ Thanks to all the various contributors: * int / @int-ua * SX / @S-S-X * @6r1d +* @OgelGames ### Moderation / ingame assistance @@ -37,4 +38,4 @@ Thanks to all the various contributors: * Pixalou (Streets with light in new-town) * Ruggila (technic tutorial) * SX (digiline tutorial) -* parasite / @parasitoid (mesecons tutorial) \ No newline at end of file +* parasite / @parasitoid (mesecons tutorial) From b46d8ad3b62c10ce6c663f70c040ec7e84b24bab Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Mon, 12 Aug 2019 13:26:53 +0200 Subject: [PATCH 3/3] proper ingame name --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 95295cb..ae01426 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ Thanks to all the various contributors: * int / @int-ua * SX / @S-S-X * @6r1d -* @OgelGames +* AceRichman / @OgelGames ### Moderation / ingame assistance