grtgbln

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by grtgbln

  1. You'll need some kind of integration that can use the models. I'd recommend a GUI like bigAGI: https://localai.io/docs/integrations/
  2. Thanks for letting me know. The `.env` file must exist before running, otherwise Docker will try to make it (and assumes it's a folder, not a file). I have updated the template to note that.
  3. Is there a way to mitigate breaking changes and/or major versions in a CA template? One app I manage a template for has a new major (x.y.z) version out, which requires changes to both the Docker/CA settings (some new config fields, some removed, some changed type from a string to a dropdown option) and to non-Docker settings (permission changes to the remote API the app interacts with via the provider's portal). 1. Is there a process that I can take to properly migrate user settings from the old "string" type to the new "dropdown" type? If not, is there a way to call this out to the user or force them to view the app's configuration page during an update? 2. In the same vain, is there a way to stop users from auto-updating to a new major version, or bring attention to it? It doesn't seem like there's necessarily versioning for CA templates. The container currently uses `Branch` for which Docker image to use, but with `latest` being the only option. Perhaps changing the only available branch to a specific older image?
  4. As the error suggests, your command is incorrect. You need to provide the "-c" flag when providing a config file path. Use the following instead: python run.py -c /mnt/user/appdata/prerolls/config.yaml Also, please reserve this thread for discussion specifically about running this Community App as a Docker container on Unraid. For general questions about running the Python script directly, please open an issue on the project's GitHub page: https://github.com/nwithan8/plex-prerolls
  5. Thank you for bringing the bug to my attention, it has been patched and will be available in the latest version shortly. The masking of the cron template has also been fixed. In the future, please open an issue on GitHub about the project: https://github.com/nwithan8/plex-prerolls, I check that more often than I check these forums.
  6. The path "/mnt/user/data/media/..." doesn't exist inside Plex. You need to use the path to each file as Plex would see it, perhaps something like "/media/...". Refer to the mapped paths on your Plex Docker container. Also, those Fall, Winter et. al schedules won't work with just paths to the prerolls folders, you need to include full paths to individual media files (not sure if perhaps you redacted those for this help session)
  7. The Docker container does not need to access the pre-roll files directly. In your schedule, use the path that Plex would use to access each file.
  8. A second application release: Plex Prerolls GitHub: https://github.com/nwithan8/plex-prerolls Docker: https://hub.docker.com/repository/docker/nwithan8/plex_prerolls/general This application parses a simple schedule and, on a cron job, updates the prerolls used by Plex before a movie.
  9. Apologies, I haven't been on the forums in a while. Did this resolve itself?
  10. Yes, Squid has mentioned that to me. I didn't do a search for ntfy before making the template. I mostly was seeking to get Tauticord released.
  11. Summary: Support thread for all my Docker Templates for CA. I am the developer on some of these applications. Others, I simply provide the template of an existing Docker application.
  12. Running into the same issue, Unraid 6.9.2, latest ControlR plugin version. Ran `/usr/local/emhttp/plugins/controlr/controlr` and recieved: I: 2022/03/13 14:29:20 app.go:57: controlr v2021.11.25|3.0.0 starting ... I: 2022/03/13 14:29:20 app.go:65: No config file specified. Using app defaults ... I: 2022/03/13 14:29:20 app.go:185: cert: found MYSERVERNAME_unraid_bundle.pem I: 2022/03/13 14:29:20 app.go:75: state(&{Name:MYSERVERNAME Timezone:America/Denver Version:6.9.2 CsrfToken:9B4C04CC22086972 Host:http://MYSERVERNAME Origin:{Name:MYSERVERNAME Protocol:http Host:MYSERVERNAME Port:80 Address:XXX.XXX.X.X} Secure:false Cert:MYSERVERNAME_unraid_bundle.pem UseSelfCerts:false}) I: 2022/03/13 14:29:20 core.go:83: starting service Core ... I: 2022/03/13 14:29:20 core.go:355: Created ipmi sensor ... I: 2022/03/13 14:29:20 core.go:382: No ups detected ... 2022/03/13 14:29:20 Unable to wait for process to finish: exit status 127 Settings: Diagnostics via https://github.com/jbrodriguez/controlr-support: controlr.zip
  13. Seems your GitHub repo was deleted? I was working on something similar, but wanted to contribute to yours first if possible.
  14. Oh wow, this is a blast from the past. IIRC, the Marvel card ended up not being a supported RAID card for Unraid. I got a Dell PERC H200 (flashed to IT Mode) instead, which I highly recommend.
  15. I have updated the videos. Apologies for the error. I will say, the UUD is far better than whatever I had before
  16. It seems the share settings for some of my shares are being ignored. Ex: I have a share called 'system' Share settings: Included disk(s): Disk 5 Excluded disk(s): None Use cache disk: Prefer There is no 'system' folder on the root of Disk 5, but somehow there is on the root of Disk 7. "Free" space indicated on User Shares for 'system' is ~8 TB (free space of Disk 7 + free space of cache). I manually moved the 'system' folder from Disk 7 to Disk 5, and now the "Free" space indicates ~3.5 TB (free space of Disk 5 + free space of cache) This also happened with another share 'appdata' Included disk(s): Disk 5 Excluced disk(s): None This time, there was an 'appdata' folder on the root of Disk 5, as well as the root of Disk 7 again. "Free" space was (Disk 5 + Disk 7). Basically, despite indicating only Disk 5 in the Included Disk(s) for each share, it found the folder on other disks and automatically included them in the share. Is this because I didn't explicitly exclude Disk 7 and other disks from the share? The "Fix Common Problems" plugin whined when I used to indicate both Included and Excluded disks for a specific share.
  17. Following binhex_delugevpn update recently, CP's connection to Deluge is broken. After mucking around, I think I've pinpointed the issue to an incompatible SSL protocol in transfer.py. Seems CP is still running on Python 2.7, and lacks support for the new protocol used by Deluge 2.0. Any way to update the Python version in CP?
  18. So much for the Wiki. If anyone has access and can grant me access, I'd love to help edit it and update it. H200 works with firmware 20, running on unRAID 6.6.7 Great instructions and necessary files here: https://techmattr.wordpress.com/2016/04/11/updated-sas-hba-crossflashing-or-flashing-to-it-mode-dell-perc-h200-and-h310/comment-page-1/ (S/O to techmattr on Reddit)
  19. I too am having issues with the Marvel 88SE9215 chipset card. Similar story, the two drives I plugged into it did not show up on my array, marked as invalid. Had to plug them back into the normal SATA ports on the motherboard and reconstruct the drive for it to work again. Afraid to try it again.
  20. Having the same issue I think. Cant' access webui. Only one ovpn in the folder (Netherlands, which has port forwarding). Mind having a look? supervisord.log