An OIDC-protected index page for your homeserver.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(docker): run go generate

+1
+1
Dockerfile
··· 7 7 8 8 COPY . ./ 9 9 10 + RUN CGO_ENABLED=0 GOOS=linux go generate 10 11 RUN CGO_ENABLED=0 GOOS=linux go build -o /ladon . 11 12 12 13 FROM alpine:3 AS run