Updates websocket submodule and container
This commit is contained in:
parent
df653f699c
commit
790407f552
5 changed files with 14 additions and 7 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
[submodule "pathfinder"]
|
[submodule "pathfinder"]
|
||||||
path = pathfinder
|
path = pathfinder
|
||||||
url = https://github.com/samoneilll/pathfinder
|
url = https://github.com/goryn-clade/pathfinder
|
||||||
[submodule "websocket"]
|
[submodule "websocket"]
|
||||||
path = websocket
|
path = websocket
|
||||||
url = https://github.com/exodus4d/pathfinder_websocket
|
url = https://github.com/goryn-clade/pathfinder_websocket
|
||||||
|
|
|
||||||
|
|
@ -70,14 +70,21 @@ COOKIE_EXPIRE = 30
|
||||||
; Default: 0
|
; Default: 0
|
||||||
MODE_MAINTENANCE = 0
|
MODE_MAINTENANCE = 0
|
||||||
|
|
||||||
|
; Share maps between logged in characters in the same session
|
||||||
|
; If enabled this will grant the active character access to any maps
|
||||||
|
; that other characters from the "switch character" menu have access to
|
||||||
|
; Syntax 0 | 1
|
||||||
|
; Default 0
|
||||||
|
SESSION_SHARING = 1
|
||||||
|
|
||||||
; Login restrictions (white lists)
|
; Login restrictions (white lists)
|
||||||
; Login/registration can be restricted to specific groups.
|
; Login/registration can be restricted to specific groups.
|
||||||
; Use comma separated strings for CCP Ids (e.g. 1000166,1000080).
|
; Use comma separated strings for CCP Ids (e.g. 1000166,1000080).
|
||||||
; If no groups are specified, all characters are allowed.
|
; If no groups are specified, all characters are allowed.
|
||||||
; Syntax: String (comma separated)
|
; Syntax: String (comma separated)
|
||||||
; Default:
|
; Default:
|
||||||
CHARACTER = 95277885,2112390934,1602326087,899403619,888617837
|
CHARACTER =
|
||||||
CORPORATION = 98567606,98581604,98374903,98666711,98655726,98464278,98660608,98675758
|
CORPORATION =
|
||||||
ALLIANCE =
|
ALLIANCE =
|
||||||
|
|
||||||
[PATHFINDER.CHARACTER]
|
[PATHFINDER.CHARACTER]
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ services:
|
||||||
driver: none
|
driver: none
|
||||||
restart: always
|
restart: always
|
||||||
pf-socket:
|
pf-socket:
|
||||||
image: composer:latest
|
image: composer:composer@sha256:d374b2e1f715621e9d9929575d6b35b11cf4a6dc237d4a08f2e6d1611f534675
|
||||||
container_name: "$CONTAINER_NAME-socket"
|
container_name: "$CONTAINER_NAME-socket"
|
||||||
command: ["sh","-c","composer install && php cmd.php --tcpHost 0.0.0.0"]
|
command: ["sh","-c","composer install && php cmd.php --tcpHost 0.0.0.0"]
|
||||||
hostname: socket
|
hostname: socket
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ccdb9b7f6c6b33fe95939a1bd79a3e89d2e5338f
|
Subproject commit c3afe9ce73bf4bfb484ed5ae02eb29b5a8427f5b
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 505d3d163e9801835aeb508971a9b50278f0404b
|
Subproject commit f6b4f5ae309e21ad793197a77b5d095a33cfc9f1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue