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.

Nodiaque

Members
  • Joined

  • Last visited

Everything posted by Nodiaque

  1. A new app was created called shelfmark. Support thread here: While this template is still working and supported by calibrain as a legacy configuration, I strongly suggest moving to the new template. It isn't a direct migration (while you can migrate directly and copying the env var, I suggest looking at the updated way of doing things).
  2. Summary: Support Thread for Nodiaque Shelfmark Application: Shelfmark Github: https://github.com/calibrain/shelfmark This template use the official image from calibrain (ghcr.io/calibrain/shelfmark:latest) I only provide a template for the docker image, I do not maintain the image. For any issue with the software itself, please go to the official github. If you come from CWA, a lot have changed. I suggest you start fresh with the new configuration. Going forward, the project prefer using a json with all the settings that can be edited through the webgui. It is possible to use env variable to lock the settings but it isn't supported. Thus, use at your own risk and I won't support any added env variable that isn't in the template. Shelfmark support 2 mode, direct or universal mode to download. Per default, the template is configured to use direct which is using AA ways like CWA. The universal mode allow to integrate with prowlarr and might require change to the template. I haven't tested how to integrate yet, follow the instruction on the project page. If you want to use env variable to lock some settings, you must add them. The reference to them are here: https://github.com/calibrain/shelfmark/blob/main/docs/environment-variables.md
  3. technically it's proton 8-30 that it's used hat What version exactly you used? I can try updating the template with the new version edit: I've updated to use 10-28 instead of 8-30. I pushed the changed on nodiaque/steamcmd:enshrouded_proton_test if someone want to try. I'll update the main one if it's good
  4. I think the problem is now the file is in two disk as shown in your screenshot. This should be and there is your problem. To edit file, I suggest installing code-server docker apps instead. It will install vscode that you can then use to edit file. Setting variable in the docker template won't change anything. These are docker variable that then are environment variable for the OS inside docker. Unless a script is using them (there's none), these won't affect anything. The problem is really with the fact that right now, you have 2 different copy of the file on 2 drive (dockerconta... and cache). This shouldn't happen and is bad.
  5. I'll check but I'll probably publish a new one and discontinued. Since it's another name, it require a new template. edit: technically, it still work under this name per the release doc: I do see many new features added and new mount point. I currently have my original working (it show as shelfmark 1.0.0 in my webgui) so it does update like calibrain said. I'll still make a new updated one that so it follow the new naming scheme
  6. All mapping and config are in the template. What config are you trying to change that is not available in the template? This template use the environment variable to set all the available settings that was available at creation time. Edit: the reason why it's appearing and disappearing is because the path is already mounted. You need to change the first path in the template called appdata folder. This folder is used for the logging and the apps might be deleting everything in it at startup for clean log. Put it in a subfolder like you did with config instead. I think the program changed, there's was no settings file in the beginning. But using dockers with templates that use env var, you should use the env var.
  7. What do you mean you cannot add the config volume?
  8. First part is about the fact you said it's static, I simply say that mine is ondemand and that ondemand or dynamic won't change the problem with maximum children. Second part is about the script. So that's why you got quoted
  9. All I did is provide the script people were asking some reply ago, like here https://forums.unraid.net/topic/103947-691-server-reached-max_children-setting-50/page/2/#findComment-1591393 and here https://forums.unraid.net/topic/103947-691-server-reached-max_children-setting-50/page/2/#findComment-1591499 And also, all that need to be done is to fix the process that create that file, which is something limesoft need to do since it's in the boot process. I only state what's going on.
  10. Mine is set to ondemand per default. Ondemand and dynamic behave similar except that ondeman doesn't have a child process if not needed while dynamic keep some children process alive even idle. The pm.max_children is a static value, there's no way to put a dynamic value here. But, if it's overwritten at boot, it means there's a process at boot that write that value. This could be edited to allow for a calculated way of setting the max children based on ram. There's many calculation available to do that. As for your script, if it's a boot, you can create a userscript that run at array start (or at boot or whatever you desire) with this: sed -i "s/pm.max_children = 50/pm.max_children = 150/" /etc/php-fpm.d/www.conf If you also want to change to dynamic, you can put this also sed -i "s/pm = ondemand/pm = dynamic/" /etc/php-fpm.d/www.conf
  11. I'll swap again both cable then. Thanks
  12. Hello everyone, I have a problem that happen twice on the same drive now. Out of nowhere, I would see in my vm that the drive is not writable anymore. I can still access my files (it's a camera software so can play archive video) but no new recording occur. In unraid, it show invalid path when I try to browse It's a disk part of a pool, it's a single drive pool. It used to be btrfs. When it failed last time, I decided to reformat into XFS. Well, it happened again. Ran a smart long test, no error. Last time, I also changed it's sata cable (connected to an HBA card). Smarts data look OK I've attached a diagnostic. Wondering what is going on. Do I have a dude drive? Is it because it's attached to a VM using virtio and it corrupt it (I remember in the past, this wasn't very supported)? Thank you servraid-diagnostics-20251210-2046.zip edit: I started in maintenance mode and ran a XFS check, file system corruption detected. But when I press fix it, it says it's busy edit 2: It crashed my server. Had error on the monitor and WebGUI was dead. I did ctrl+alt+del to force a reboot which worked. Now it's back up and the file system is mounted properly. I don't understand what's going on... And now, it doesn't show as corrupted anymore...
  13. The path /tmp/cwa-book-downloader isn't used by the container. Maybe during the download process, but file once downloaded are put in the container folder /cwa-book-ingest which should align with the import path from Calibre-Web-Automated (which is also mapped to /cwa-book-ingest). If you import manually a book in the webgui of Calibre-Web-Automated, does it work? If yes, if you add a book into the import folder, does it work? Just to be sure, you say you have CW and CWA (so Calibre-Web and Calibre-Web-Automated)? You don't need both, Calibre-Web-Automated have a WebGUI. You do need Calibre for the database and then CWA to automate stuff on top of it, and that CWA Book Download to automate book download and import.
  14. I don't think the validate is still in used in that container, so setting the variable might do nothing. I'm currently sick so I haven't look into it and I'm unsure when I'll be able to. Seems like a Steam issue since these are not even file created by the container itself but by steam itself.
  15. Is it only people on proton that have this issue? Steam could have change the manifest and its breaking something. I might have remove the validate flag since it wasn't doing much. It's been a while since I setup those container so my memory of them are fuzy.
  16. this regkey won't work forever. Just use a password like you should instead of using guest share. It's already slated to not be compatible in next version of Windows. I'm on unraid 7.2.0, Windows 10 and 11 Enterprise edition. On both version, no problem accessing my share. Why? Cause I enter a username and a password that I created, it's that simple. I also created a guest user. Stop using the deprecated and unsecure machine guest passwordless account
  17. That's often a corruption in the file. Maybe running verify true could help?
  18. Good question, I don't own that game so I don't know.
  19. Ah it did happened in the past with other game server (conan exiles). What I do now is I have a custom script that run 5 minutes before appdata backup that shutdown the docker (but using rcon and sending a shutdown command directly to the game server). This way, I can also send a 5 minutes warning before shutdown as a broadcast to all users. This allow me to have a safe shutdown. And in appdata backup, I have a script ran at the end of the run to start back the dockers.
  20. P2p mean the one hosting the server must always be running for the other to run. Is it better, I don't know since I don't even own the game. Latency here is not really your resource, it's really poor optimization of the server itself.
  21. Did you check the config file to be sure it wasn't erased? This seems like a configuration problem. If it continue, you might need to check on the official game forum for support on the server itself.
  22. Unfortunately, this game is known to have these problem. Right now on docker we use emulation since it's a Windows app only, but even on Windows the problem exist.
  23. Got the same problem. Was this fixed? If you check, he selected to create docker network eth0, eth4.20 and eth4.30 but once docker is started, they aren't created. I'm on 7.2.0 edit: found the problem on my end. The dhcp range of my eth0 I was trying to create included another custom network range.
  24. Your windows server isn't on the same computer so this can still be network related. You said you have the same problem with valheim which is another docker using the exact same fonctionnality. I can't say like that what's the problem, it could be a setting in unraid, network binding, type of network... There's really a lot of possibility. I'm sorry if I can't really be of any more help :(
  25. If you can see it in the list and can't connect, there's something wrong with your network. Specially if it never reach the server. Either port not open properly, routing problem... I can't really say more, it's not an issue with the docker itself.

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.