Update all links, close #70

This commit is contained in:
flowgunso
2024-08-24 22:46:19 +02:00
parent 0c186bea29
commit 10e004a92d
15 changed files with 53 additions and 53 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
> ⚠️ Please consider sponsoring this project to help me maintaining and improving it. As of right now, you can support me through Liberay, available in the project badges
> This project is switching namespaces. The sources previously in [flwgnso-docker/docker-seafile-client](https://gitlab.com/flwgns-docker/seafile-client) are now in [florian.anceau-oss/docker-seafile-client](https://gitlab.com/florian.anceau-oss/docker-seafile-client). The Docker image can still be found at [flowgunso/seafile-client](https://hub.docker.com/r/flowgunso/seafile-client) but it will be deprecated, the image [flrnnc/seafile-client](https://hub.docker.com/r/flrnnc/seafile-client) should be used instead.
> This project is switching namespaces. The sources previously in [flwgnso-docker/docker-seafile-client](https://gitlab.com/flwgns-docker/seafile-client) are now in [flrnnc-oss/docker-seafile-client](https://gitlab.com/flrnnc-oss/docker-seafile-client). The Docker image can still be found at [flowgunso/seafile-client](https://hub.docker.com/r/flowgunso/seafile-client) but it will be deprecated, the image [flrnnc/seafile-client](https://hub.docker.com/r/flrnnc/seafile-client) should be used instead.
# Quick informations
@@ -16,9 +16,9 @@ _Docker Seafile client_ is a Docker image that provides a Seafile client to sync
## Quick links
* Check out the [roadmap](https://gitlab.com/florian.anceau-oss/docker-seafile-client/-/wikis/home#roadmap) to see what is anticipated.
* Check out the [roadmap](https://gitlab.com/flrnnc-oss/docker-seafile-client/-/wikis/home#roadmap) to see what is anticipated.
* Check out how to [contribute](CONTRIBUTING.md).
* Report issues on [Gitlab](https://gitlab.com/florian.anceau-oss/docker-seafile-client/).
* Report issues on [Gitlab](https://gitlab.com/flrnnc-oss/docker-seafile-client/).
* Ask questions on [Seafile forum](https://forum.seafile.com/t/docker-client-to-sync-files-with-containers/8573).
@@ -36,7 +36,7 @@ docker run \
-e SEAF_LIBRARY="an-hexadecimal-library-uuid" \
-v path/to/library:/library \
-v path/to/client/data:/seafile \
flowgunso/seafile-client:latest
flrnnc/seafile-client:latest
```
### Docker Compose
@@ -47,7 +47,7 @@ version: "3"
services:
seafile-client:
image: flowgunso/seafile-client:latest
image: flrnnc/seafile-client:latest
volumes:
- audio:/library/audio
- documents:/library/documents
@@ -133,7 +133,7 @@ version: "3"
services:
seafile-client:
image: flowgunso/seafile-client:latest
image: flrnnc/seafile-client:latest
volumes:
- audio:/library/audio
- documents:/library/documents