diff --git a/.env.template b/.env.template index 8dcfaf9..bd7bee5 100644 --- a/.env.template +++ b/.env.template @@ -580,3 +580,8 @@ MODULE_MOD_OLLAMA_CHAT_CLAUDE_PROXY=0 MODULE_MOD_OMEN_OF_CLARITY=0 MODULE_WEEBZSLAYER_ARMYKNIFE=0 MODULE_WOWMIN=0 +MODULE_AZEROTHCORE_DASHBOARD=0 +MODULE_AZEROTHPANEL=0 +MODULE_MOD_CUSTOM_LOGIN=0 +MODULE_MOD_FASTFORWARD=0 +MODULE_MOD_TOP_ARENA=0 diff --git a/config/module-manifest.json b/config/module-manifest.json index 45ff6e0..eea3bbb 100644 --- a/config/module-manifest.json +++ b/config/module-manifest.json @@ -5811,6 +5811,76 @@ "requires": [], "post_install_hooks": [], "config_cleanup": [] + }, + { + "key": "MODULE_MOD_FASTFORWARD", + "name": "mod-fastforward", + "repo": "https://github.com/archaicprose/mod-fastforward.git", + "description": "", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_CUSTOM_LOGIN", + "name": "mod-custom-login", + "repo": "https://github.com/azerothcore/mod-custom-login.git", + "description": "An original module for AzerothCore by StygianTheBest http://stygianthebest.github.io", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_MOD_TOP_ARENA", + "name": "mod-top-arena", + "repo": "https://github.com/azerothcore/mod-top-arena.git", + "description": "Shows arena statistics in game For Azerothcore 3.3.5a", + "type": "cpp", + "category": "uncategorized", + "notes": "Discovered via GitHub topic 'azerothcore-module'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_AZEROTHPANEL", + "name": "AzerothPanel", + "repo": "https://github.com/scarecr0w12/AzerothPanel.git", + "description": "A web-based management panel for AzerothCore WoW private servers \u2014 FastAPI backend, React/TypeScript frontend, Docker Compose deployment", + "type": "tool", + "category": "tooling", + "notes": "Discovered via GitHub topic 'azerothcore-tools'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] + }, + { + "key": "MODULE_AZEROTHCORE_DASHBOARD", + "name": "azerothcore-dashboard", + "repo": "https://github.com/Jslquintero/azerothcore-dashboard.git", + "description": "Electron app to manage Azeroth-Core docker images in linux", + "type": "tool", + "category": "tooling", + "notes": "Discovered via GitHub topic 'azerothcore-tools'", + "status": "active", + "order": 5000, + "requires": [], + "post_install_hooks": [], + "config_cleanup": [] } ] }