Everything posted by KnifeFed
-
[Plug-In] Community Applications
I see you found it 👍
-
[Plug-In] Community Applications
^To fix the font, you can do: .ca_readmore { font-family: unset; } .ca_readmore::before { font-family: FontAwesome; }
-
[Plug-In] Community Applications
I really wish you hadn't removed the Docker Hub integration. I realize the templates were pretty bare-bones but it at least filled out the name, description, repository etc. making it a lot faster than going to the Docker page, manually adding a container and starting with a completely blank template.
-
[Plugin] CA Appdata Backup / Restore v2
The post right above yours is actually me saying a reboot did fix it
-
[Plugin] Docker Folder
Edit folder -> "Add another button" -> "Config type:" "Docker Action" -> "Action:" "Start/Stop/Restart"
-
[Plugin] CA Appdata Backup / Restore v2
The fix was to reboot the server. Who would have thunk it?
-
[Plugin] Mover Tuning
-
[Support] binhex - qBittorrentVPN
This is what I did initially, i.e. tried a whole bunch of endpoints with the same result, leading me to believe it wasn't an issue with the endpoints, especially seeing as they all have an online status on the Mullvad website. However, now I tried a bunch again and suddenly one worked. I guess Mullvad has been experiencing some weird issues today. Thanks for your help troubleshooting!
-
[Support] binhex - qBittorrentVPN
Yup, that's the Mullvad DNS server. I removed it and set NAME_SERVERS to "1.1.1.1,1.0.0.1" but got pretty much the same result. supervisord2.log
-
[Support] binhex - qBittorrentVPN
My container crapped out all of a sudden. It seems DNS resolution is no longer working and the status for every tracker is "Not working". I'm using WireGuard via Mullvad. I've rebooted the server and my router. I've generated new WireGuard config files from Mullvad and verified they're unchanged. I've attached my debug log. Any ideas? supervisord.log
-
[Plugin] CA Application Auto Update
Woohoo, thank you!
-
[Plugin] CA Application Auto Update
Found anything since 2021.09.15.1853?
-
[Plugin] CA Appdata Backup / Restore v2
Was there ever a fix for this? I had some garbage containers created due to partially failed `docker build` commands. Performing a complete `docker system prune --force --all --volumes` got rid of them everywhere except from CA Appdata Backup/Restore and CA Application Auto Update.
-
[Support] binhex - Krusader
Would it be possible to run Krusader via Xpra instead of VNC? I find Xpra seamless mode to be a much better experience than VNC.
-
[Plugin] CA User Scripts
You can use '/usr/local/emhttp/webGui/scripts/notify' in your script: notify [-e "event"] [-s "subject"] [-d "description"] [-i "normal|warning|alert"] [-m "message"] [-x] [-t] [-b] [add] create a notification use -e to specify the event use -s to specify a subject use -d to specify a short description use -i to specify the severity use -m to specify a message (long description) use -l to specify a link (clicking the notification will take you to that location) use -x to create a single notification ticket use -r to specify recipients and not use default use -t to force send email only (for testing) use -b to NOT send a browser notification all options are optional notify init Initialize the notification subsystem. notify smtp-init Initialize sendmail configuration (ssmtp in our case). notify get Output a json-encoded list of all the unread notifications. notify archive file Move file from 'unread' state to 'archive' state.
-
[Plugin] CA Application Auto Update
Same thing now that My Servers 2021.08.25.1816 was released. Am I the only one experiencing this problem?
-
[Plugin] unbalanced
Any word on this? I'm sad to say that the plugin is unusable to me because of this.
-
[Plugin] CA User Scripts
A small feature request: whitespace in the output of a script is currently being collapsed, causing this (the columns are supposed to be aligned): If the output were to be wrapped in a <pre> tag, it will preserve the whitespace and show correctly, like this: It would also have the added benefit of adding some top margin to the output, for better separation (the font-family of the <pre> tag might need to be set to 'bitstream' to not get overridden with 'monospace')
-
Dynamix File Integrity plugin
Last time I ran an integrity check I got a log of files with "BLAKE2 hash key corruption" and they were all files that had been deleted prior to the check. Do any of the new commits remedy this behavior?
-
[Plugin] CA User Scripts
First of, I love this plugin. Second, would it be possible to allow variables for Node scripts too, i.e. parsing `//` right after the shebang, in addition to `#`? Like: #!/usr/bin/env node //name=Script name I know I can just run the JS file from the shell script but I prefer to have it self-contained.
-
[Support] Linuxserver.io - Double Commander
This container doesn't shut down gracefully, so it will always time out when Unraid tries to shut it down (with `docker stop -t xx`, where 'xx' is the Docker stop timeout you've set), e.g., when backing up appdata. The usual trick of adding '--init' under 'Extra Parameters' isn't working either.
-
[Plugin] Theme Engine - a webGui styler
I have no idea why it happens. The plugin hasn't seen a commit in over 1½ years so I'm not sure if it's abandoned.
-
[Support] Languagetool Docker
Thanks for the template! This container doesn't shut down gracefully, so it will always time out when Unraid tries to shut it down (with ´docker stop -t xx´, where 'xx' is the Docker stop timeout you've set), e.g., when backing up appdata. If you add '--init' under 'Extra Parameters' it will work as expected. Also, is there no way to save/sync your personal dictionary when using the self-hosted version?
-
Dynamix - V6 Plugins
In the "Stop Shell" plugin, could you please add "fish" to the list of shells? Would be much appreciated
-
[Plugin] Theme Engine - a webGui styler
Just reboot your server or re-install the plugin.