PixelPrint

Members
  • Posts

    38
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

PixelPrint's Achievements

Noob

Noob (1/14)

9

Reputation

1

Community Answers

  1. no, the /v2 is the service endpoint for the API if in the browser extension i just put [IP]:8010 it gives an error until i place /v2 at the end
  2. I'm just using cloudflare tunnel on my domain + I added it in the "zero trust" panel, network/routes
  3. Hi, because there's no login protection at all, I'd like to run this in a subdirectory like example.com/languagetool/v2, but then it complains like Error: You have '/v2/' in your path, but not at the root. Try an URL like 'http://server/v2/...' There's a way to run it anyway? I can't give it a dedicated domain or subdomain, that's too prone to abuse from bots and such. Or they designed it to practically force everyone to use their own server?
  4. I run it manually on sunday afternoons, as i like to watch what the updates do. In this way at midnight when unraid checks updates, finds nothing. Additionally, i hide the "update column" using a browser extension called "Amino", which allows to add custom CSS rules to pages. I added this custom CSS rule for the server page: .updatecolumn { display: none; }
  5. Solution: after manually updating the containers, run this: rm /mnt/user/system/docker/unraid-update-status.json /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/dockerupdate check the first command will remove any status of updates, the second line will check for updates, recreate that json file, then tell the status of the containers to the GUI Actually, i created for myself a more complex script that will update everything, then remove that json file. it's something like this percorso="/mnt/user/docker/" finale="/docker-compose.yml" comando="docker compose -f" managerpath="/boot/config/plugins/compose.manager/projects/" override="/docker-compose.override.yml" function aggiornamatic() { #primo argomento: nome directory percorsocompleto=$percorso$1$finale $comando $percorsocompleto -f $managerpath$1$override build && $comando $percorsocompleto -f $managerpath$1$override pull && $comando $percorsocompleto -f $managerpath$1$override down && $comando $percorsocompleto -f $managerpath$1$override up -d } #aggiornamatic: primo parametro è il nome container aggiornamatic "afterlogic" aggiornamatic "borgmatic" aggiornamatic "caddy" aggiornamatic "cloudflared" docker image prune --all rm /mnt/user/system/docker/unraid-update-status.json /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/dockerupdate check
  6. Until yesterday i was on 6.11 and i did not had this problem. Maybe i installed a plugin that hide the checks. Now it has this fake "update ready" warning which is not true. There's a way to change or remove the internal status? This version check should be saved somewhere. For example i could run a script that deletes the updates status every 10 seconds. Or write "installed version 999.999999" somewhere which will be the latest. Where is this "update ready" info stored? So i can delete it automatically edit: the info is stored in /mnt/user/system/docker/unraid-update-status.json and it's populated by the command /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/dockerupdate check which is run every monday for example it contains: "library/mariadb:latest": { "local": "sha256:9ff479f244cc596aed9794d035a9f352662f2caed933238c533024df64569853", "remote": "sha256:5d851e999b84625ef9810589e832686cae58453452698ee69e2980041e626eb2", "status": "false" }, I was able to change the status of caddy to "up-to-date" by changing to "library/caddy:latest": { "local": "sha256:b3a7eac3daba82e1d682a7fa3f11b6d0dbe32869cdcc835fd30748021fbe3b9f", "remote": "sha256:b3a7eac3daba82e1d682a7fa3f11b6d0dbe32869cdcc835fd30748021fbe3b9f", "status": "true" }, unfortunately, deleting the file has no effect, maybe is cached somewhere else I also tried to make an invalid entry which on the GUI results as "not available" "library/munin-munin:latest": { "local": null, "remote": null, "status": "undef" }, but it has no effect i need to find a way to automate this otherwise my OCD will drive me crazy seeing "update ready" instead of "up-to-date". I exclusively use the docker compose plugin and never use docker containers from the community apps
  7. Is it possible to play audio on the local device? No streaming, because I want to play on the server itself, everything works great (video, keyboard, mouse, but no audio)
  8. Thanks, i disconnected the drive while writing and thanks to that script i got a notification
  9. I'm doing tests on a clean computer. I created a pool with three drives, one SATA, one nvme, one USB. If i turn off the machine to disconnect the drives, on reboot I get a warning "the drive is missing", but if i unplug the USB drive while the pool is running, nothing happens Is this normal? Maybe it's just because it's USB? Running version 6.12.2, tried in btrfs raid or zfs mirror
  10. Thanks, that solved the problem (rebooting is always a problem when I put hundreds of services on the server...)
  11. I also tried with odoo and it's probably the hardest app to selfhost that i ever tried. I once managed to let it work, but then after an upgrade it broke and i never managed to let it work again. I wonder if it's intentional to let people to subscribe to the cloud service (which is completely unaffordable for small business like me)
  12. Hi, I have an AMD Ryzen 5 5600G with the Cezanne iGPU. I installed radeontop from community applications, but I don't have /dev/dri, I can't pass it. Do I need to do something else? I didn't pass the GPU to another VM. Should I do something else? If i type radeontop it tells me 100% usage, but it might be a bug? Or do i need to connect a screen to make it work? Maybe is this tick in the IOMMU group interfering?
  13. Hi, I was wondering it too, everyone in the LAN can access all the VM in the server without any password, so it's mandatory to always keep them locked and with a good login password. There's an easy way to disable VNC for the VMs so i can enable it only when it's really needed? (ideally without a reboot) From the configuration page looks like a virtual gpu is mandatory
  14. Yesterday a VM needed more RAM. It looked like there were 4gb of unused RAM (cache) in my server, so I assigned most of it to the VM. As soon as I started the VM, the server was almost paralyzed by lots of writes on the HDD array, even if the VM is entirely on the SSD cache drives The server was very slow until I shut down the VM, I saw lots of iowait (the peak of user was caused by memory swapping inside the vm, before i added more memory) So I am wondering how can i avoid this, what's the limit to avoid overprovisioning the memory? And what's causing the writes? I installed iotop with the nerd tools, but it looked like the majority of writes were from "find /mnt/user/share -noleaf" 🤔
  15. For who has this problem like me but does not really want to watch a 4 minutes youtube video with 2 minutes of introduction to the 1-second solution followed by another 2 minutes of conclusion: While the USB creator is stuck at "syncing file system", format the USB drive as FAT32 and call it "UNRAID"