Miidnight

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Miidnight

  1. Thank you both of you for your answer. I just wanted to be sure that is was not possible for the DuckDNS case according to the description linuxserver guys made. I will set my Unraid IP as static and will assign the DuckDNS to that IP. The reason I am doing this is that I use something similar to the DuckDNS "DNS Validation method" for certificate that you can see in that article : https://github.com/dani-garcia/bitwarden_rs/wiki/Running-a-private-bitwarden_rs-instance-with-Let's-Encrypt-certs A way for me to keep all internally without opening my router's ports. Have a good day !
  2. Hello, As the container description is : Is there a way to dynamically push the Unraid server private IP to our duckdns subdomain ? For instance, if my RAID server change from 192.168.1.10 to 192.168.1.11, I would like mysub.duckdns.org to point to 192.168.1.11 as of now. Many thanks
  3. Hello, What do you mean by that ? I do provide the concat of server cert + CA cert - my gut tells me that it is more an URL issue than a certificats problem. Do you guys reach your bitwarden instance through the android app thanks to a simple domain or thanks to a domain with port or path like me ? (https://tower:18443/bitwarden)
  4. Hi everybody, Did anyone already try to setup a full local selfhosted bitwarden (without any Let's Encrypt) and make it working with Android ? I have bitwarde docker running on my Unraid, reachable on all web browser through https://tower:18443/bitwarden (including Web browsers on my phone) thanks to a self signed certificate with self CA. The only thing I can't have working is the bitwarden Android App which throw me a "Trust anchor for certification path not found" error even though i've imported the CA certificate. Here is how I generate my stuff : # >>>>> CA Key openssl genrsa -des3 -out towerrootCA.key 4096 # >>>>> CA Cert openssl req -x509 -new -nodes -key towerrootCA.key -sha256 -extensions v3_ca -config conf.file -days 365 -out towerrootCA.crt # >>>>> Server Key openssl genrsa -out tower.key 2048 # >>>>> Server csr openssl req -new -sha256 -key tower.key -subj "/C=FR/ST=FR/O=MyNas/CN=tower" -extensions v3_req -out tower.csr # >>>>> Server cert openssl x509 -req -in tower.csr -CA towerrootCA.crt -CAkey towerrootCA.key -CAcreateserial -out tower.crt -extensions v3_req -days 365 -sha256 -extfile conf.file cat tower.crt towerrootCA.crt > finalcertif.crt With my config.file : [req] distinguished_name = req_distinguished_name x509_extensions = v3_req prompt = no [req_distinguished_name] C = FR ST = FR L = Local O = MyNas OU = MyNas CN = tower [ v3_ca ] subjectKeyIdentifier=hash authorityKeyIdentifier=keyid:always,issuer basicConstraints = critical, CA:TRUE, pathlen:3 keyUsage = critical, cRLSign, keyCertSign nsCertType = sslCA, emailCA [v3_req] keyUsage = nonRepudiation, digitalSignature, keyEncipherment extendedKeyUsage = serverAuth subjectAltName = u/alt_names [alt_names] DNS.1 = tower DNS.2 = tower.local DNS.3 = tower:18443 Thank you for help, have a good day,
  5. Hi everyone ! Intro (can be skipped) I was initally planning to buy a Synology/QNAP pre-built Plug&Play solution and I have been tempted to choose the custom build way as it is cheaper, more powerful and more evolutive/upgradable. Then I have been lurking on forums.unraid.net and serverbuilds.net for days and now it is time for me to jump into the NAS game. Before starting, I really want to thank all of you guys for your awesome work (tutorials, thoughts,, discussions, ...) that guided me through that hard time we all noob have choosing our hardware parts Oh, final word : I'm from Europe, that could explain why I didn't chose US best-seller parts Build's main goals Fonctionnal needs The server will mainly be used for : NAS basic features (backup of personal datas, multimedia storage (movies, musics)) Plex server (Less than 5 simultaneous users), sometimes needing transcoding. Private Cloud (Nextcloud for instance, but I didin't make a lot of research regarding the "App" side) Hosting a very lightweight web-app for my personal use (Budget manager self-hosted app) Running some Dockers / VM, essentially with the classical Radarr / Sonarr stuff letting you automate downloads (Same as Nextcloud, I didn't make a lot of researchs) Technical needs It will run unRAID for sure. Low power consuming : I would like it to be the less power consuming as possible, I found that reddit guy who reached to have a 7 W idle NAS, that is quite impressive. I mean, having a 100+ W idle server 24/7 will explode my bills. I've chosen the mATX format as I want it to stay compact and quiet. Build parts so far As I am very new to this world, I have some remaining questions and that will explaing the missing parts of my build Parts Name Price Power Cons. (W) Case Fractal Design Node 804 90,04 € 5 MOBO Gigabyte B365M DS3H 82,99 € 50 CPU i3-8100 - 4C/4T at 3,6 GHz 122,88 € 65 CPU Cooler Artic Alpine 12 8,10 € 10 RAM Crucial CT16G4DFD8266 1x16Go 64,86 5 (DDR4, CAS 19, 2666 MHz, PC4-21300, Dual Rank x8, DIMM, 288-Pin) PSU HDD 4 Tb HDD 30 SSD Crucial P1 500Go CT500P1SSD8 SSD 61,24 € 10 Accessories SATA Cables x10 11,00 € Total 441,11 € 175 Questions The PSU line is empty because I absolutely don't know if i need to go for a 500 or 650W - I've read that a 80+ should be a minimum for power saving. But can you help me concerning power ? I'm gonna start with a 2x4TB HDD SATA with RAID. I'v read that chosing 2 HDD from different brand is the best (avoiding a product series flaw at the same time ?) Is that a good approach ? The Crucial SSD has 2Gb / 1.7 Gb Read / Write speed, is that enough or should I go for higher ? Should I add a bunch of fans (example) in the case, would it be worth ? Finally, If you have any thought / advice about the config (flaw in the MOBO, a better Cooler), did I miss any accessories to achieve the building (sata power cable ?), any advice about the way to manage low power consumption, ..., just tell me in the more uncensorized way Sorry for the long post, hope it will be understandable ! Thank you in advance, very sincerly ! Have a nice day, Miidnight