diff --git a/config/pathfinder/plugin.ini b/config/pathfinder/plugin.ini new file mode 100644 index 0000000..ef86bc0 --- /dev/null +++ b/config/pathfinder/plugin.ini @@ -0,0 +1,7 @@ +[PLUGIN] +MODULES_ENABLED = 1 + +[PLUGIN.MODULES] +DOTLAN = ./app/ui/module/dotlan +TAGS = ./app/ui/module/tags + diff --git a/docker-compose.yml b/docker-compose.yml index 9a89797..cfabb52 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -56,7 +56,7 @@ services: volumes: - ${path}/config/pathfinder/config.ini:/var/www/html/pathfinder/app/templateConfig.ini - ${path}/config/pathfinder/pathfinder.ini:/var/www/html/pathfinder/app/pathfinder.ini - - ${path}/config/pathfinder/plugins.ini:/var/www/html/pathfinder/app/plugins.ini + - ${path}/config/pathfinder/plugin.ini:/var/www/html/pathfinder/app/plugin.ini depends_on: - pfdb - pf-redis diff --git a/pathfinder b/pathfinder index 5aa8cfe..c2003b5 160000 --- a/pathfinder +++ b/pathfinder @@ -1 +1 @@ -Subproject commit 5aa8cfed3273676c956615873d914c1e888546c3 +Subproject commit c2003b5fbcc80eee55b308a11862119760feba55