Bot Updating Documentation

pull/230/head
LinuxServer-CI 2024-06-28 09:13:00 +00:00
rodzic 1bd751529a
commit 7ee58dd29a
1 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -18,7 +18,7 @@ title: pydio-cells
[Pydio-cells](https://pydio.com/) is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using the Go language following a micro-service architecture. [Pydio-cells](https://pydio.com/) is the nextgen file sharing platform for organizations. It is a full rewrite of the Pydio project using the Go language following a micro-service architecture.
[![pydio-cells](https://raw.githubusercontent.com/wiki/pydio/cells/images/PydioCellsColor.png)](https://pydio.com/) [![pydio-cells](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/pydio-cells-icon.png)](https://pydio.com/)
## Supported Architectures ## Supported Architectures
@ -36,7 +36,7 @@ The architectures supported by this image are:
## Application Setup ## Application Setup
You must first create a mysql database for Pydio Cells. Using our [mariadb image](https://hub.docker.com/r/linuxserver/mariadb) is recommended. You must first create a mysql database for Pydio Cells. Using our [mariadb image](https://hub.docker.com/r/linuxserver/mariadb) is recommended.
Then access the web gui setup wizard at `https://SERVER_IP:8080` if accessing locally (must set `SERVER_IP` env var), or at `https://pydio-cells.domain.com` if reverse proxying. Then access the web gui setup wizard at `https://SERVER_IP:8080` if accessing locally (must set `SERVER_IP` env var), or at `https://pydio-cells.domain.com` if reverse proxying.
@ -65,7 +65,7 @@ services:
- EXTERNALURL=yourdomain.url - EXTERNALURL=yourdomain.url
- SERVER_IP=0.0.0.0 #optional - SERVER_IP=0.0.0.0 #optional
volumes: volumes:
- /path/to/appdata/config:/config - /path/to/pydio-cells/config:/config
ports: ports:
- 8080:8080 - 8080:8080
restart: unless-stopped restart: unless-stopped
@ -83,7 +83,7 @@ docker run -d \
-e EXTERNALURL=yourdomain.url \ -e EXTERNALURL=yourdomain.url \
-e SERVER_IP=0.0.0.0 `#optional` \ -e SERVER_IP=0.0.0.0 `#optional` \
-p 8080:8080 \ -p 8080:8080 \
-v /path/to/appdata/config:/config \ -v /path/to/pydio-cells/config:/config \
--restart unless-stopped \ --restart unless-stopped \
lscr.io/linuxserver/pydio-cells:latest lscr.io/linuxserver/pydio-cells:latest
``` ```
@ -283,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions ## Versions
* **27.06.24:** - Rebasing to Alpine 3.20..
* **14.03.24:** - Rebasing to alpine 3.19. Grpc port defaults to 8080. * **14.03.24:** - Rebasing to alpine 3.19. Grpc port defaults to 8080.
* **11.10.23:** - Rebasing to alpine 3.18. Build on alpine edge with Go 1.21. * **11.10.23:** - Rebasing to alpine 3.18. Build on alpine edge with Go 1.21.
* **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf) * **06.07.23:** - Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)