aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Govorov <me@govorov.online>2026-08-30 03:09:30 +0100
committerNikolay Govorov <me@govorov.online>2026-08-30 03:09:30 +0100
commit8b66469ec5c4254b1f58a4a4064747eb655411af (patch)
tree697d06c9b799f6abb1aba728c26016f77ddb9f73
parenta79d95c567f023f4209fe09c94483d9457a36e6b (diff)
downloadtar
tar.gz
tar.bz2
tar.lz
tar.xz
tar.zst
zip
Migrate from github to self-hosted gilti (HEAD) (main)
Diffstat
-rw-r--r--.github/workflows/legal.yml1+1 −0
-rw-r--r--Cargo.toml4+2 −2
-rw-r--r--Dockerfile2+1 −1
-rw-r--r--README.md2+1 −1
-rw-r--r--charts/gilti/Chart.yaml2+1 −1
-rw-r--r--charts/gilti/README.md4+2 −2
-rw-r--r--mise.toml2+1 −1
7 files changed, 9 insertions, 8 deletions
diff --git a/.github/workflows/legal.yml b/.github/workflows/legal.yml
index 8a739c4..0336344 100644
--- a/.github/workflows/legal.yml
+++ b/.github/workflows/legal.yml
@@ -6,6 +6,7 @@ name: Legal
on:
push:
branches: [main]
+ tags: ["v*"]
pull_request:
branches: [main]
diff --git a/Cargo.toml b/Cargo.toml
index 2f300b2..fc8833e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,8 +12,8 @@ rust-version = "1.97"
version = "0.1.0"
license = "AGPL-3.0-or-later"
authors = ["Nikolay Govorov <me@govorov.online>"]
-homepage = "https://github.com/dimidiumlabs/gilti"
-repository = "https://github.com/dimidiumlabs/gilti"
+homepage = "https://git.dimidiumlabs.io/gilti"
+repository = "https://git.dimidiumlabs.io/gilti"
[workspace.dependencies]
axum = { version = "0.8.4", default-features = false, features = ["http1", "tokio"] }
diff --git a/Dockerfile b/Dockerfile
index 58e999e..a625eb1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,7 @@ ARG REVISION=unknown
LABEL org.opencontainers.image.title="Gilti" \
org.opencontainers.image.description="Tiny Git server in a box" \
- org.opencontainers.image.source="https://github.com/dimidiumlabs/gilti" \
+ org.opencontainers.image.source="https://git.dimidiumlabs.io/gilti" \
org.opencontainers.image.version="$VERSION" \
org.opencontainers.image.revision="$REVISION" \
org.opencontainers.image.licenses="AGPL-3.0-or-later"
diff --git a/README.md b/README.md
index 9511027..2db136f 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ ssh:
helm upgrade --install gilti ./charts/gilti \
--namespace gilti --create-namespace \
--values values.yaml \
- --set web.clonePrefix='ssh://git@vcs.dimidiumlabs.io/'
+ --set web.clonePrefix='ssh://git@git.dimidiumlabs.io/'
```
See [`charts/gilti/README.md`](charts/gilti/README.md) for persistence, routing,
diff --git a/charts/gilti/Chart.yaml b/charts/gilti/Chart.yaml
index 009829b..9a4b918 100644
--- a/charts/gilti/Chart.yaml
+++ b/charts/gilti/Chart.yaml
@@ -7,5 +7,5 @@ version: 0.1.0
appVersion: 0.1.0
name: gilti
-home: https://github.com/dimidiumlabs/gilti
+home: https://git.dimidiumlabs.io/gilti
description: Boxed tiny Git server powered by Rust and OpenSSH
diff --git a/charts/gilti/README.md b/charts/gilti/README.md
index ee0d5d3..71f45ea 100644
--- a/charts/gilti/README.md
+++ b/charts/gilti/README.md
@@ -54,10 +54,10 @@ ssh:
authorizedKeys:
- ssh-ed25519 AAAA... operator@example
web:
- clonePrefix: ssh://git@vcs.dimidiumlabs.io/
+ clonePrefix: ssh://git@git.dimidiumlabs.io/
httpRoute:
enabled: true
- hostnames: [vcs.dimidiumlabs.io]
+ hostnames: [git.dimidiumlabs.io]
parentRefs:
- name: public
namespace: network
diff --git a/mise.toml b/mise.toml
index d8f17d2..37ffe1c 100644
--- a/mise.toml
+++ b/mise.toml
@@ -14,5 +14,5 @@ shellcheck = "0.11.0"
[task_config]
dir = "{{cwd}}"
includes = [
- "git::https://github.com/dimidiumlabs/platform.git//tasks?ref=8bc35fe8be889c50db2d1fb4425cc1b4097dc6b8",
+ "git::https://git.dimidiumlabs.io/platform.git//tasks?ref=8bc35fe8be889c50db2d1fb4425cc1b4097dc6b8",
]