SnugglyDino

Members
  • Posts

    28
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

SnugglyDino's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Thank you for yours and @Spectral Force's the very quick responses. After restarting the container everything seems to be working. I now also have a better understanding of how the game server containers work. Thank you.
  2. I don't think this has been reported yet but ich777's Palworld container is no longer compatible w/ the current version of Palworld. It looks like Palworld pushed an update 6 days ago to v0.1.4.1 that breaks compatibility w/ older sever versions. I am running stock (unmodded) ich777 Palworld container which seems to have been last updated 18 days ago (Jan 25th).
  3. Is there any reason why the container defaults to version 0.6.1 instead of the latest build (currently 1.2.0)?
  4. Thank you for making those fixes! I normally would open the issue on GitHub but I cannot seem to find the "Issues" tab on your project page https://imgur.com/a/rE3c9tS. As a novice with GitHub I'm not sure how I can report an issue when there is no "Issues" tab.
  5. Ok so I figured out an issue. The "monthly" section is not limiting itself to the prescribed month. When I went through re-enabling things section by section everything was working as I expected until I got to the "monthly" section. https://imgur.com/a/JgzPOJt When I re-enabled the month of October and checked the logs it showed that the "Always" section got disabled even though it's not October. I did not have this problem when re-enabling any other section (but they are set to false so that might be why). Why is the October's setting for "disable_always" triggering even though it is not October?
  6. So commenting out everything below the "Always" Section got it to work. So clearly it works, but the logic for how it works is not clicking in my head. Gotta play around with it some more.
  7. OK so I updated the container to use the path Plex sees. Which in my case is "/data/media/prerolls/...". That is what it is currently using for Prerolls. I have also set the cron to * * * * * so it updates every minute for testing purposes. (Side note, can you update the docker container so the cron section is not considered a password field? This way I can see the current cron being used instead of a bunch of dots?) The Fall, Winter, et. al schedules are set to "false" and will be utilized in the future. So if my understanding is correct they should not matter. Do I need to comment them out even though they're set to false? Unfortunately the prerolls are still not updating to use the prerolls in the "Always" section.
  8. Ok so I tried running the program but it does not seem to have changed the current Plex Prerolls and I'm not quite sure what I am doing wrong. I attached an imgur link with my current config.yaml and what the logs are saying. Hopefully you can help me figure out the error in my ways. https://imgur.com/a/yspLthP
  9. Where do the prerolls need to be located for this docker to be able to see them?
  10. Not sure if you figured out your problem but what fixed this for me was adding two new variables to the template file TRUSTED_PROXIES & APP_URL. Hope this helps. https://docs.firefly-iii.org/firefly-iii/installation/docker/#docker-and-reverse-proxies
  11. So it looks like the issue was the fact I was using both Root password and regular password. Looks once I deleted the root password it worked perfectly. But you were exactly right. It was not connecting to the database. The only reason I know that though is cause I was looking at the logs for my MariaDB container. OpenBudgeteer was never fully opening so it was not generating any logs.
  12. Is there a way to quickly and easily rename a database without losing all the data?
  13. I am having an issue where I cannot start OpenBudgeteer. I have it setup for mysql using MariaDB for mysql and every time I go to start OpenBudgeteer it immediately opens and closes so fast I cannot open the logs to see what is going on. The other weird part is that Unraid does not show and error when setting up the container and clicking done or when starting the container. Not sure what's happening. Any thought?
  14. Not sure what I'm doing differently but I got things working now after starting from scratch. Thank you for offering your help and replying to my questions.
  15. I'm still confused on how to pull the certificate. So I decided to start fresh and deleted all the hosts and SSLs Certs in NginxProxyManager, A record in cloudflare and Port FWD in my router. After recreating the host, ssl cert, A record, and port fwd rule I am now getting Connection Timed out and Origin is unreachable errors. Any thoughts on what causes these two errors?