ACoolName 54174ef418
Some checks failed
Build and Push Docker Image / Build image (push) Failing after 58s
added a bit of zap logging
2025-04-09 20:03:34 +03:00
2025-04-07 14:17:03 +03:00
2024-05-21 21:59:38 +03:00
2025-04-09 20:03:34 +03:00
2025-04-09 20:03:34 +03:00
2025-04-09 03:15:38 +03:00
2025-04-09 17:41:08 +03:00
2025-04-09 20:03:34 +03:00
2025-04-09 03:28:14 +03:00
2025-04-09 03:15:38 +03:00
2025-04-09 20:03:34 +03:00
2025-04-09 03:15:38 +03:00
2025-04-09 03:28:14 +03:00
2025-03-24 09:45:02 +02:00
2025-04-09 20:03:34 +03:00
2025-04-09 20:03:34 +03:00
2025-03-18 23:27:27 +02:00
2025-04-06 23:53:07 +03:00
2025-04-09 03:15:38 +03:00
2025-03-18 23:35:54 +02:00

Server Manager Kubernetes Operator

Implements Server Manager capabilities (including web-ui/auth) in kubernetes

Config Example

Yaml Config format

email:
  from_email: ""
  username: ""
  password: ""
  server: ""

domain: ""

signing:
  key: ""
  algorithm: "HS512"

authentication:
  type: "OIDC"  # OIDC or UserPass
  oidc:
    issuer_url: ""
    client_id: ""
    client_secret: ""
  user_pass:
    type: "mongo"
    mongo:
      url: ""
      username: ""
      password: ""
      database: ""
      collection: ""
    invite_token_database:
      type: "mongo"
      mongo:
        url: ""
        username: ""
        password: ""
        database: ""
        collection: ""

instancemanager:
  type: "docker"  # or kubernetes
  docker:
    games_domain: ""
    browsers_domain: ""
    certificate_resolver: ""
    file_browser:
      image:
        registry: ""
        tag: ""
      command: ""
      network: ""

users:
  default_max_owned_servers: 10

servers_database:
  type: "mongo"
  mongo:
    url: ""
    username: ""
    password: ""
    database: ""
    collection: ""

servers_authorization_database:
  type: "mongo"
  mongo:
    url: ""
    username: ""
    password: ""
    database: ""
    collection: ""
Description
No description provided
Readme GPL-3.0 487 KiB
Languages
Go 99.6%
Dockerfile 0.4%