Allows registering gitea accounts via the gitea API from within a discord server.
Go to file
Florian Beisel c734924efc
Test Changes on Push / build-vet-test (push) Successful in 19s Details
feat: Implement GitHub Actions Workflows for CI/CD
This commit introduces Actions workflows to automate the Continuous
Integration and Continuous Deployment process. It includes:

- A workflow for running build, vet, and test on branch pushes
- A workflow for building and publishing `nighly`binaries and Docker
  images upon pull requests being merged into the main branch.
- A workflow for building, and uploading new releases.
2024-01-12 00:40:29 +01:00
.gitea/workflows feat: Implement GitHub Actions Workflows for CI/CD 2024-01-12 00:40:29 +01:00
Dockerfile fix: Dockerfile now builds a usable image 2024-01-10 01:11:25 +01:00
go.mod Initial commit 2024-01-10 00:10:39 +01:00
go.sum Initial commit 2024-01-10 00:10:39 +01:00
main.go Initial commit 2024-01-10 00:17:15 +01:00