fix cloudflare tunnels (#1076)

The Server didn't have correct permissions to create the directory for
the cloudflare config. Have docker do it instead. Also the credentials
file key was incorrect.
This commit is contained in:
evanpelle
2025-06-06 16:13:05 -07:00
committed by evanpelle
parent fcc2574ffc
commit 8192fe1cfe
6 changed files with 14 additions and 12 deletions
+3
View File
@@ -4,6 +4,9 @@ import { GameMapType } from "../../src/core/game/Game";
import { GameID } from "../../src/core/Schemas";
export class TestServerConfig implements ServerConfig {
cloudflareConfigDir(): string {
throw new Error("Method not implemented.");
}
domain(): string {
throw new Error("Method not implemented.");
}