• 0 Posts
  • 11 Comments
Joined 25 days ago
cake
Cake day: December 13th, 2024

help-circle




  • I basically always have a terminal open, but I use tmux instead of multiple tabs/windows. Drop down terminals never really interested me, because I do a lot of my actual work in the terminal, so a maximized window is way more convenient. Glad it’s working for you, though! I love that Linux has so many different workflows available, everyone can find something that works well for them, no matter how they work. :)


  • hperrin@lemmy.catoAsklemmy@lemmy.mlWhat stand up would you recommend?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    3
    ·
    2 days ago

    If you want the opposite of funny, anything recent by Roseanne Barr is the unfunniest drivel to ever be generously called standup. It’s like watching an angry boomer rage against everything that’s changed since they were a bigoted little shit, because that’s exactly what it is. If you’re also an angry boomer who hates everyone younger and/or smarter than you, you’ll probably like it.



  • Did you read my post?

    It’s faster and has a different feature set. Also it’s written in Node.js, not PHP, so I can integrate it into my Node.js apps.

    Neither of the servers you mentioned can work on a flat file system folder, so managing my Jellyfin media wouldn’t even be possible with either of them.

    Neither supports file deduplication, encryption at rest, PAM authentication, or .htpasswd authentication.

    Both require a database and can only be managed through their web interfaces.

    Both of their web interfaces require modern browsers, so wouldn’t be supported on something like a terminal based browser.



  • It’s not really a full fledged web app, but I launched a WebDAV server this year:

    https://hub.docker.com/r/sciactive/nephele

    I use it for all sorts of things. It’s got some great features that other WebDAV servers are lacking:

    • S3 support, so you can use a cloud service as the backend.
    • Encryption at rest, so you can keep your data private, even when it’s stored on S3.
    • File deduplication, so you can throw the same files in over and over and not use up more disk space.
    • PAM authentication, so you can let system users manage their own files.
    • .htpasswd authentication, so it works with other web servers.
    • A simple web interface, so you can manage files in your browser (and it should work on all browsers, even absolutely ancient ones).

    It’s incredibly fast compared to most other WebDAV servers, too.

    I use it to manage my Jellyfin libraries, as a personal cloud storage, and as a deduplicating backup server. It works well through a reverse proxy too, so I have multiple instances running on my server with different configs.

    There’s also a desktop app that uses the same server under the hood to let you transfer and manage files across your network:

    https://sciactive.com/quickdav/