• 0 Posts
  • 44 Comments
Joined 1 month ago
cake
Cake day: December 13th, 2024

help-circle







  • hperrin@lemmy.catoAsklemmy@lemmy.mlWhat stand up would you recommend?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    3
    ·
    16 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.






  • I’m going to add support for CardDAV, that way you can use it to sync your contacts. I’m currently working on the Access Control Protocol extension to WebDAV, which is required for CardDAV.

    I’d like to eventually support CalDAV too, but that’s harder than CardDAV.

    I’d like to also create another web interface with a more modern feature set for use in newer browsers, and even have file share links.

    An idea I’ve been floating is creating a way to use .md files and .html templates to create a sort of blog, website, or notebook. Something that would be really easy to manage. Basically throw it up on a server, put some .md files in, and you’ve got a basic website. I’d like to use it to take notes, since editing markdown on a WebDAV share is super simple, and having searchable notes from that would mean I could drop Google Keep.