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.

mstrhakr

Members
  • Joined

  • Last visited

Everything posted by mstrhakr

  1. I forgot to update you, but this should be resolved with some mobile specific layout work. It should be completely usable on mobile now.
  2. Can you share your compose file? The container names are chosen by compose, not by Compose Manager. You can use container_name: to manually set the container name, or if you don't care and just need the hostname to be something specific you can use hostname:.
  3. Thanks, this has been a pain point, I'll take another look into getting this perfected.
  4. They tell me i need to test at multiple window sizes lmao. But there are two more buttons there, manage which allows adding and removing containers from each network, and delete which allows you to delete a network with no connections. I will get this fixed, sorry about that, for now you can zoom out with `[CTRL]+[-]` to see the buttons.
  5. This is due an issue with how I was cleaning up orphaned services from the override (labels) file. A quick fix is to go to the stack settings, uncheck the box for Override File Management (set it to manual) Once you save and then reopen the editor, you will be able to manually remove the sabnzbd entry from the override file. Your other option is to update to the beta which includes the fixes for this as well as the ability to edit the override file manually more easily.
  6. Yes, its basically doing docker network list and getting all the networks available on the system. It also currently shows system networks also but I'll be adding an option to hide those if that is preferred.
  7. FYI This is pending some kind of manual verification for plugins before it will be listed in the CA app store. I've submitted the request an hour or two ago and now we are waiting. Of course manually installing and updating via the Plugins tab is always an option. This is now available in CA.
  8. Docker Network ManagerManage Docker networks directly from the Unraid web UI. InstallUnraid Community ApplicationsIn Unraid, go to Apps and search for: docker networksUnraid Plugin ManagerIn Unraid, go to Plugins → Install Plugin and paste: https://raw.githubusercontent.com/mstrhakr/docker.networks/main/docker.networks.plg Basic UsageOpen Docker → Networks. Click Refresh to load current networks. Click + Create Network to add a new network. Use Edit to update network description/metadata. Use Manage to connect or disconnect containers. Use Delete to remove custom networks. TroubleshootingIf the UI looks stale after an update, do a hard refresh: Ctrl+Shift+R. If network actions fail, ensure Docker is running on Unraid. SupportIssues: GitHub Issues
  9. OMG you are right, i will have to change it to (Beta) Compose Manager Plus or something. Thanks for pointing this out! It does have the big beta flag but still...
  10. There has been two versions (stable and beta) since this was added to CA.
  11. This is now fixed! Thank you @elibosley
  12. Yes, we are waiting for Squid to merge the PR. This could take a while, in the meantime you can install and update manually from the plugins tab of Unraid. There are directions available in the first post and on GitHub.
  13. I'll take a closer look, would you be willing to open an issue on GitHub to track this?
  14. Just so you know, you can reinstall manually and perform updates from the plugin tab, regardless of the status in CA.
  15. I've got a PR in for this here https://github.com/Squidly271/AppFeed/pull/37 so we will see if this takes care of the blacklist issue. I've also pinged Squid here, the only thing left I know of is to ping him on Discord which I will do if I don't see any movement on this soon.
  16. Thank you Joly, I will look into this today!
  17. Well, I fixed the dev side and now the dev/beta branch is missing and the main plugin is still blacklisted with no real reason at this point. @Squid Do you think you could check this out, I think I'm stuck at this point.
  18. I'm taking a look now as to why both versions are blacklisted, the beta i understand because I merged main into dev, but the main version should be fine. You can install anyway by enabling blacklisted apps in the CA settings. Turns out I was wrong, that is for depreciated apps, not blacklisted ones.
  19. There was a major docker upgrade that comes with some changes. I have not tested this but it should work, 7.2.5 is the furthest I've had time to update to at this time though. I have had no issues there which includes the docker upgrades. What kind of problems are you having?
  20. Oh hey, thanks Kilrah, this should be easily fixable.
  21. First i would do a hard refresh in your browser. `[CTRL]+[SHIFT]+[R]` I'll look into this and see how this could happen. Doesn't seem possible at first glance of the code.
  22. This plugin just does Compose Down so it's only doing what compose would normally do.
  23. Have you done a compose down, then up?
  24. In his compose file the container_name and service name were both unique. Same image, but different container and service names. Not sure how only one could possibly be out of date. services: monica: image: monica container_name: monica ... cron: image: monica container_name: monica-cron ...
  25. The two versions of the same container should be on the same sha, but it looks like one is behind. Are both of these instances in Compose Manager?

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.