aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat
-rw-r--r--.github/workflows/legal.yml1+0 −1
-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, 8 insertions, 9 deletions
diff --git a/.github/workflows/legal.yml b/.github/workflows/legal.yml
index 0336344..8a739c4 100644
--- a/.github/workflows/legal.yml
+++ b/.github/workflows/legal.yml
@@ -6,7 +6,6 @@ name: Legal
on:
push:
branches: [main]
- tags: ["v*"]
pull_request:
branches: [main]
diff --git a/Cargo.toml b/Cargo.toml
index fc8833e..2f300b2 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://git.dimidiumlabs.io/gilti"
-repository = "https://git.dimidiumlabs.io/gilti"
+homepage = "https://github.com/dimidiumlabs/gilti"
+repository = "https://github.com/dimidiumlabs/gilti"
[workspace.dependencies]
axum = { version = "0.8.4", default-features = false, features = ["http1", "tokio"] }
diff --git a/Dockerfile b/Dockerfile
index a625eb1..58e999e 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://git.dimidiumlabs.io/gilti" \
+ org.opencontainers.image.source="https://github.com/dimidiumlabs/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 2db136f..9511027 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@git.dimidiumlabs.io/'
+ --set web.clonePrefix='ssh://git@vcs.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 9a4b918..009829b 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://git.dimidiumlabs.io/gilti
+home: https://github.com/dimidiumlabs/gilti
description: Boxed tiny Git server powered by Rust and OpenSSH
diff --git a/charts/gilti/README.md b/charts/gilti/README.md
index 71f45ea..ee0d5d3 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@git.dimidiumlabs.io/
+ clonePrefix: ssh://git@vcs.dimidiumlabs.io/
httpRoute:
enabled: true
- hostnames: [git.dimidiumlabs.io]
+ hostnames: [vcs.dimidiumlabs.io]
parentRefs:
- name: public
namespace: network
diff --git a/mise.toml b/mise.toml
index 37ffe1c..d8f17d2 100644
--- a/mise.toml
+++ b/mise.toml
@@ -14,5 +14,5 @@ shellcheck = "0.11.0"
[task_config]
dir = "{{cwd}}"
includes = [
- "git::https://git.dimidiumlabs.io/platform.git//tasks?ref=8bc35fe8be889c50db2d1fb4425cc1b4097dc6b8",
+ "git::https://github.com/dimidiumlabs/platform.git//tasks?ref=8bc35fe8be889c50db2d1fb4425cc1b4097dc6b8",
]