fcaps

Results 20 comments of fcaps

> Problem 1: Stop the spam if api is down cannot reproduce this anymore, can you guide me? > Problem 2: Use the internal dns instead of external DNS roundtrip...

for the "managers" who also can handle invites etc. #372 Split up rules, description and links i could imagine some markdown syntax in the description to get links and others...

the "/play" is not that user-friendly and should be refactored from scratch. i could add that image and a new description and scram it into the page, but the better...

a list of common loggers https://www.highlight.io/blog/nodejs-logging-libraries

this needs changes in the java-api, if you get this implemented there i could help implement this here

some steps like: - session cookie name - helmet http headers (maybe we need not all, but some of them) - app.disable('x-powered-by') lel, opensource... you can't hide and search/remove unused...

UPDATE: for a pure flash implementation (a sinlge message) you can use: ```JavaScript await req.asyncFlash('info', 'My Message') ``` this will be rendered in the default template on the next site:...

this also needs changes in the java api, you need to change it there first

just got the answer, and we can share the xyz .env in the repo. Tasks: [] add .env-xyz [] update README.md to only include the setup with the xyz []...

.env-xyz ``` # node env is set statically to "development" in the dockerfile, you could override it here. #NODE_ENV=production HOST=http://localhost:8020 API_URL=https://api.faforever.xyz OAUTH_URL=https://hydra.faforever.xyz # on a local environment with docker, the...