linuxserver / docker-pydio-cells

GNU General Public License v3.0
19 stars 6 forks source link

[BUG] New Install Fails #14

Closed songokussm closed 1 year ago

songokussm commented 1 year ago

Is there an existing issue for this?

Current Behavior

When creating a fresh install, the configuration page does not load and i am greeted with the attached errors. pydio-cells.log

Expected Behavior

configuration page to load

Steps To Reproduce

  1. install pydio-cells from unraid app store
  2. set externeralurl to https://192.168.100.22:8080 (its own ip in br0) or .20:8080 (host's ip)
  3. set server_ip when using host/brige network type
  4. i tried the lastest docker version, all the way back to 4.0.1. All have this issue. config

Environment

- OS:unraid 6.11.5
- How docker service was installed: built in

CPU architecture

x86-64

Docker creation

docker run
  -d
  --name='pydio-cells'
  --net='br0'
  --ip='192.168.100.22'
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="pydio-cells"
  -e 'TCP_PORT_8080'='8080'
  -e 'TCP_PORT_33060'='33060'
  -e 'EXTERNALURL'='https://192.168.100.22:8080'
  -e 'SERVER_IP'='0.0.0.0'
  -e 'PUID'='99'
  -e 'PGID'='100'
  -e 'UMASK'='022'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='https://[IP]:[PORT:8080]'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png'
  -v '/mnt/user/appdata/pydio-cells':'/config':'rw'
  --hostname=pydio-cells
  --cap-add=NET_ADMIN 'lscr.io/linuxserver/pydio-cells:4.0.1'
6e130668c5b17a0c2b434f9889bd4620bbd769a4259a76ce506427f9a46b22d0

The command finished successfully!

Container logs

unable to, error message is "There was an error creating your issue: body is too long, body is too long (maximum is 65536 characters)."
github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 1 year ago

This issue is locked due to inactivity