Pydio Cells

Next-gen Go-based file sharing and collaboration platform for organizations.

Toegang tot de webinterface

  • Visit the web interface: https://IP:8080 (replace IP with your server’s IP address)
  • SSL-waarschuwing accepteren (zelfondertekend certificaat).
  • Follow and complete the initial setup wizard immediately.

Database Connection Information

  • Database connection: TCP
  • Host name: mysql
  • Haven: 3306
  • Database name: cells
  • Database user: pydio
  • Database password: stored in /root/pydio-cells/.env

Belangrijke bestanden en mappen

  • Applicatie-installatie: /root/pydio-cells
  • Docker Compose-bestand: /root/pydio-cells/docker-compose.yml
  • Omgevingsvariabelen: /root/pydio-cells/.env
  • MySQL database volume: /var/lib/docker/volumes/pydio-cells_mysqldir/_data
  • Cells app data: /var/lib/docker/volumes/pydio-cells_cellsdir/_data
  • General application data: /var/lib/docker/volumes/pydio-cells_data/_data

Servicemanagement

Containers weergeven:

docker ps

Containers opnieuw opstarten:

docker compose -f /root/pydio-cells/docker-compose.yml restart

Follow logs:

docker compose -f /root/pydio-cells/docker-compose.yml logs -f

Details van de aanvraag