Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] selfhosters.net's Template Repository

Featured Replies

Dozzle supports a main instance and multiple agent instances that act as agents.

I was able to load it in unraid as a compose file, but it would be ideal to extend the wrapper.

```

version: '3.8'

services:

dozzle:

container_name: dozzle

image: amir20/dozzle:latest

command: agent <----------

restart: always

environment:

- tailSize=1000

- DOZZLE_HOSTNAME=<redacted>

volumes:

- /var/run/docker.sock:/var/run/docker.sock

ports:

- 9095:7007

```

  • Replies 956
  • Views 361.3k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Hi   i fixed it by changing the rights of the data folder in /appdata/prometheus   chown -R 65534:65534 data   Maybe that helps you guys also.

  • Hi, the docker Adminer updates really often, I have updated it 3 times today.. is something wrong or is new version released this often? it is not the first time I have updated it several times on a s

  • APP: Backblaze   Blackblaze just released v8.5 and I just wanted to share my experiences with upgrading manually.   With the Portainer container running, I went into Portainer and

Posted Images

On 5/18/2026 at 2:20 PM, kurai said:

Further steps for Backblaze docker

The previous steps got Backblaze started and running ... for a while.

The Backblaze binaries seem to have some inbuilt mechanism for triggering detection of old executable versions and downloading of an update, despite the docker parameters 'Force Latest Update: False' and 'Disable Autoupdate: true' being applied.

Two hours after container start it would download a new .exe binary (interestingly, not the current version v.10.0.1.1037 but v.9.2.2.897). This would unpack and run an .msi installer, which would then abort after failing to satisfy a .NET dependency. This seems to have a greater than even chance of causing the main bzserv.exe service and/or bzbui.exe application to crash out. It would continue to retry this update process every 2 hours until the inevitable crash & black-screen.

The solution (that's been working for over 24 hours now) seems to be to replace the downloaded binary with an empty zero byte file and set it to root read-only (-r-------- [400]) so that it can't be replaced by the updater.

/appdata/Backblaze_Personal_Backup/wine/drive_c/Program Files (x86)/Backblaze/bzupdates/bzinstall-win32-9.2.2.897.exe [root -r-------- 0 B]

This seems to sidestep the issue by not allowing the installer process to begin at all.

Of course, this may not work forever ... the application does do a version check call-in at startup, and logs that it recieved a version obsolescence notice. Backblaze seem to be making definite steps to move forward with client versioning and may eventually reject connections from old enough clients rather than simply warning and trying to force an update.

Thanks for this idea, i'm trying the root read-only thing.

Until now i had the Backblaze docker restart with a user script every two hours.

Fingers crossed!

11 hours ago, EvilSpice said:

Fingers crossed!

It's been running uninterrupted since I posted that, so over 10 days now.

Hope it works for your install too 😄

  • 2 weeks later...

re: Backblaze Docker

New version 2.0.1 has been published

Jonathan Treffler has undertaken a major refactor which results in the succesful implementation of Backblaze client v10.0.1.1037 (x64)

It also includes some nifty features for accessing network drives directly, which means some of the old workarounds are no longer neccessary.

(Several container options have changed, so read the release notes at https://github.com/JonathanTreffler/backblaze-personal-wine-container/releases)

Along the way he addressed the root causes of the majority of "black screen" errors we have been experiencing. 😜

I tested the new v2.0.1 release with a fresh container and it downloaded and installed the current v10 client from Backblaze and installed/ran it succesfully.

success.png

( I spun up a new container beause I couldn't get my ancient docker install to upgrade client succesfully - probably because of some of the crufty old nonsense I've got laying about in my Backblaze /appdata after a years-worth of tinkering.

However ... there's now a graceful fallback to just run the pre-existing old client version upon upgrade-failure, instead of crashing & causing the black screen 👍

No need for my kludgy permissions fix to the updater .exe any more - my backups with the old client continue to run fine. )

I'm at a loss. My Backblaze_Personal_Backup broke a few days ago. I'm not exactly sure of the timing; I think it was between the latest update and the one just prior. None of my Docker settings were changed, but suddenly I was back in a trial. My hostname ("Online name for this computer") had changed (I did NOT reinstall!), and I was unable to do anything about it. I tried using sed to update /config/wine/system.reg, but the change wouldn't stick.

That's where I am now. I have just updated the container to the latest 2.0.1 release - version shows 10.0.1.1037 (20260325214016) - but nothing has changed. I'm still in a trial, still on a different and unchangeable hostname. I think the correct path forward would be to perform an "inherit backup state," and I've tried, but can't complete it. The issue seems to be that I simply can't enter my email/password into the GUI.

I am open to any and all ideas.

Edited by molasses2

@molasses2

For what it's worth - I finally got around to trying to actually use the new Selfhosters - Backblaze_Personal_Backup container with the v10.x client, instead of stumbling along with my old v9.x setup, and ran into much the same issue.

After futzing with it for a while I gave up and installed the iamfoz - Backblaze64 container instead.

This seemed to have the same issue, but while I was poking around in its logs I retried the Inherit process and this time it succeeded. 🤯

I never got to this point with the updated Selfhosters - Backblaze_Personal_Backupinstall even after several hours of tinkering.

The iamfoz - Backblaze64 install now appears to be operating correctly and uploading new data to the extant backup state.

Write-up here: https://forums.unraid.net/topic/199284-support-backblaze-64-backblaze-personal-backup-10x-64-bit-under-wine/#findComment-1628631

Edited by kurai

@kurai Thank you SO MUCH for this suggestion! I guess I was under the impression that Backblaze64 was geared toward B2 storage rather than the personal backup. That's my fault for not reading carefully.

In any case, I was successful in performing an inherit backup state. I didn't have to do anything special to make it work - didn't even have to change the default UID/GID or set the container to privileged. I read foz' post that discussed timeout concerns, but couldn't figure out how to adjust that in B_P_B.

I am likewise grateful to @TessyPowder and @foz for their work!!!

Edited by molasses2

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.