Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Vazelinko

Members
  • Joined

  • Last visited

  1. It actually is a JSON, just needs to be decoded. Copy the text it gives you and run it through a decoder (like this one https://it-tools.tech/url-encoder), remove the text at the beginning before the first curly bracket ("data:text/plain;charset=utf-8,") and then save it as a .json. There's really no need to use an LLM for that.
  2. To answer my own question, lspci.
  3. Okay. Shame, but it is what it is.
  4. Any way to check that info?
  5. A380: Worked fine before the upgrade to the new MBO + CPU. Here's an older screenshot I took from the previous setup with the same card:
  6. This is what it shows It worked before switching MBO. Not sure why it hasn't since. Edit: correction. MBO + CPU. Went from i7-6700 to i7-12700.
  7. I still can't get IMC Bus Utilization to show anything for my A380, it's stuck on N/A. I tried multiple combinations of timers to no avail.
  8. @thany@aleberro I'm not sure if you managed to get it to work, but I had the same issue with another container, so thought I'd test it out. It's directory permission issue. I chmod 777 the whole focalboard directory, which allowed the container to create a database. I don't know why this happens, though. After creating the db, I reverted to 755 and it still seems to work (but didn't test extensively).
  9. @DerEchte @mp3 not sure if you managed to fix it, but this is what I did. I had the same issue right out of the box, so I tinkered a bit with plikd.cfg. I created a database with mariadb, then edited the Driver value under MetadataBackendConfig section in plikd.cfg from sqlite3 to mysql. I also changed ConnectionString value, according to this here, from /data/plik.db to user:pass@tcp(db_IP:port)/dbname?charset=utf8mb4&parseTime=True&loc=Local. So now it looks like this: [MetadataBackendConfig] Driver = "mysql" ConnectionString = "plik_user:plik_password@tcp(serverIP:3306)/plik_db_name?charset=utf8mb4&parseTime=True&loc=Local" With real values, instead of placeholder ones, of course. However, I stumbled upon another issue once I got Plik up and running. Whenever I tried to upload a file, I got "error 500: unable to save file : unable to create upload directory". I went to check permissions of ./plik/data, and it turns out even though I followed instructions on creating the dir before installing the Plik image, /data didn't have the right permissions. I changed it to 777 and that fixed the issue. In hindsight, incorrect /data permissions were probably what blocked Plik from creating its database, hence the "failed to initialize database" error.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.