Jump to content

xthursdayx

Community Developer
  • Posts

    397
  • Joined

  • Last visited

Posts posted by xthursdayx

  1. 22 hours ago, Kevinf63 said:

    Not sure if anyone has replied to this yet, but that webhostcontroller wildcard looks a bit funny. Feel like it should have a localhost/127.0.0.1 before it. Are the configs readable in Radarr? Check if any line related to web host malformed.

    Thanks @Kevinf63, I ended up just reverting an earlier backup and it seems to be working now. Thanks for replying though. 

    • Like 1
  2. On 1/21/2020 at 7:43 PM, aptalca said:

     

    That email means, "one of the certs that you received with that email address is expiring". In this case, it's not the cert that your server is currently using.

    Ah okay, thanks. I was just a little concerned because it listed all of the domains/subdomains I certify through the Letsencrypt container, and I'd never received one of these emails over the last three or four years of using Letsencrypt. 

  3. I just just received an email from Letsencrypt telling me that I need to renew my certificate because it will expire in 19 days, however when I check my Letsencrypt logs I see this:

    <------------------------------------------------->
    cronjob running on Tue Jan 21 02:08:00 EST 2020
    Running certbot renew
    Saving debug log to /var/log/letsencrypt/letsencrypt.log
    
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Processing /etc/letsencrypt/renewal/my.site.conf
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Cert not yet due for renewal
    
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    
    The following certs are not due for renewal yet:
      /etc/letsencrypt/live/my.site/fullchain.pem expires on 2020-04-16 (skipped)
    No renewals were attempted.
    No hooks were run.
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

     

    Any suggestions for how I can figure out what's going on? Thanks.  

  4. @Loch and @ezzys I knew that, but just figured that it was a quirk of Guacamole, the GUI software. 

     

    However, I just found out that Ctrl+Alt+Shift (Ctrl+Cmd+Shift on MacOS) opens the menu that allows you to control the GUI clipboard. I just tested in Brave and this worked, though it doesn't seem to work in Firefox, at least the way I have Firefox set up. 

     

    Hope that helps. 

  5. Is Draw.io drawing integration working for other people in WYSIWYG mode? For some reason, when I click the 'draw' button I just get a white screen, rather than being redirected to Draw.io. 


    Eventually I'd like to self-host a Draw.io instance and link that to Bookstack, but I wanted to test it out first. 

     

    Any ideas how I can figure out what the problem is?

  6. All of a sudden I am unable to access the Radarr WebUI. I just see this:

    Failed to load Radarr
    Version 3.0.0.2525

    I'm using the 'preview' development version, but it has been working fine until now. This is what I see in my unRAID log:

    
    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] 01-envfile: executing...
    [cont-init.d] 01-envfile: exited 0.
    [cont-init.d] 10-adduser: executing...
    
    -------------------------------------
    _ ()
    | | ___ _ __
    | | / __| | | / \
    | | \__ \ | | | () |
    |_| |___/ |_| \__/
    
    
    Brought to you by linuxserver.io
    We gratefully accept donations at:
    https://www.linuxserver.io/donate/
    -------------------------------------
    GID/UID
    -------------------------------------
    
    User uid: 99
    User gid: 100
    -------------------------------------
    
    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 30-config: executing...
    [cont-init.d] 30-config: exited 0.
    [cont-init.d] 90-warning: executing...
    
    
    ******************************************************
    ******************************************************
    * *
    * *
    * This image is for development only *
    * *
    * Use at your own peril *
    * It will likely have bugs and not function properly *
    * *
    * *
    ******************************************************
    ******************************************************
    [cont-init.d] 90-warning: exited 0.
    
    [cont-init.d] 99-custom-scripts: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-scripts: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    [Info] Bootstrap: Starting Radarr - /opt/radarr/Radarr.dll - Version 3.0.0.2525
    
    [Info] AppFolderInfo: Data directory is being overridden to [/config]
    [Info] Router: Application mode: Interactive
    [Info] MigrationController: *** Migrating data source=/config/radarr.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
    
    [Info] MigrationController: *** Migrating data source=/config/logs.db;cache size=-20000;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***
    
    [Info] WebHostController: Listening on the following URLs:
    [Info] WebHostController: http://*:7878
    [Info] RadarrBootstrapper: Starting Web Server
    [Error] EventAggregator: NetImportFactory failed while processing [ApplicationStartedEvent]
    
    
    [v3.0.0.2525] System.ArgumentNullException: Value cannot be null. (Parameter 'returnType')
    at System.Text.Json.JsonSerializer.Deserialize(String json, Type returnType, JsonSerializerOptions options)
    at NzbDrone.Core.ThingiProvider.ProviderRepository`1.GetResults(Template sql)
    at NzbDrone.Core.Datastore.BasicRepository`1.Query(SqlBuilder builder, Func`2 queryFunc)
    at NzbDrone.Core.Datastore.BasicRepository`1.Query(SqlBuilder builder)
    at NzbDrone.Core.Datastore.BasicRepository`1.All()
    at NzbDrone.Core.ThingiProvider.ProviderFactory`2.RemoveMissingImplementations()
    at NzbDrone.Core.ThingiProvider.ProviderFactory`2.Handle(ApplicationStartedEvent message)
    at NzbDrone.Core.Messaging.Events.EventAggregator.PublishEvent[TEvent](TEvent event)
    
    [Info] CommandExecutor: Starting 2 threads for tasks.
    [Fatal] RadarrErrorPipeline: Request Failed. GET /api/v3/netimport
    
    
    [v3.0.0.2525] System.ArgumentNullException: Value cannot be null. (Parameter 'returnType')
    at System.Text.Json.JsonSerializer.Deserialize(String json, Type returnType, JsonSerializerOptions options)
    at NzbDrone.Core.ThingiProvider.ProviderRepository`1.GetResults(Template sql)
    at NzbDrone.Core.Datastore.BasicRepository`1.Query(SqlBuilder builder, Func`2 queryFunc)
    at NzbDrone.Core.Datastore.BasicRepository`1.Query(SqlBuilder builder)
    at NzbDrone.Core.Datastore.BasicRepository`1.All()
    at NzbDrone.Core.ThingiProvider.ProviderFactory`2.All()
    at Radarr.Api.V3.ProviderModuleBase`3.GetAll()
    at Radarr.Http.REST.RestModule`1.<set_GetResourceAll>b__33_0(Object options)
    at Nancy.NancyModule.<>c__DisplayClass14_0`1.<Get>b__0(Object args)
    at Nancy.NancyModule.<>c__DisplayClass16_0`1.<Get>b__0(Object args, CancellationToken ct)
    at Nancy.Routing.Route`1.Invoke(DynamicDictionary parameters, CancellationToken cancellationToken)
    at Nancy.Routing.DefaultRouteInvoker.Invoke(Route route, CancellationToken cancellationToken, DynamicDictionary parameters, NancyContext context)
    at Nancy.Routing.DefaultRequestDispatcher.Dispatch(NancyContext context, CancellationToken cancellationToken)
    at Nancy.NancyEngine.InvokeRequestLifeCycle(NancyContext context, CancellationToken cancellationToken, IPipelines pipelines)
    
    [Info] RssSyncService: Starting RSS Sync
    [Info] DownloadDecisionMaker: Processing 338 releases
    [Info] RssSyncService: RSS Sync Completed. Reports found: 338, Reports grabbed: 0
    [Fatal] RadarrErrorPipeline: Request Failed. GET /api/v3/netimport

     

    Any ideas what the issue might be?

  7. 10 hours ago, aussie_huddo said:

    Any reason why this is 3.10.1 version of gpodder and not the latest (3.10.1)??

    I'm not sure I understand your question... You typed 3.10.1 twice. 

     

    If what you meant to ask me is why this docker installs 3.10.1 rather than 3.10.11, which is the latest version, it is because this container is based on Ubuntu 18.04.3 LTS (Bionic Beaver) and the latest source package available for that distro is 3.10.1. 

     

    Is there some issue you're seeing with 3.10.1 that has been fixed by 3.10.11?

  8. 4 hours ago, Loch said:

    There is an extension in GPodder which will auto convert to mp3 on download but you need to have ffmpeg installed on the system with it. I thought if you added the ffmpeg install to the container it might work. 

    Ah, I see. I'll see about adding ffmpeg to the container to see if that will work. I'll let you know once it's updated. 

  9. On 11/23/2019 at 10:00 PM, Loch said:

    Thanks for this. Less of a resource hog than Airsonic when now I only need the podcatcher component.

     

    Would you be able to update it to include ffmpeg or avconv? My Sansa mp3 player seems to have problems with m4a files so it would be nice to autoconvert them on d/l. If not I'll have to script something up.  Thanks 

    That would be something to take up with the folks who make gPodder. I just dockerized it with the Guacamole GUI and created the unRAID template.

     

    I'd check here to see if there are any existing issues on the Github page, and if not open a new one: https://github.com/gpodder/gpodder/issues

  10.  Coturn Icn

     

    Application Name: Coturn

    Application Site: https://github.com/coturn/coturn

    Docker Hub: https://hub.docker.com/r/instrumentisto/coturn/

     

    Support for my Docker template of the instrumentisto Coturn container

     

    Coturn is a free open source implementation of TURN and STUN Server. The TURN Server is a VoIP media traffic NAT traversal server and gateway. It can be used as a general-purpose network traffic TURN server and gateway, too.

     

    Setup Instructions:

    - Generate your own turnserver.conf with your chosen settings from the example here.

    - Docker container network type should be set to host.

    - Map /etc/coturn/turnserver.conf to the location of your turnserver.conf. Ex: /mnt/cache/appdata/coturn/turnserver.conf:/etc/coturn/turnserver.conf.

    - Ports, 3478 and 5349 should be mapped for both TCP and UDP, 49152-49172 for UDP. These ports will need to be forwarded from your firewall/router to unRAID. 
    - Map "/downloads" to your chosen downloads folder location. This is the directory gPodder will download your podcasts to. 
    - In your chosen application (e.g. Nextcloud, Matrix Synapse, etc) enter the correct TURN URIs, for example:
    ```

    - turns:your.domain?transport=udp

    - turns:your.domain?transport=tcp
    - turn:your.domain?transport=udp
    - turn:your.domain?transport=tcp

    ```

     

    If you appreciate my work please consider buying me a coffee, cheers! 😁

    btn_donate_SM.gif

     

    • Like 1
  11. On 11/4/2019 at 11:11 AM, Ustrombase said:

    Does anyone have redis installed?

    I do, and only have the connection port set in dockerMAN. These are the settings I added to the Nextcloud config.php:

     

      'filelocking.enabled' => 'true',
      'memcache.locking' => '\\OC\\Memcache\\Redis',
      'redis' =>
      array (
        'host' => '10.66.0.10',
        'port' => 6379,
        'timeout' => 0.0,
      ),

     

  12. On 11/8/2019 at 9:17 PM, ijuarez said:

    Just curios without doing a manual update/upgrade how many of the users have been prompted to NextCloud 17, i just go an update but it went from  16.05 to 16.06

    I had the same thing happen. I'm not really sure why some people are prompted to go to 16.06 and some to 17.... it's strange. 

  13. 2 hours ago, freakshock said:

    Thanks for this docker xthursdayx.

    Im having some trouble running it on my Synology.

     

    Any idea what's wrong here?

    I'm not sure to tell you the truth. I don't really know anything about Synology. I assume that it is not running unRAID though, correct? If not, I would open an issue on Github page for the docker image rather than here, since this forum is specifically for users running unRAID.

     

    Have you been able to run other docker containers that use Guacamole?

×
×
  • Create New...