many things
Some checks failed
/ non-lab (push) Failing after 5m42s

This commit is contained in:
Chris Cowley 2024-09-13 10:12:28 +02:00
parent a10e42d448
commit ae76ef9c0b
20 changed files with 365 additions and 100 deletions

5
forgejo/variables.tf Normal file
View file

@ -0,0 +1,5 @@
variable "gitea_url" {
type = string
default = "https://code.lab.cowley.tech"
}