For some reason im having issues just getting to install chevereto on my VPS remotely(using OVH service) AND locally on my unraid server. Its just refused to load chevereto and with gateway errors up even those are TWO seperate environments. Im really confused, no error logs or anything
1. Tried installing on my Remote Server, MariaDB server is working, Other Apps(eg. jellyfin) on my remote server is working. Tried a direct connection to my remote with :8011, get a connection refused instead.
The Docker Compose File:
2. okay, Trying to install locally on my unraid server right beside me, using the OFFICIAL Unraid Community Template surely works? NOPE. same connection refused.
Am I doing something COMPLETELY wrong here? If there were config errors, at least it will show the "something went wrong, contact admin" screen but no. Just refused to connect to the site at all on BOTH enviroments. Any help, thanks
1. Tried installing on my Remote Server, MariaDB server is working, Other Apps(eg. jellyfin) on my remote server is working. Tried a direct connection to my remote with :8011, get a connection refused instead.
The Docker Compose File:
Code:
services:
php:
image: chevereto/chevereto:latest # tweak with target image to run
networks:
- chevereto
volumes:
- storage:/var/www/html/images/
# - app:/var/www/html/ # uncomment when using CHEVERETO_SERVICING=server
restart: always
ports:
- 8011:80
environment:
CHEVERETO_DB_HOST: [redacted]
CHEVERETO_DB_USER: gallery_user
CHEVERETO_DB_PASS: [redacted]
CHEVERETO_DB_PORT: 30565
CHEVERETO_DB_NAME: gallery_db
CHEVERETO_HOSTNAME: gallery.stash.cc
CHEVERETO_HOSTNAME_PATH: /
CHEVERETO_HTTPS: 0
CHEVERETO_MAX_POST_SIZE: 2G
CHEVERETO_MAX_UPLOAD_SIZE: 2G
# CHEVERETO_SERVICING: server # uncomment to enable application filesystem upgrades
volumes:
database:
storage:
# app: # uncomment when using CHEVERETO_SERVICING=server
networks:
chevereto:
2. okay, Trying to install locally on my unraid server right beside me, using the OFFICIAL Unraid Community Template surely works? NOPE. same connection refused.
Am I doing something COMPLETELY wrong here? If there were config errors, at least it will show the "something went wrong, contact admin" screen but no. Just refused to connect to the site at all on BOTH enviroments. Any help, thanks