7twin
7twin
@vinz243 didn't find it in the issues, thanks - what makes pm2 not spawn though I wonder?
@vinz243 it does appear now in pm2, but if I ping it internally and proxy externally it doesn't seem to work, it does listen on :9000 but I get a...
@vinz243 yeah that's what I saw too when digging through the code, but it didn't seem like anything is wrong with that pm2 call btw I started it manually too...
@vinz243 sure: compactd-www: ``` 1|compactd | 2018-09-08T15:25:53.147Z storyboard INFO ┌── ROOT STORY: Node.js 8.11.4 on Linux 64-bit, SB 3.1.4 [CREATED] 1|compactd | 2018-09-08T15:25:53.150Z storyboard INFO Log filter: *:DEBUG 1|compactd |...
@vinz243 that does return the body: ``` Compactd v1.3.0 ```
@vinz243 I have following setup: cloudflare => nginx-server => compactd-server nginx-server being a different server than compactd, therefore the internal redirect. ``` server { listen 80; server_name {domain}; location /engine.io/...
@vinz243 where would I find the config.json?
@vinz243 awesome that was it, is there some documentation about all those config options? now I gotta just figure out the socketio forwarding and it should work, thanks.
@vinz243 is there maybe an option to bind the socketio to a seperate external IP? that would make it much easier. (besides dirty-swapping it inside the code)
@vinz243 it seems cloudflare automatically proxies websockets already and I do get "socket.io is now connected", but I get a "An error happened during database sync for artworks: undefined" shortly...