diff --git a/.gitignore b/.gitignore index 2eea525..4264f2f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.env \ No newline at end of file +.env +*.sql \ No newline at end of file diff --git a/config/pathfinder/pathfinder.ini b/config/pathfinder/pathfinder.ini index 0500cf5..af81077 100644 --- a/config/pathfinder/pathfinder.ini +++ b/config/pathfinder/pathfinder.ini @@ -395,3 +395,15 @@ GIT_HUB = https://api.github.com ; Syntax: 0 | 1 ; Default: 0 PERSISTENT_DB_CONNECTIONS = 1 + +[PATHFINDER.SYSTEMTAG] +; Systemtag status +; If enabled new systems will be tagged using the defined style +; Syntax: 0 | 1 +; Default: 0 +STATUS = 1 + +; Naming scheme to use +; Syntax: String +; Default: countConnections +STYLE = countConnections 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 25d4a9c..2a2c8c9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -73,4 +73,3 @@ volumes: networks: pf: caddy: - diff --git a/pathfinder b/pathfinder index 450fc64..7c53f0b 160000 --- a/pathfinder +++ b/pathfinder @@ -1 +1 @@ -Subproject commit 450fc640f05e8d30e585519b65bc6f4a0eeef4dc +Subproject commit 7c53f0b2a0853989d2163a41383bc6887717e5f6