• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Gateway Error On BOTH Remote VPS & Local Unraid

myzira

Chevereto Member
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:
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
 

Attachments

  • 192.168.1.50_Docker_UpdateContainer_xmlTemplate=edit__boot_config_plugins_dockerMan_templates-...png
    192.168.1.50_Docker_UpdateContainer_xmlTemplate=edit__boot_config_plugins_dockerMan_templates-...png
    221.3 KB · Views: 3
Everything is now fixed thanks. Should consider updating the docs!

giphy.gif
 
Back
Top