diff options
| author | Max Audron <me@audron.dev> | 2026-01-30 18:50:53 +0100 |
|---|---|---|
| committer | Max Audron <me@audron.dev> | 2026-01-30 18:58:21 +0100 |
| commit | 450b35e427460cfa1b274010c70b638c7e96176f (patch) | |
| tree | 00c3cbfb1c0ab67fde95bd4f18c1ed18c9b17c84 | |
| parent | add flake (diff) | |
add git remotes
| -rw-r--r-- | .gitremotes | 9 | ||||
| -rw-r--r-- | README.adoc | 4 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitremotes b/.gitremotes new file mode 100644 index 0000000..e5982fa --- /dev/null +++ b/.gitremotes @@ -0,0 +1,9 @@ +[remote "origin"] + url = git@vapor.systems:ac-cup-server.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "github"] + url = git@github.com:maxaudron/ac-cup-server.git + fetch = +refs/heads/*:refs/remotes/origin/* +[remote "gitlab"] + url = git@gitlab.com:cocainefarm/ac-cup-server.git + fetch = +refs/heads/*:refs/remotes/origin/* diff --git a/README.adoc b/README.adoc index c6d9ba2..2e7ad2d 100644 --- a/README.adoc +++ b/README.adoc @@ -1,3 +1,7 @@ +image:https://img.shields.io/badge/git-repo-cba6f7?logo=git[link=https://git.vapor.systems/ac-cup-server.git] +image:https://img.shields.io/badge/github-repo-blue?logo=github[link=https://github.com/maxaudron/ac-cup-server] +image:https://img.shields.io/badge/gitlab-repo-orange?logo=github[link=https://gitlab.com/cocainefarm/ac-cup-server] + = Assetto Corsa Content Manage Update Server This is a small project to act as https://github.com/ac-custom-shaders-patch/acc-extension-config/wiki/Unrelated-%E2%80%93-About-content-auto-updates-system-(CUP)[CUP] Server that provides automatic update information for Content Manager. |
