Everything posted by Free Man
-
[SUPPORT] JoplinApp - CorneliousJD Repo
Yeah, it took me about 1/2 a day of digging and reading to get that figured out, but I did. Appreciate your efforts to put this together, but it's not something I'd need.
-
[Plugin] FolderView
One last question, I promise (for now, I hope... ) I like color, so I don't want the icons to desaturate. I made the edits as described in the docs to both 04-table.docker.css and 04-dash.dashboard.css as follows: /*************************************************/ /* LOGO ICON HOVER EFFECTS - Disable for icons to be full color at all times */ /*************************************************/ /* Desaturate docker/vm container and folder icons, saturate on hover */ /* #docker_view .outer img { filter: saturate(0); } #docker_view .outer:hover img { filter: saturate(1); } */ Yet they're still grey until I hover over them. What did I miss? Ah ha!!! It's not super clear to those of us who don't CSS all the time, but this works: /* Desaturate docker container icons, saturate on hover */ /* .folder-preview-wrapper img { filter: saturate(0); } */ .folder-preview-wrapper:hover img { filter: saturate(1); } The saturate(false) needs to be disabled - the docs list both, as though both need to be commented out. This is what I get for doing IT when I'm tired... Thanks again!!
-
[Plugin] FolderView
🤦♂️I guess I just didn't scroll down quite far enough to see that. Thanks!! I really do appreciate @scolcipitato, @Mattaton, @hernandito and everyone else who contributes to this awesome community!
-
[Plugin] FolderView
I saw the ones posted by Mattaton & Hernandito (linked on the first page), which look pretty cool and are appreciated. Is there a list of others elsewhere in this thread that I missed (sorry, didn't read all of the previous 27 pages). Unfortunately, neither of those seem to impact the popups...
-
[Plugin] FolderView
I just learned about this plugin a couple of weeks ago and I love it! Thanks for the time & effort to pick up the previous version (which I didn't know about) and make it functional again. One request: Could you make it a bit more dark mode friendly? The popups are bright white when a dark theme is selected in the unraid config, and it's a bit... eye searing!
-
Recommendation for apps pool
A bit vague and terse... Based on what I've been reading, it seems that ZFS takes some considerable resources, and, therefore, might not be best for my aging hardware. Looks like BTRFS might be the better option for me.
-
Recommendation for apps pool
I currently have 3 small SSDs as my "apps" pool on which my docker.img file lives and on which all of my dockers are installed. I'm running out of space on this pool, so I've purchased 2 new 1TB SSDs as a replacement. What's the current "gold standard" setup for this particular install? I would think that a mirrored pair would be best, so a failure in one drive would be recoverable by running off the other. Is this (or other "failure proof" setup) possible with ZFS? I don't believe BTRFS offers this option. I don't have a RAID card I could install to support this type of operation (and I understand that they're generally not recommended with unraid).
-
[SUPPORT] JoplinApp - CorneliousJD Repo
Actually, I've realized that I have no need for this docker. Having a client running on my unRAID server doesn't buy me anything, as I'd use the Win desktop version of the client for use when I'm at home and the phone or laptop version when I'm away. That doesn't mean I don't appreciate the effort put into making this docker available, just that (now that I've got a better understanding of how Joplin works) I realize I don't need it.
-
[SUPPORT] JoplinApp - CorneliousJD Repo
I'm getting this in the log when I start the container. I can open the web page, but I don't get anything but the VNC stuff - no hint of the Joplin interface. Thoughts? LaunchProcess: failed to execvp: xdg-settings [836:0531/120249.610201:ERROR:bus.cc(392)] Failed to connect to the bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory [836:0531/120249.612397:ERROR:bus.cc(392)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [836:0531/120249.612425:ERROR:bus.cc(392)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") [836:0531/120249.735565:ERROR:bus.cc(392)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") (node:836) electron: The default of nativeWindowOpen is deprecated and will be changing from false to true in Electron 15. See https://github.com/electron/electron/issues/28511 for more information. (Use `@joplinapp-desktop --trace-warnings ...` to show where the warning was created) [893:0531/120249.905764:ERROR:viz_main_impl.cc(162)] Exiting GPU process due to errors during initialization [922:0531/120249.974037:ERROR:gpu_init.cc(441)] Passthrough is not supported, GL is swiftshader [836:0531/120256.016696:ERROR:bus.cc(392)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") 31/05/2024 12:03:31 Got connection from client 127.0.0.1 31/05/2024 12:03:31 other clients: 31/05/2024 12:03:31 Got 'ws' WebSockets handshake 31/05/2024 12:03:31 Got protocol: binary 31/05/2024 12:03:31 - webSocketsHandshake: using binary/raw encoding 31/05/2024 12:03:31 - WebSockets client version hybi-13 31/05/2024 12:03:31 Disabled X server key autorepeat. 31/05/2024 12:03:31 to force back on run: 'xset r on' (3 times) 31/05/2024 12:03:31 incr accepted_client=1 for 127.0.0.1:43226 sock=10 31/05/2024 12:03:31 webSocketsDecodeHybi: got frame without mask 31/05/2024 12:03:31 rfbProcessClientProtocolVersion: read: Input/output error 31/05/2024 12:03:31 client_count: 0 31/05/2024 12:03:31 Restored X server key autorepeat to: 1 31/05/2024 12:03:31 Client 127.0.0.1 gone 31/05/2024 12:03:31 Statistics events Transmit/ RawEquiv ( saved) 31/05/2024 12:03:31 TOTALS : 0 | 0/ 0 ( 0.0%) 31/05/2024 12:03:31 Statistics events Received/ RawEquiv ( saved) 31/05/2024 12:03:31 TOTALS : 0 | 0/ 0 ( 0.0%) I could have sworn I saw some config editing instructions somewhere in the install pages of the Joplin docs, but I'm not seeing them now.
-
[SUPPORT] JoplinApp - CorneliousJD Repo
Just came here to ask this myself... Gonna have to do more digging.
-
[6.12.9] Orphaned docker container
I woke up this morning to find that my immich docker wasn't responding. Upon looking at the Dockers listing on my server, I see I have an orphaned container. I grabbed a log, would someone please take a look to see why this may have happened? nas-diagnostics-20240516-0703.zip I will go ahead and reinstall the docker, I'm just wondering why. Thank you very much!
-
Odd behavior in dashboard
Several times in the last week or so, I've had very odd behavior in the dashboard where everything updates multiple times per second. Usually, F5 will refresh the browser window and stop the behavior. Sometimes it just stops on its own and goes back to normal update rates. I'm running Firefox 125.0.3 64-bit. I've restarted FF. I'm not getting the behavior in Brave. Two screen captures of behavior, taken 4 days apart: nas-diagnostics-20240510-1636.zip