diff --git a/README.md b/README.md index 01d690d7..4997f176 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Schon is a complete backend solution for online stores. Whether you're launching ```bash # Clone the repository -git clone https://gitlab.com/wiseless.xyz/schon.git +git clone https://git.wiseless.xyz/fureunoir/schon cd schon # Generate environment file @@ -69,7 +69,7 @@ make run ```bash # Clone to /opt/schon -sudo git clone https://gitlab.com/wiseless.xyz/schon.git /opt/schon +sudo git clone https://git.wiseless.xyz/fureunoir/schon /opt/schon cd /opt/schon # Generate environment file @@ -232,7 +232,7 @@ We value your feedback. Please open issues for: - Feature suggestions - Questions about usage -**Issue Tracker:** [GitLab Issues](https://gitlab.com/wiseless.xyz/schon/-/issues) +**Issue Tracker:** [Plane](https://plane.wiseless.xyz/spaces/issues/dd33cb0ab9b04ef08a10f7eefae6d90c/?board=kanban) Due to licensing restrictions, we cannot accept pull requests. See the LICENSE file for details. diff --git a/systemd/schon-beat.service b/systemd/schon-beat.service index 410508ec..09ff705f 100644 --- a/systemd/schon-beat.service +++ b/systemd/schon-beat.service @@ -1,6 +1,6 @@ [Unit] Description=Schon Celery Beat Scheduler -Documentation=https://gitlab.com/wiseless.xyz/schon +Documentation=https://git.wiseless.xyz/fureunoir/schon After=network.target postgresql.service redis.service schon-worker.service Wants=postgresql.service redis.service schon-worker.service diff --git a/systemd/schon-stock-updater.service b/systemd/schon-stock-updater.service index cae7213d..d72bb8f4 100644 --- a/systemd/schon-stock-updater.service +++ b/systemd/schon-stock-updater.service @@ -1,6 +1,6 @@ [Unit] Description=Schon Celery Worker (Stock Updater Queue) -Documentation=https://gitlab.com/wiseless.xyz/schon +Documentation=https://git.wiseless.xyz/fureunoir/schon After=network.target postgresql.service redis.service elasticsearch.service Wants=postgresql.service redis.service diff --git a/systemd/schon-web.service b/systemd/schon-web.service index 8916aeb8..ca756e03 100644 --- a/systemd/schon-web.service +++ b/systemd/schon-web.service @@ -1,6 +1,6 @@ [Unit] Description=Schon Web Server (Uvicorn) -Documentation=https://gitlab.com/wiseless.xyz/schon +Documentation=https://git.wiseless.xyz/fureunoir/schon After=network.target postgresql.service redis.service elasticsearch.service Wants=postgresql.service redis.service diff --git a/systemd/schon-worker.service b/systemd/schon-worker.service index d7806997..d1dfe975 100644 --- a/systemd/schon-worker.service +++ b/systemd/schon-worker.service @@ -1,6 +1,6 @@ [Unit] Description=Schon Celery Worker (Default Queue) -Documentation=https://gitlab.com/wiseless.xyz/schon +Documentation=https://git.wiseless.xyz/fureunoir/schon After=network.target postgresql.service redis.service elasticsearch.service Wants=postgresql.service redis.service