Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)C
Posts
2
Comments
227
Joined
6 mo. ago

  • 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:

     yaml
        
    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.

  • This is 100% off topic but I just realised username is ”I R mad lad” and not ”Irma Dlad”.

  • 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.

  • I don't think everyone now anything about Linux, most people don't know about computers in general.

    This is to me most likely targeted at those (alias Anna) how know someone (alias Bob) how knows about this (or similar). Bob tells Anna to install Linux because Windows 10 EOL, Anna says "no Linux bad because reasons, plz install Windows", or some such.

  • That is how the above poster use it and the answer to the above question.

  • I figured it was something along those lines. Brilliant idea from marketing.

  • It is the sound of ”th”.

  • Anyone else noticed that it says paid partnership?

  • I like that hamburger unit is blocked.

  • Debian is great, I love it. But the ease of which I can repair my system when I break it is the main reason to stay. I made an error in my hardware config and I just had to use the previous generation to get back to a working state. After that, I could take my time to fix the issue without the server being down.

    This whole everything is in config files is also very appealing, even though there is a lot to learn to get to the same level of knowledge (https://nix.dev/ helps there).

  • I tried NixOS after many years on Debian. I cannot go back, at least not on my server.

  • They stuck to 22.04 for almost 4 years before releasing 24.04

    Wasn't that because of the COSMIC rework? I.e. the created their on DE.

  • xdotool mentions dotool, never heard of it before.

    I haven't used in a few years, since I couldn't get it to work the way I wanted. I just lived without it. I remember there being a hassle with installing it as well.What makes you dislike it so much?

  • I wanted GrapheneOS but all Pixel phones have this huge ass camera house on the back.

  • While Linux is imperfect perfect, choosing the right distro makes the rest of the experience straightforward complicated.

    /s

    Not so much in Linux as in tools I want on Linux being Windows only (or X11).

    1. Microsoft's Terminal App is my favourite console application, there are a ton of other applications to use but nothing hits just right in the way their application does.
    2. GOG Galaxy. There is Heroic which is an excellent application the integrates really well with GOG but (the last time I used it) cloud sync was Windows only, so you had to run proton/wine to get cloud sync support even though the game had native Linux support. In the end, I just wish GOG could if not port their client to Linux, at least help Heroic Launcher make cloud sync work with Linux.
    3. xdotool - I used it to automate hiding/showing my terminal window. I tried ydotool but could not get it to work.
  • Someone has asked this on stack overflow as well. https://stackoverflow.com/questions/51150276/linux-random-6-0

    From link:It's a Russian roulete in programming. $RANDOM returns a number between 0 and RAND_MAX. If the mod 6 on the returned number equals 0, the command after && (conditional execution) executes and it deletes the root directory, basically destroying everything you have on your disk with no normal way of retrieving it (the OS can't function). If this doesn't happen, the conditional execution after || happens and outputs You live.

  • So this is all user-based though?

    I would assume so since it is HKEY_CURRENT_USER. I took a glance at HKEY_LOCAL_MACHINE and the same keys were not there. Perhaps this would had to be run for each user at first login.

    I am the only user of my work computer and it is not even managed, so PSADT would indeed be overkill. :-)

  • Sysadmin @lemmy.world

    How to disable new Outlook (powershell script)

  • Selfhosted @lemmy.world

    How to use Radicale with iOS