Frywalker

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

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

Frywalker's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Hello Unraidians, I want to install vaultwarden on my unraid box. I am stuck however because after setting up a user I have to use HTTPS, which I did not setup. So the digging began... First I thought to set-up a cloudflare tunnel, but after reading I am not feeling comfortable to use it because it basically decrypts my data. Especically for a docker with vaultwarden that seems to be not right. At least for me. So I tried duckDNS, Swag, Nginx videos to study more on that topic. But that seems like a lot of work for just a local setup. I have no interest to open up anything for the world or to use in on the road. Maybe with a zerotier connection in the future. So, now I am stuck, and allthough I have studied a bit the last few days. These seem the only option. Still I wanted to try to ask it here if there is a simple setup to do this only locally. Thanks in advance! edit [solved] I used tailscale in combination with nginx et voila.
  2. Oh really, eye opener, even it is obvious for some (or most) I will ask it in that thread. Thanks.
  3. Hello :-) I get the next error when startin my docker: + curl -o /filerun.zip -L https://filerun.com/download-latest-docker % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5694 100 5694 0 0 6770 0 --:--:-- --:--:-- --:--:-- 6770 + unzip -q /filerun.zip -d /var/www/html/ [/filerun.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of /filerun.zip or /filerun.zip.zip, and cannot find /filerun.zip.ZIP, period. + id -u 99 + '[' '!' -e /var/www/html/index.php ']' + echo '[Downloading latest FileRun version]' + curl -o /filerun.zip -L https://filerun.com/download-latest-docker % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5694 100 5694 0 0 9303 0 --:--:-- --:--:-- --:--:-- 9303 + unzip -q /filerun.zip -d /var/www/html/ [/filerun.zip] End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of /filerun.zip or /filerun.zip.zip, and cannot find /filerun.zip.ZIP, period. The user 99 does not exist, creating... [Downloading latest FileRun version] [Downloading latest FileRun version] I Googled but all I get is topics on linux.. Can I change a setting or download another plugin maybe?
  4. Dear fellow Unraidians, after the 30 day trial period I shutted down Unraid and was truly convined this is a perfect system. In the meantime I started a project to install OPNsense in my network. So far so good. After the network was finished, I bought Unraid and booted up my PC. I did the initial installation with the help of youtube videos again. I have stumbled upon some serious issues with SSL though. When I install passbolt I have to get access to a site with myip:port/somepassboltgeneratedhash and got a nice white screen and an error with an untrusted cert. So I stopped docker and in settings I changed to SSL strict. After new issues (rebind protection) I got it working by adding the domain myunraid.net under the advanced tab. Now I can access my box and get a ip-dashed.hash.myunraid.net:port in my browser. However, you can probably guess it, my passbolt link still resolves to http and thus cert errors (and a white screen). After 8 hours (during two evenings) I am out of options. I cannot find what the error could be on google nor the legacy wiki. Could someone point me in the good direction? I am not sure what kind of information I need to give in more detail, so please forgive my n00bness. :-) Thank you