mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-08 23:38:01 -05:00
Update project links to new GitHub organization
Replaced all references to 'joaovitoriasilva/endurain' with 'endurain-project/endurain' across documentation, templates, Docker examples, and code. Updated badge URLs, Docker image paths, and author email in backend metadata to reflect the new organization. This ensures consistency and correct attribution following the repository migration.
This commit is contained in:
@@ -8,7 +8,7 @@ Bellow are the steps to create a dev environment. Examples bellow will use Endur
|
||||
|
||||
```
|
||||
$ cd <folder_to_store_code>
|
||||
$ 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -7,14 +7,14 @@
|
||||
<a href="https://crowdin.com/project/endurain">
|
||||
<img src="https://badges.crowdin.net/endurain/localized.svg" alt="Crowdin">
|
||||
</a>
|
||||
<img src="https://img.shields.io/github/license/joaovitoriasilva/endurain" alt="License">
|
||||
<a href="https://github.com/joaovitoriasilva/endurain/releases">
|
||||
<img src="https://img.shields.io/github/v/release/joaovitoriasilva/endurain" alt="GitHub release">
|
||||
<img src="https://img.shields.io/github/license/endurain-project/endurain" alt="License">
|
||||
<a href="https://github.com/endurain-project/endurain/releases">
|
||||
<img src="https://img.shields.io/github/v/release/endurain-project/endurain" alt="GitHub release">
|
||||
</a>
|
||||
<a href="https://github.com/joaovitoriasilva/endurain/stargazers">
|
||||
<img src="https://img.shields.io/github/stars/joaovitoriasilva/endurain.svg?style=social&label=Star" alt="GitHub stars">
|
||||
<a href="https://github.com/endurain-project/endurain/stargazers">
|
||||
<img src="https://img.shields.io/github/stars/endurain-project/endurain.svg?style=social&label=Star" alt="GitHub stars">
|
||||
</a>
|
||||
<a href="https://github.com/joaovitoriasilva/endurain/blob/master/TRADEMARK.md">
|
||||
<a href="https://github.com/endurain-project/endurain/blob/master/TRADEMARK.md">
|
||||
<img src="https://img.shields.io/badge/trademark-Endurain%E2%84%A2-blue" alt="Trademark Policy">
|
||||
</a>
|
||||
</p>
|
||||
@@ -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
|
||||
|
||||
[](https://star-history.com/#joaovitoriasilva/endurain&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.
|
||||
|
||||
<div align="center">
|
||||
<sub>Built with ❤️ from Portugal | Part of the <a href="https://github.com/endurain-project">Endurain</a> ecosystem</sub>
|
||||
|
||||
Reference in New Issue
Block a user