Does not sound like you would enjoy NixOS, or perhaps it would be perfect. Everything is done by config.

captcha_incorrect
Replying to @bstix@feddit.dk
They have been able to use it on less powerful deceives lately. I’m waiting for something like an ebook reader to be able to run an LLM. Imagine you forget who a character is and the on device AI parses the whole book and explains what you have forgotten.
Replying to @DreamlandLividity@lemmy.world
I always understood “removes all ads” and removing all ads placed in their product by them. With this understanding, I think asking them to remove all ads would mean to in some way enforce uploaders to not have ads in their videos if you are showing them to a premium user.
But I can understand how someone else interprets “removes all ads” as delivering an experience free from all ads of any kind, including those placed in the video by uploaders.
Replying to @DreamlandLividity@lemmy.world
If you go to YouTube to watch a commercial (here is an example for Orangina www.youtube.com/watch?v=wrkUDm9pnIw), should the whole video be blocked? YouTube provide a video hosting service and they add commercials on top of that.
I find it unreasonable to demand that YouTube essentially remove content from within the video. That would just end back in the EU “protect-the-children”-Chat Control area of the debate. You could have uploaders mark their videos as containing marketing (and perhaps they do) but enforcement would still be difficult given the sheer volume of videos.
YouTubeOrangina Commercials(complete)Replying to @jello@programming.dev
Good luck! Post your success in a new post, might inspire others. :-)
Replying to @TeaWithDani@lemmy.world
The only reason i have 32 is because I salvaged an old work computer. I have 60 running containers and use 7gb RAM (server is mostly idle now). So I have to agree. I just wanted to say that one does not even need ddr4, at least if you are a single user.
Replying to @tuff_wizard@aussie.zone
I have 32gb ddr3, no problems. I keep adding stuff and wonder when I will hit the limit.
Replying to @jello@programming.dev
No changes to the container image, but I had to fiddle with the config file. There is an option (tokenExpirationHours) to set for how long a token is valid, default is 2 hours. I can only find this in the commented example config, setting it to sometime really high like 50 let my friend upload his audiobooks without problems.
Create a config file and place it somewhere the container can access it. Then add the environment variable FILEBROWSER_CONFIG=/some/path/to/your/config.yaml.
Here is a snippet from my config:
server: # ... auth: tokenExpirationHours: 50 # ... userDefaults: fileLoading: maxConcurrentUpload: 100 # The inferface only shows up to 10 so I don't know if setting this value higher does anything uploadChunkSizeMb: 10
tokenExpirationHours is the key to set.
GitHubfilebrowser/frontend/public/config.generated.yaml at main · gtsteffaniak/filebrowser📂 Web File Browser. Contribute to gtsteffaniak/filebrowser development by creating an account on GitHub.Replying to @irmadlad@lemmy.world
This is 100% off topic but I just realised username is ”I R mad lad” and not ”Irma Dlad”.
Replying to @jello@programming.dev
Really? I never tried the original but didn’t have much problems setting up quantum. I had to modify my caddy file somewhat to suite my needs, but just works now.