cut_chemist

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cut_chemist's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I had the same error when trying to run Portal - my array is xfs. to workaround I moved my /games to the cache (unencrypted - btrfs) drive. Not a perfect solution but one that works for me.
  2. @EricM Had the same thing setting up a ASRock B450M Pro 4 - chage the boot settings to USB:<your memorystick> from UEFI:<yourmemorystick> That worked for me. Hopefully you'd got it sorted by now anyway!
  3. Try this: http://annibyniaeth.com/2019/03/29/firefly-iii-on-unraid-letsencrypt/ Resurrected the blog for you For those that just want a config file, it is below: server { listen 443 ssl; include /config/nginx/ssl.conf; client_max_body_size 0; server_name subdomain.doman.tld; location / { add_header X-Forwarded-Proto "https"; proxy_set_header Host $host; proxy_set_header X-Forwarded-Proto $scheme; proxy_pass http://[SERVERIP]:[PORT FOR FIREFLY]; } } Nginx configs are not my thing, so do let me know if I've got something egregiously wrong!
  4. Just want to say that this worked for me too. Unraid 6.5.0. Thought I was going mad! Thanks saarg