diff --git a/.github/workflows/client-build.yml b/.gitea/workflows/client-build.yml similarity index 100% rename from .github/workflows/client-build.yml rename to .gitea/workflows/client-build.yml diff --git a/.github/workflows/server-build.yml b/.gitea/workflows/server-build.yml similarity index 100% rename from .github/workflows/server-build.yml rename to .gitea/workflows/server-build.yml diff --git a/README.md b/README.md index 42711d4..fdfa935 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This repo is for Eugene based chamber duo, The Grapefruits Duo. It roughly follo More info on each part of the project can be found in their respective directories, along with setup instructions. The application is served from a Linode Ubuntu 22.04 instance running NGINX and SSL certificates from Let's Encrypt. -- [Client](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/client) -- [Server](https://github.com/ljensen505/TheGrapefruitsDuo/tree/main/server) +- [Client](https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/src/branch/main/server) +- [Server](https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/src/branch/main/client) ## Auth diff --git a/client/README.md b/client/README.md index 3ec0415..4324d2a 100644 --- a/client/README.md +++ b/client/README.md @@ -1,6 +1,6 @@ # The Grapefruits Duo -Frontend client for Eugene, OR based chamber music duo, The Grapefruits Duo. Publicly available at [thegrapefruitsduo.com](https://thegrapefruitsduo.com/). This client consumes a RESTful API built with FastAPI and publicly available at [api.thegrapefruitsduo.com](https://api.thegrapefruitsduo.com/). Back-end source code available on [GitHub](https://github.com/ljensen505/thegrapefruitsduo-back). +Frontend client for Eugene, OR based chamber music duo, The Grapefruits Duo. Publicly available at [thegrapefruitsduo.com](https://thegrapefruitsduo.com/). This client consumes a RESTful API built with FastAPI and publicly available at [api.thegrapefruitsduo.com](https://api.thegrapefruitsduo.com/). Back-end source code available on [here](https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo/src/branch/main/server). ## Features @@ -9,7 +9,8 @@ The customer-facing page for this SPA is relatively simple. It includes sections ### Getting started ```bash -git clone git@github.com:ljensen505/TheGrapefruitsDuo.git +git clone https://gitea.lucasjensen.me/lucasjensen/TheGrapefruitsDuo.git +# or consult Gitea for ssh uri ``` ```bash