diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md index 7d1238e45..3de7b2838 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -27,7 +27,7 @@ Provide screenshots or logs that demonstrate the fix. ## Checklist -- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md) +- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md) - [ ] The code follows the project's coding standards - [ ] Tests have been added/updated - [ ] Documentation has been updated (if necessary) diff --git a/.github/PULL_REQUEST_TEMPLATE/documentation_update.md b/.github/PULL_REQUEST_TEMPLATE/documentation_update.md index c4a6e5b7b..b9d5b172c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/documentation_update.md +++ b/.github/PULL_REQUEST_TEMPLATE/documentation_update.md @@ -15,7 +15,7 @@ Explain why these changes are necessary. ## Checklist -- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md) +- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md) - [ ] Documentation is clear and concise - [ ] The changes align with the project's documentation standards - [ ] The PR has been self-reviewed diff --git a/.github/PULL_REQUEST_TEMPLATE/feature_addition.md b/.github/PULL_REQUEST_TEMPLATE/feature_addition.md index 581e68785..7b542ba1b 100644 --- a/.github/PULL_REQUEST_TEMPLATE/feature_addition.md +++ b/.github/PULL_REQUEST_TEMPLATE/feature_addition.md @@ -23,7 +23,7 @@ Include visual representations of the new feature. ## Checklist -- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md) +- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md) - [ ] The feature aligns with the project's roadmap - [ ] Unit tests have been added - [ ] Documentation has been updated diff --git a/.github/PULL_REQUEST_TEMPLATE/general.md b/.github/PULL_REQUEST_TEMPLATE/general.md index fdbd09813..40f7dba0c 100644 --- a/.github/PULL_REQUEST_TEMPLATE/general.md +++ b/.github/PULL_REQUEST_TEMPLATE/general.md @@ -11,7 +11,7 @@ Provide an overview of the changes made. ## Checklist -- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md) +- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md) - [ ] The changes have been tested - [ ] The code follows the project's coding standards - [ ] Documentation has been updated (if necessary) diff --git a/.github/PULL_REQUEST_TEMPLATE/refactor.md b/.github/PULL_REQUEST_TEMPLATE/refactor.md index 75e80b933..95bae3a5e 100644 --- a/.github/PULL_REQUEST_TEMPLATE/refactor.md +++ b/.github/PULL_REQUEST_TEMPLATE/refactor.md @@ -15,7 +15,7 @@ Explain how the refactoring improves the codebase (e.g., readability, performanc ## Checklist -- [ ] Followed the repo [contributions guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md) +- [ ] Followed the repo [contributions guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md) - [ ] No functional changes have been introduced - [ ] Existing tests pass - [ ] The code follows the project's coding standards diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 3e9cb4012..a9e77dd13 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -48,7 +48,7 @@ Endurain is a self-hosted fitness tracking application with: ### Quick Start -1. Clone repository: `git clone https://github.com/joaovitoriasilva/endurain.git` +1. Clone repository: `git clone https://github.com/endurain-project/endurain.git` 2. Navigate to the project root 3. Choose development approach: - **Frontend Only** – see _Frontend Development_ below diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1163af3e..22fea7562 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Thank you for considering contributing to Endurain! Your involvement helps impro 1. **Fork the Repository**: Create a fork of the project repository to work on your changes. 2. **Clone the Repository**: Clone your forked repository to your local machine. ```bash - git clone https://github.com/joaovitoriasilva/endurain.git + git clone https://github.com/endurain-project/endurain.git ``` 3. **Create a Branch**: Create a new branch for your changes. ```bash diff --git a/README.md b/README.md index ae0f8b73e..2299d861f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ # Endurain - ![License](https://img.shields.io/github/license/joaovitoriasilva/endurain) - [![GitHub release](https://img.shields.io/github/v/release/joaovitoriasilva/endurain)](https://github.com/joaovitoriasilva/endurain/releases) - [![GitHub stars](https://img.shields.io/github/stars/joaovitoriasilva/endurain.svg?style=social&label=Star)](https://github.com/joaovitoriasilva/endurain/stargazers) + ![License](https://img.shields.io/github/license/endurain-project/endurain) + [![GitHub release](https://img.shields.io/github/v/release/endurain-project/endurain)](https://github.com/endurain-project/endurain/releases) + [![GitHub stars](https://img.shields.io/github/stars/endurain-project/endurain.svg?style=social&label=Star)](https://github.com/endurain-project/endurain/stargazers) [![Trademark Policy](https://img.shields.io/badge/trademark-Endurain%E2%84%A2-blue)](./TRADEMARK.md) **A self-hosted fitness tracking service** diff --git a/backend/app/password_reset_tokens/email_messages.py b/backend/app/password_reset_tokens/email_messages.py index bbe1f21b7..348b9fdf5 100644 --- a/backend/app/password_reset_tokens/email_messages.py +++ b/backend/app/password_reset_tokens/email_messages.py @@ -43,7 +43,7 @@ def get_password_reset_email_en(
- Endurain logo Endurain
@@ -75,7 +75,7 @@ def get_password_reset_email_en(

Best regards,
The Endurain team

Visit Endurain at: {email_service.frontend_host} - Source code at: GitHub

+ href="https://github.com/endurain-project/endurain">GitHub

diff --git a/backend/app/sign_up_tokens/email_messages.py b/backend/app/sign_up_tokens/email_messages.py index b33068d96..4fe9ea8be 100644 --- a/backend/app/sign_up_tokens/email_messages.py +++ b/backend/app/sign_up_tokens/email_messages.py @@ -43,7 +43,7 @@ def get_signup_confirmation_email_en(
- Endurain logo Endurain
@@ -73,7 +73,7 @@ def get_signup_confirmation_email_en(

Best regards,
The Endurain team

Visit Endurain at: {email_service.frontend_host} - Source code at: GitHub

+ href="https://github.com/endurain-project/endurain">GitHub

@@ -123,7 +123,7 @@ def get_admin_signup_notification_email_en(
- Endurain logo Endurain
@@ -153,7 +153,7 @@ def get_admin_signup_notification_email_en(

Best regards,
The Endurain system

Visit Endurain at: {email_service.frontend_host} - Source code at: GitHub

+ href="https://github.com/endurain-project/endurain">GitHub

@@ -199,7 +199,7 @@ def get_user_signup_approved_email_en(
- Endurain logo Endurain
@@ -229,7 +229,7 @@ def get_user_signup_approved_email_en(

Best regards,
The Endurain team

Visit Endurain at: {email_service.frontend_host} - Source code at: GitHub

+ href="https://github.com/endurain-project/endurain">GitHub

diff --git a/backend/pyproject.toml b/backend/pyproject.toml index c8f3cc1d3..1b3d1a0c5 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -2,7 +2,7 @@ name = "endurain" version = "0.16.2" description = "Endurain API for the Endurain app" -authors = ["João Vitória Silva <8648976+joaovitoriasilva@users.noreply.github.com>"] +authors = ["João Vitória Silva "] readme = "README.md" package-mode = false diff --git a/docker-compose.yml-multiple-backends.example b/docker-compose.yml-multiple-backends.example index 9e97e3d86..79e73ec88 100644 --- a/docker-compose.yml-multiple-backends.example +++ b/docker-compose.yml-multiple-backends.example @@ -1,7 +1,7 @@ services: endurain: container_name: endurain - image: ghcr.io/joaovitoriasilva/endurain:latest + image: ghcr.io/endurain-project/endurain:latest environment: # Read the Getting Started section on https://docs.endurain.com for all available env variables - TZ=Europe/Lisbon diff --git a/docker-compose.yml.example b/docker-compose.yml.example index e284979fb..b8339fc7c 100644 --- a/docker-compose.yml.example +++ b/docker-compose.yml.example @@ -1,7 +1,7 @@ services: endurain: container_name: endurain-app - image: ghcr.io/joaovitoriasilva/endurain:latest + image: ghcr.io/endurain-project/endurain:latest env_file: - .env volumes: diff --git a/docker-compose.yml.secrets.example b/docker-compose.yml.secrets.example index a57cc5a1a..40fa1452c 100644 --- a/docker-compose.yml.secrets.example +++ b/docker-compose.yml.secrets.example @@ -5,7 +5,7 @@ services: endurain: container_name: endurain-app - image: ghcr.io/joaovitoriasilva/endurain:latest + image: ghcr.io/endurain-project/endurain:latest environment: # Use _FILE variants to read secrets from files - DB_PASSWORD_FILE=/run/secrets/db_password diff --git a/docs/developer-guide.md b/docs/developer-guide.md index f1ba507ee..a39f8fbb7 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -8,7 +8,7 @@ Bellow are the steps to create a dev environment. Examples bellow will use Endur ``` $ cd -$ git clone https://github.com/joaovitoriasilva/endurain.git # this will clone the repo structure to the previous folder inside a folder called endurain +$ git clone https://github.com/endurain-project/endurain.git # this will clone the repo structure to the previous folder inside a folder called endurain ``` ### Docker image and backend logic diff --git a/docs/getting-started/bare-metal.md b/docs/getting-started/bare-metal.md index 27d9c770b..286e3ea06 100644 --- a/docs/getting-started/bare-metal.md +++ b/docs/getting-started/bare-metal.md @@ -28,9 +28,9 @@ Run the following command to download and unpack the latest release. mkdir -p /path/to/endurain cd /path/to/endurain -TAG=$(curl -s https://api.github.com/repos/joaovitoriasilva/endurain/releases/latest \ +TAG=$(curl -s https://api.github.com/repos/endurain-project/endurain/releases/latest \ | grep -oP '"tag_name": "\K(.*)(?=")') -curl -L "https://github.com/joaovitoriasilva/endurain/archive/refs/tags/$TAG.tar.gz" \ +curl -L "https://github.com/endurain-project/endurain/archive/refs/tags/$TAG.tar.gz" \ | tar xz EXTRACTED=$(ls -d endurain-*) shopt -s dotglob diff --git a/docs/getting-started/getting-started.md b/docs/getting-started/getting-started.md index 3f305d8ab..d5b85992d 100644 --- a/docs/getting-started/getting-started.md +++ b/docs/getting-started/getting-started.md @@ -68,13 +68,13 @@ Splitting up the setup like this make it easy to handle updates to the container To make it as easy as possible for selfhoster to get up and running examples of docker-compose.yml and .env is on the git repo. Here are links to the files on the repo: -* [docker-compose.yml.example](https://raw.githubusercontent.com/joaovitoriasilva/endurain/refs/heads/master/docker-compose.yml.example) -* [.env.example](https://raw.githubusercontent.com/joaovitoriasilva/endurain/refs/heads/master/.env.example) +* [docker-compose.yml.example](https://raw.githubusercontent.com/endurain-project/endurain/refs/heads/master/docker-compose.yml.example) +* [.env.example](https://raw.githubusercontent.com/endurain-project/endurain/refs/heads/master/.env.example) ```bash cd /opt/endurain -wget https://raw.githubusercontent.com/joaovitoriasilva/endurain/refs/heads/master/docker-compose.yml.example -wget https://raw.githubusercontent.com/joaovitoriasilva/endurain/refs/heads/master/.env.example +wget https://raw.githubusercontent.com/endurain-project/endurain/refs/heads/master/docker-compose.yml.example +wget https://raw.githubusercontent.com/endurain-project/endurain/refs/heads/master/.env.example mv docker-compose.yml.example docker-compose.yml mv .env.example .env @@ -235,7 +235,7 @@ You should now be able to access your site on endurain.yourdomain.com ## How to update * Take a backup of your files and db. -* Check for new releases of the container image [here](https://github.com/joaovitoriasilva/endurain). Read release notes carefully for breaking changes. +* Check for new releases of the container image [here](https://github.com/endurain-project/endurain). Read release notes carefully for breaking changes. * Log on your server and run: * Inside `/opt/endurain/docker-compose.yml`, change out the version tag (the version after `:`). If you are running `:latest` tag on the docker image, you do not have to edit anything in the docker-compose.yml file. diff --git a/docs/index.md b/docs/index.md index f02b62bf6..d7f3a0860 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,14 +7,14 @@ Crowdin - License - - GitHub release + License + + GitHub release - - GitHub stars + + GitHub stars - + Trademark Policy

@@ -73,7 +73,7 @@ Endurain currently supports: ## Planned Features -Please visit the [ROADMAP.md file on GitHub](https://github.com/joaovitoriasilva/endurain/blob/master/ROADMAP.md). +Please visit the [ROADMAP.md file on GitHub](https://github.com/endurain-project/endurain/blob/master/ROADMAP.md). ## Sponsors @@ -83,7 +83,7 @@ Consider [sponsoring Endurain on GitHub](https://github.com/sponsors/joaovitoria ## Contributing -Contributions are welcomed! Please open an issue to discuss any changes or improvements before submitting a PR. Check out the [Contributing Guidelines](https://github.com/joaovitoriasilva/endurain/blob/master/CONTRIBUTING.md) for more details. +Contributions are welcomed! Please open an issue to discuss any changes or improvements before submitting a PR. Check out the [Contributing Guidelines](https://github.com/endurain-project/endurain/blob/master/CONTRIBUTING.md) for more details. ## License @@ -109,7 +109,7 @@ Currently supported in: ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=joaovitoriasilva/endurain&type=Date)](https://star-history.com/#joaovitoriasilva/endurain&Date) +[![Star History Chart](https://api.star-history.com/svg?repos=endurain-project/endurain&type=Date)](https://star-history.com/#endurain-project/endurain&Date) ## Trademark Notice @@ -118,7 +118,7 @@ Endurain® is a trademark of João Vitória Silva. You are welcome to self-host Endurain and use the name and logo, including for personal, educational, research, or community (non-commercial) use. Commercial use of the Endurain name or logos (such as offering paid hosting, products, or services) is **not permitted without prior written permission**. -See [`TRADEMARK.md`](https://github.com/joaovitoriasilva/endurain/blob/master/TRADEMARK.md) for full details. +See [`TRADEMARK.md`](https://github.com/endurain-project/endurain/blob/master/TRADEMARK.md) for full details.
Built with ❤️ from Portugal | Part of the Endurain ecosystem diff --git a/frontend/app/package-lock.json b/frontend/app/package-lock.json index 6d03797d4..122ca0546 100644 --- a/frontend/app/package-lock.json +++ b/frontend/app/package-lock.json @@ -10280,4 +10280,4 @@ } } } -} \ No newline at end of file +} diff --git a/frontend/app/src/components/FooterComponent.vue b/frontend/app/src/components/FooterComponent.vue index c2664d0cb..35d8458ad 100644 --- a/frontend/app/src/components/FooterComponent.vue +++ b/frontend/app/src/components/FooterComponent.vue @@ -7,7 +7,7 @@ Endurain • diff --git a/mkdocs.yml b/mkdocs.yml index a80a74467..850528570 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Endurain documentation -repo_url: https://github.com/joaovitoriasilva/endurain +repo_url: https://github.com/endurain-project/endurain theme: name: material palette: