Provision forgejo on k8s with c4k
Find a file
2022-11-02 13:21:49 +01:00
doc update Upgrading documentation to be gitea specific 2022-11-02 13:19:02 +01:00
infrastructure/docker-backup fix restore 2022-10-07 11:37:31 +02:00
public initial 2022-06-07 17:37:21 +02:00
src bump gitea version to 1.17.3 2022-11-02 13:10:13 +01:00
.gitignore initial 2022-06-07 17:37:21 +02:00
.gitlab-ci.yml Update CI to show failing tests 2022-09-02 09:51:20 +02:00
copy-and-build-dda-io.sh Add automation for testing browser code 2022-10-18 13:27:03 +02:00
LICENSE initial 2022-06-07 17:37:21 +02:00
package.json Release 1.0.0 2022-11-02 13:21:49 +01:00
project.clj Release 1.0.0 2022-11-02 13:21:49 +01:00
README.md update README.md 2022-07-23 12:12:24 +02:00
shadow-cljs.edn Update CI to show failing tests 2022-09-02 09:51:20 +02:00
valid-auth.edn Fixed test-schema ci-script 2022-08-19 13:39:59 +02:00
valid-config.edn Fixed test-schema ci-script 2022-08-19 13:39:59 +02:00

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