mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
create civproxy database + add ajqueue
This commit is contained in:
BIN
ansible/src/proxy-plugins/ajQueue-2.9.0-all.jar
Normal file
BIN
ansible/src/proxy-plugins/ajQueue-2.9.0-all.jar
Normal file
Binary file not shown.
@@ -55,7 +55,6 @@ services:
|
||||
# Config & Plugins
|
||||
- /opt/stacks/minecraft/proxy-config:/config
|
||||
- /opt/stacks/minecraft/proxy-plugins:/plugins
|
||||
- /opt/PrivateConfig/proxy/plugins/ajQueue-2.9.0-all.jar:/config/plugins/ajQueue-2.9.0-all.jar
|
||||
- /opt/PrivateConfig/proxy/config/nuvotifier/config.toml:/config/plugins/nuvotifier/config.toml
|
||||
- /opt/PrivateConfig/proxy/config/nuvotifier/rsa/public.key:/config/plugins/nuvotifier/rsa/public.key
|
||||
- /opt/PrivateConfig/proxy/config/nuvotifier/rsa/private.key:/config/plugins/nuvotifier/rsa/private.key
|
||||
|
||||
@@ -13,6 +13,7 @@ CREATE DATABASE exilepearl;
|
||||
CREATE DATABASE realisticbiomes;
|
||||
CREATE DATABASE heliodor;
|
||||
CREATE DATABASE nameapi;
|
||||
CREATE DATABASE civproxy;
|
||||
|
||||
GRANT ALL PRIVILEGES ON `donum`.* TO 'mariadb'@'%';
|
||||
GRANT ALL PRIVILEGES ON `banstick`.* TO 'mariadb'@'%';
|
||||
@@ -29,6 +30,7 @@ GRANT ALL PRIVILEGES ON `exilepearl`.* TO 'mariadb'@'%';
|
||||
GRANT ALL PRIVILEGES ON `realisticbiomes`.* TO 'mariadb'@'%';
|
||||
GRANT ALL PRIVILEGES ON `heliodor`.* TO 'mariadb'@'%';
|
||||
GRANT ALL PRIVILEGES ON `nameapi`.* TO 'mariadb'@'%';
|
||||
GRANT ALL PRIVILEGES ON `civproxy`.* TO 'mariadb'@'%';
|
||||
|
||||
CREATE DATABASE pvp_civduties;
|
||||
CREATE DATABASE pvp_civmodcore;
|
||||
|
||||
@@ -9,10 +9,7 @@ services:
|
||||
|
||||
proxy:
|
||||
environment:
|
||||
REMOVE_OLD_MODS_EXCLUDE: "ajQueue-2.9.0-all.jar"
|
||||
SYNC_SKIP_NEWER_IN_DESTINATION: "true"
|
||||
volumes:
|
||||
- ./PrivateConfig/proxy/plugins/ajQueue-2.9.0-all.jar:/config/plugins/ajQueue-2.9.0-all.jar
|
||||
|
||||
paper:
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user