Skip to content

Commit

Permalink
upd. 🥚
Browse files Browse the repository at this point in the history
 + readme
  • Loading branch information
a-sync committed Oct 24, 2023
1 parent b60e18a commit d4c3ad2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ node ./dist/server.js
* [bootstrap 4 reference](https://www.w3schools.com/bootstrap4/bootstrap_ref_all_classes.asp)
* [mustache documentation](https://github.com/janl/mustache.js#templates)
* [pterodactyl documentation](https://pterodactyl.io/community/config/eggs/creating_a_custom_egg.html)
* [community docu fork](https://quintenqvd0.github.io/pterodactyl-documentation/docs/community/creating_eggs/creating_a_custom_egg)

# Contributing
Public contributions are welcome!
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

//v3
// refactor config structure (object first, nested settings for complex entities)
// introduce storage layer system and add free postgresql/redis support
// introduce storage layer system and add free postgresql/redis/json store support
// support gamedig udpListenPort config
6 changes: 3 additions & 3 deletions egg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-09-13T18:34:19+00:00",
"exported_at": "2023-10-24T16:33:47+00:00",
"name": "Game Server Watcher",
"author": "a-sync@devs.space",
"description": "A simple discord\/telegram\/slack bot that can be hosted on a free service to monitor your game servers and players in style. \ud83d\ude0e",
Expand Down Expand Up @@ -32,10 +32,10 @@
"name": "SECRET",
"description": "Admin secret",
"env_variable": "SECRET",
"default_value": "secret",
"default_value": "",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|min:1|max:255",
"rules": "required|string|min:8|max:255",
"field_type": "text"
},
{
Expand Down

0 comments on commit d4c3ad2

Please sign in to comment.