Provision forgejo on k8s with c4k
Find a file
2023-04-20 10:26:22 +02:00
doc Change name 2023-04-20 10:21:22 +02:00
infrastructure/docker-backup Change name 2023-04-20 10:21:22 +02:00
public Change name from gitea to forgejo 2023-03-28 09:46:15 +02:00
src Change to forgejo image version 1.19 2023-04-20 09:43:54 +02:00
.gitignore initial 2022-06-07 17:37:21 +02:00
.gitlab-ci.yml Correct file paths in ci 2023-04-07 12:02:42 +02:00
copy-and-build-dda-io.sh Change name from gitea to forgejo 2023-03-28 09:46:15 +02:00
LICENSE initial 2022-06-07 17:37:21 +02:00
package.json Release v2.0.0 2023-04-20 10:26:22 +02:00
project.clj Release v2.0.0 2023-04-20 10:26:22 +02:00
README.md update doc 2023-04-07 15:36:48 +02:00
shadow-cljs.edn Upgrade versions of dependencies 2023-04-07 12:03:14 +02:00

convention 4 kubernetes: c4k-forgejo

Clojars Project pipeline status

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

Purpose

c4k-forgejo provides a k8s deployment file for forgejo containing:

  • forgejo
  • ingress having a letsencrypt managed certificate
  • postgres database
  • encrypted backup on S3 & restore
  • monitoring on graphana-cloud

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.

Forgejo setup

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

  • Open the URL of your forgejo-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 forgejo 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-forgejo.git"

License

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