No description
  • Go 99.3%
  • Makefile 0.3%
  • Dockerfile 0.3%
Find a file
Christopher Rücker dfd75b9503
All checks were successful
build-and-push / build-and-push (push) Successful in 30s
ci: install ko v0.18.1 directly, drop setup-ko action
setup-ko calls api.github.com at runtime to resolve the latest
version; the runner hits it unauthenticated and gets rate-limited
(returns null). Pin the version in the download URL instead.
2026-06-19 13:32:32 +02:00
.claude fix: streamInfo model 2025-10-09 22:13:25 +02:00
.devcontainer feat: filtering for streamLiveEvents 2025-10-05 21:10:33 +02:00
.forgejo/workflows ci: install ko v0.18.1 directly, drop setup-ko action 2026-06-19 13:32:32 +02:00
.serena feat: groups feature 2025-10-01 20:52:34 +02:00
.vscode build: add devcontainer 2024-09-29 08:47:36 +02:00
build Merge branch 'master' into 'dev' 2025-10-24 12:29:53 +00:00
cmd refactor: use switch case for log level 2025-10-05 11:02:46 +02:00
docs Holy mother of god 2022-11-28 21:22:00 +01:00
migrations feat: user approval 2025-10-04 14:57:14 +02:00
pkg fix: use /llhls for forwardauth 2025-10-25 15:49:16 +02:00
.dockerignore Initial commit 2021-12-28 18:25:37 +01:00
.env Squashed commit of the following: 2024-03-30 19:13:06 +01:00
.gitignore chore: update gitignore 2025-10-05 11:55:04 +02:00
.ko.yaml ci: build multiarch 2025-10-05 21:00:07 +02:00
CLAUDE.md fix: streamInfo model 2025-10-09 22:13:25 +02:00
go.mod feat: add avatar endpoints, s3service 2024-09-22 14:16:07 +02:00
go.sum feat: add avatar endpoints, s3service 2024-09-22 14:16:07 +02:00
Makefile fix: streamInfo model 2025-10-09 22:13:25 +02:00
README.md Squashed commit of the following: 2024-03-30 19:13:06 +01:00

Neue Struktur

api-server-restart
    pkg
        webapi
            adminHandlers.go
            userHandlers.go
            middlewares.go
            userEventChannelMap.go
            eventChannelMap.go
            status.go
            streamHandlers.go
            streamListHandlers.go
            streamStatHandlers.go
            errors.go
        streams
            stream.go
            streamStats.go
            streamList.go
        models
            user.go
            group.go
            stream.go
        ovenmediaengineclient
            omeClient.go
        kratosclient
            kratosClient.go
        databaseclient
            database.go
        config
            configClient.go
    cmd
        api/
            main.go
        ome/
            main.go
    build
        api/
            alles von vorher
        ome/
            alles von vorher