cutthroat

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by cutthroat

  1. i have just figured out an issue on the new version of firefly 5.0.5 if you are getting a error in your log that looks like this: local.ERROR: SQLSTATE[08006] [7] received invalid response to SSL negotiation: t (SQL: select "id", "name", "data" from "configuration" where "name" = is_demo_site and "configuration"."deleted_at" is null limit 1) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 7): SQLSTATE[08006] [7] received invalid response to SSL negotiation: t (SQL: select \"id\", \"name\", \"data\" from \"configuration\" where \"name\" = is_demo_site and \"configuration\".\"deleted_at\" is null limit 1) at /var/www/firefly-iii/vendor/laravel/framework/src/Illuminate/Database/Connection.php:669) and the web ui shows: then you need to set a new variable in your container that looks like this 1. make the name whatever you want and put the key as DB_CONNECTION 2. in value put: mysql if you are using mariadb or mysql (or anything else that is based/is another form of mysql) OR put in: postgre (this could be wrong, if so please post what the variable should be) if you are using postgre (or anything that is based/ is another form of Postgre) i hope this helps someone and gets put into the docker to avoid problems
  2. just did what you said and it is working flawlessly, thank you so much for your help
  3. i will get back to you tomorrow when i do it tomorrow, i am too tired right now
  4. unraid is on 192.168.1.15 and i don't use the icons i type the address into my search bar or use a bookmark (and the bookmarks pointed towards http://192.168.1.15:8091)
  5. when i try to go to the port i assigned for the docker (8091) it just brings me to the unraid webgui
  6. just did a fresh install, not bothered searching through those files (it is quite late for me)
  7. this server was built my dad and he gave it to me once he got a better one and he recommended for me to use unraid so i did
  8. yes kinda but i have a gaming vm i boot everyone once and a while for games
  9. the error i get is this when going to my duckdns.org for wordpress is Bad Request Your browser sent a request that this server could not understand. Additionally, a 400 Bad Request error was encountered while trying to use an ErrorDocument to handle the request. Apache/2.4.38 (Debian) Server at 172.18.0.2 Port 80
  10. proxy_pass http://$upstream_wordpress:80; every other subdomain.conf file used the port that the docker used inside (rather than what you change it to), so i just did the same in the .conf file i made there
  11. i can connect to it internally but i accidentally put down in wordpress that the was my duckdns.org domain, so it cant connect to it any more interally
  12. i am new to the unraid forum so if this is in the wrong place or i have any mistakes in this comment but been trying to get this wordpress docker working with nginx/letsencrypt but i cant seem to get/make a working proxy conf file for it. this is what i have come up with so far but i keep getting a 400 bad request error when i go to my (sub)domain wordpress.subdomain (copy 1).conf