Merge pull request #1 from goryn-clade/tags

Tags
This commit is contained in:
Sam 2020-12-09 00:18:25 +13:00 committed by GitHub
commit a1eddeba84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 3 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
.env
*.sql

View file

@ -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

View file

@ -0,0 +1,7 @@
[PLUGIN]
MODULES_ENABLED = 1
[PLUGIN.MODULES]
DOTLAN = ./app/ui/module/dotlan
TAGS = ./app/ui/module/tags

View file

@ -73,4 +73,3 @@ volumes:
networks:
pf:
caddy:

@ -1 +1 @@
Subproject commit 450fc640f05e8d30e585519b65bc6f4a0eeef4dc
Subproject commit 7c53f0b2a0853989d2163a41383bc6887717e5f6