Jump to content

The_Holocron

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

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

The_Holocron's Achievements

Noob

Noob (1/14)

3

Reputation

  1. I am looking for a viable solution to do a local backup of data on my Synology NAS to my Unraid box. I'd like to test the rsync options, but the setup on the Synology requests a user/password. I've noticed that some of the other docker images for an rsync-server include username/password fields. thoughts?
  2. Cool. If you need to test something, let me know. Happy to help. Works great otherwise. Any possibility of adding temperature attributes?
  3. I think the issue is that when the template runs with the default settings, it is creating a folder named "conf.yml" at /mnt/user/appdata/unraid-simple-monitoring-api/ because the "conf.yml" file doesn't exist. In my opinion, it would be better to just point to the folder, rather than the file directly. I would change it to: - container path: /app - host path: /mnt/user/appdata/unraid-simple-monitoring-api or - container path: /app/config - host path: /mnt/user/appdata/unraid-simple-monitoring-api/config But. I will try the notes above and let you know if it works. UPDATE: The default settings work on restart, but you have to delete the erroneous "conf.yml" folder that the template automatically creates.
  4. I think there is an error in the container image and it's getting confused looking in a folder named "conf.yml".
  5. Okay, I'm clearly being dense today. I keep getting this error: text error warn system array login 2024/04/08 21:59:59 ERROR Cannot read conf.yml error="read /app/conf.yml: is a directory" ** Press ANY KEY to close this window ** I have a text file named "conf.yml" inside the folder "/mnt/user/appdata/unraid-simple-monitoring-api/conf.yml" and I get the error above. I tried to move it to "/mnt/user/appdata/unraid-simple-monitoring-api/" but same.
  6. Fair points. I guess I'm trying to figure out what to do with eth1 now...
  7. Okay, throwing this up here because I'm missing something, a bit of a n00b, and maybe just slow and stupid. I had previously implemented ipvlan in Docker. Then I added a NIC (eth1) and implemented the "two-nic solution" to move back to macvlan. Seemed fine. I updated to 6.12.4-rc18 and made what I thought were the recommended changes. I ended up redefining some of the networking for Docker, as this sort of broke all my previous br1 bridges. No worries, really. But, I seem to have Docker on eth0 custom network now. Can I move it to eth1 and if so, how? What am I missing? Here's my setup... *note I tried to add routhing for eth1 here but it didn't save.
  8. At a minimum, I think this needs to have the following variables added to the template: OPENPROJECT_SECRET_KEY_BASE=secret OPENPROJECT_HOST__NAME=localhost:8080 OPENPROJECT_HTTPS=false Once you know the IP of the container you can then reset the host name variable and configure your reverse proxy. Then you can change the HTTPS to True. This is all in accordance with the very basic docker compose recommendations from the OpenProject website. Sure, not everything is "one click install" but the install template could be improved. At the least, these variables should be added to the template because they are needed. Additionally, the WebUI should be changed to http://[IP]:[PORT:80] and a WebUI PORT variable with HOST defaulting to 8080 and CONTAINER to 80. cheers
  9. Can you add an option to ignore start delay if set up? I have delay set on my autostart containers, but the delay isn't needed during backup stop/start sequencing.
  10. I started trying to sort out a transcoding issue. Basics: I have Plex Pass Intel® Xeon® CPU E3-1220 v3 @ 3.10GHz NVIDIA Quadro P4000 transcoding fails and I find this in the logs: Jul 14, 2023 07:27:26.000 [22714707979064] ERROR - [Req#18400/Transcode/bcc643af-2bf9-44d9-aa3a-acd90a145758/1c99bc4a-7c0a-4946-9901-dde19247fa87] [eac3_eae @ 0x14b17a841040] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-a106105e-84f9-4e1e-ba05-48254908b13e/EasyAudioEncoder/Convert to WAV (to 8ch or less)/bcc643af-2bf9-44d9-aa3a-acd90a145758_16882-0-2282.wav' Jul 14, 2023 07:27:26.000 [22714679372600] ERROR - [Req#183ff/Transcode/978fbdf6-addd-40d2-aefc-b6b491ff9e44/7cbad210-1e84-4939-9d01-0196d1ffb394] [eac3_eae @ 0x14ec12450600] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-a106105e-84f9-4e1e-ba05-48254908b13e/EasyAudioEncoder/Convert to WAV (to 8ch or less)/978fbdf6-addd-40d2-aefc-b6b491ff9e44_20019-0-1712.wav' I've tried restarting the container. Updating NVIDA drivers and checking other variables. All appear good. Everything else works fine. Thoughts? Actually, I think I solved it with this: DELETE CODEC FOLDER
  11. Thanks. I've been fighting this issue for a day now. Will try your suggestions. UPDATE: Seems to have worked. PITA.
  12. When trying to activate my license, I keep getting this error: "Server internal error." I've tried Offline Activation and when I go through the process, it just takes me right back to the initial activation popup. I've tried reaching out to MSP360 support on this, but they have not been helpful. Thoughts?
×
×
  • Create New...