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
Mirco 7ba8bcd4e3 Changes to .gitignore and comment eastwood lint test 9 months ago
doc Update Releasing documentation 1 year ago
infrastructure Merge branch 'main' of ssh://repo.prod.meissa.de:2222/meissa/c4k-forgejo 9 months ago
public Forgejo instead of gitea 1 year ago
src Fixed c4k-forgejo browser UI 1 year ago
.gitignore Changes to .gitignore and comment eastwood lint test 9 months ago
.gitlab-ci.yml ddadevops to 4.7.4 9 months ago
LICENSE initial 2 years ago
README.md add doc 1 year ago
build-and-move-frontend.sh Small adjustment and added development doc 1 year ago
build.py Changes to .gitignore and comment eastwood lint test 9 months ago
package.json bump version to: 3.0.4-SNAPSHOT 1 year ago
project.clj upgrade deps 1 year ago
shadow-cljs.edn Forgejo instead of gitea 1 year ago

README.md

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
  • test federated 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"

Development & mirrors

Development happens at: https://repo.prod.meissa.de/meissa/c4k-forgejo

Mirrors are:

https://gitlab.com/domaindrivenarchitecture/c4k-forgejo (issues and PR, CI)
https://codeberg.org/meissa/c4k-forgejo
https://github.com/DomainDrivenArchitecture/c4k-forgejo

For more details about our repository model see: https://repo.prod.meissa.de/meissa/federate-your-repos

License

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