Provision forgejo on k8s with c4k
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Clemens Geibel d4a0df85f9 Merge branch 'main' into 'backup'
# Conflicts:
#   src/main/cljc/dda/c4k_gitea/gitea.cljc
2 years ago
doc Merge branch 'main' into 'backup' 2 years ago
infrastructure/docker-backup Remove unused pg-role functions 2 years ago
public initial 2 years ago
src Merge branch 'main' into 'backup' 2 years ago
.gitignore initial 2 years ago
.gitlab-ci.yml Update CI to show failing tests 2 years ago
LICENSE initial 2 years ago
README.md update README.md 2 years ago
package.json version bump 2 years ago
project.clj version bump 2 years ago
shadow-cljs.edn Update CI to show failing tests 2 years ago
valid-auth.edn Fixed test-schema ci-script 2 years ago
valid-config.edn Fixed test-schema ci-script 2 years ago

README.md

convention 4 kubernetes: c4k-gitea

Clojars Project pipeline status

DeltaChat chat over e-mail | team@social.meissa-gmbh.de team@social.meissa-gmbh.de | Website & Blog

Purpose

c4k-gitea provides a k8s deployment file for Gitea containing:

  • gitea
  • ingress having a letsencrypt managed certificate
  • postgres database

Try out

Click on the image to try out live in your browser:

Try it out

Your input will stay in your browser. No server interaction is required.

Gitea setup

After having deployed the yaml-file generated by the c4k-gitea module you need to complete the setup for gitea:

  • Open the URL of your gitea-server, and you will be shown a configuration page.
  • Adjust the settings according to your needs
  • Add the administrator's data (name, password and email) and submit the page.
  • The required database will be created and the Gitea setup will be completed.
  • The SSH-URL for a repo has the format: "ssh://git@domain:2222/[username]/[repo].git Example: "git clone ssh://git@repo.test.meissa.de:2222/myuser/c4k-gitea.git"

License

Copyright © 2022 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License") Pls. find licenses of our subcomponents here