Roxedus

Community Developer
  • Posts

    251
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Roxedus

  1. On 2/4/2023 at 6:12 AM, Shu said:

    A separate problem here. For some reason, my organizrv2 container is backing up every week and this latest backup is taking up 152gb. Screenshot attached. Not sure why this is...

    1306810075_FireShotCapture003-Settings-OrganizrV2-192_168.1.3.thumb.png.8b93aaaaf9a4c331867968da74d27c39.png

     

    Edit: A few minutes later...I deleted all backups (except my first for...sentimental reasons) and manually created a backup - it was 627 kB. My guess and quick math is that the backups are backing up all previous backups as well. (Add up all those backups and it will roughly equal the size of the latest on, 152gb). 

    I see you already filed this, thanks https://github.com/causefx/Organizr/issues/1913

    • Upvote 1
  2. On 2/4/2023 at 2:01 AM, CoZ said:

    I'm hoping the support for this isn't dead.  My Organizr keeps bugging me to update it for a while now.  I guess there was a new version released some time ago but the docker hasn't been updated to reflect it.

    You just need to restart the container, you can also use the update button in organizr.

    • Like 1
  3. Cant get reverse proxy to work for organizr.
     
    I am sorry having to ask for help on this, but I am at a loss.
     
    Prereq: 
    1) CNAME subdomain: "organizr.domain.xxx" has been created at cloudlare
    2) Using SWAG - organizr.subdomain.conf has been configured (see attached)
    3) SWAG restarted
    4) Organizr is on docker's proxynet
    5) Container name is "organizr"
     
    What am I missing?
     
    Container is up and running locally. .. 
     
    238527045_Skrmbillede2022-05-10kl_11_29_41.thumb.png.79624af244bb8a8c29e9712df6073fbc.png

    Upstream_port is 80
  4.  
    What will be the mechanism for users to update the template if the developer maintaining it does need a change?
     
    I would have considered the ability to update the template as important as updating the container, and having a flag to disable updates in the UI would be good for end users who choose not to take the recommended config from the maintainer.

    Considering unraid is the only plattform offering this, its not unreasonable to ask users to somewhat keep up with the updates for a container.
    • Thanks 1
  5. 31 minutes ago, m4gicfour said:

    @Roxedus It appears a dependency change got missed.

     

    With the latest update to the Docker, this error is being spammed in the log and the DNS server is not responding.
     

    It was not possible to find any compatible framework version
    
    The framework 'Microsoft.NETCore.App', version '6.0.0' was not found.
    
    - The following frameworks were found:
    5.0.1 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]
    
    You can resolve the problem by installing the specified framework and/or SDK.
    
    The specified framework can be found at:
    - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_verrsion=6.0.0&arch=x64&rid=alpine.3.14-x64

    .NET 6.0 is now required as of version 8.0 of the software.
     

     

    Thanks. built a new image.

    • Thanks 3
  6. To quickly deprecate any given template in your repository, two choices
     
    Either add in true into the xml, or now you can also simply put those templates into a subdirectory named "deprecated" of your repository, and the feed will automatically apply that tag to them.

    Wil FCP or CA warn users if any or both of these is true?
  7. On 10/3/2021 at 1:02 PM, Squid said:

    If this entry actually gets used by some maintainers, then I'll also have the dashboard / docker pages support it on their context menus

    Will this potential feature support branch-specific values? as in a readme for main, develop etc when using the Branches tag

  8. On 8/5/2021 at 11:53 PM, Squid said:

    save the xml's within /config/plugins/community.applications/private/LTM on the flash drive and use CA to manage them (If not categorized, they will appear within the Private Category)

    Is there a way to fully emulate, and test how a template would be shown if it was a "true" CA template? mostly wanting to test Branches, and the extra links showing in the CA card

  9. This "fix", is needed because the container gets forcefully shut down, before mariadb has successfully shutdown, this is usually isn't a problem, as mariadb is nice, and usually manages to recover from a dirty shutdown.  The docker update plugin uses 10s as the default time before killing a container, which does not suffice. 

    • Thanks 2