chore: ci and docs

This commit is contained in:
kekskurse 2025-03-18 16:18:11 +01:00
parent 4a896c0102
commit 3d95d8d987
2 changed files with 1 additions and 12 deletions

View file

@ -3,18 +3,6 @@ when:
branch: main
steps:
- name: ntfy
image: codeberg.org/l-x/woodpecker-ntfy
when:
- event: push
settings:
url: https://ntfy.sh/vLAMfcUBF5gNdoIv
title: Commit by ${CI_COMMIT_AUTHOR} on ${CI_COMMIT_BRANCH}
priority: low
click: https://woodpecker.keks.cloud/
icon: https://woodpecker-ci.org/img/logo.svg
tags: robot,${CI_REPO_NAME}
message: ${CI_COMMIT_MESSAGE}
- name: go-tests
image: golang:1.24
commands:

View file

@ -14,3 +14,4 @@
| SMTP_PASSWORD | SMTP Password | `none` |
| SMTP_FROM | Mail address used as from for all mails | `none` |
| WEB_PUBLIC_REGISTRATION | Enabled the registration for anyone on the webgui | False |
| MINIAUTH_LOGIN_WITH_NOT_APPROVED_MAIL | Allow user to login even if there mail address is not validated | False |