Search found 37 matches
- Tue Dec 22, 2020 2:01 pm
- Forum: General Discussion
- Topic: Setting up HTTPS for Bitwarden_RS using Letsencrypt
- Replies: 19
- Views: 889
Re: Setting up HTTPS for Bitwarden_RS using Letsencrypt
Oh you´re right, that did it. Thanks, and sorry for all the questions.
- Tue Dec 22, 2020 1:52 pm
- Forum: General Discussion
- Topic: Setting up HTTPS for Bitwarden_RS using Letsencrypt
- Replies: 19
- Views: 889
Re: Setting up HTTPS for Bitwarden_RS using Letsencrypt
Yep, this is how I have my router configured: https://i.ibb.co/rbdC1S7/router-1.png There´s also this setting on the bitwarden conf file that I haven´t changed, but I don´t know if it´s related to this: ## Domain settings ## The domain must match the address from where you access the server ## It's ...
- Tue Dec 22, 2020 1:28 pm
- Forum: General Discussion
- Topic: Setting up HTTPS for Bitwarden_RS using Letsencrypt
- Replies: 19
- Views: 889
Re: Setting up HTTPS for Bitwarden_RS using Letsencrypt
Thank you Joulinar. I successfully copied the 2 .pem files on bitwarden_rs directory, and they show up under bitwarden_rs ownership. root@orangedietpi:/mnt/dietpi_userdata/bitwarden_rs# ls -al total 256 drwxr-xr-x 4 bitwarden_rs bitwarden_rs 4096 Dec 22 09:19 . drwxrwxr-x 8 dietpi dietpi 4096 Dec 22...
- Tue Dec 22, 2020 1:16 pm
- Forum: Troubleshooting
- Topic: Can´t access qBittorrent Admin Interface after installing Unbound
- Replies: 3
- Views: 204
Re: Can´t access qBittorrent Admin Interface after installing Unbound
Yeah it was working after a full reboot anyway 

- Mon Dec 21, 2020 11:53 pm
- Forum: General Discussion
- Topic: Setting up HTTPS for Bitwarden_RS using Letsencrypt
- Replies: 19
- Views: 889
Re: Setting up HTTPS for Bitwarden_RS using Letsencrypt
Ah yes, I´m using root, don´t know why I included sudo.
- Mon Dec 21, 2020 11:21 pm
- Forum: General Discussion
- Topic: Setting up HTTPS for Bitwarden_RS using Letsencrypt
- Replies: 19
- Views: 889
Re: Setting up HTTPS for Bitwarden_RS using Letsencrypt
Thank you Joulinar, I have deleted the files then. Now, to perform the copy, while positioned myself on the bitwarden_rs directory, I use this command to copy: sudo cp -rp /etc/letsencrypt/live/domain.duckdns.org/fullchain.pem /mnt/dietpi_userdata/bitwarden_rs sudo cp -rp /etc/letsencrypt/live/domai...
- Mon Dec 21, 2020 11:13 pm
- Forum: General Discussion
- Topic: Setting up HTTPS for Bitwarden_RS using Letsencrypt
- Replies: 19
- Views: 889
Re: Setting up HTTPS for Bitwarden_RS using Letsencrypt
Do you know how can I remove the link without deleting the file? I searched on Google but I didn´t find any useful link. It says I should execute: rm symlink_name
But that would remove the file itself?
But that would remove the file itself?
- Mon Dec 21, 2020 10:57 pm
- Forum: General Discussion
- Topic: Setting up HTTPS for Bitwarden_RS using Letsencrypt
- Replies: 19
- Views: 889
Re: Setting up HTTPS for Bitwarden_RS using Letsencrypt
Yes, I think I that by using chown bitwarden_rs:bitwarden_rs /mnt/dietpi_userdata/bitwarden_rs/fullchain.pem But even after that, the result for ls -al is still the same: total 248 drwxr-xr-x 4 bitwarden_rs bitwarden_rs 4096 Dec 21 18:49 . drwxrwxr-x 8 dietpi dietpi 4096 Dec 21 13:54 .. -rw-r--r-- 1...
- Mon Dec 21, 2020 10:53 pm
- Forum: General Discussion
- Topic: Setting up HTTPS for Bitwarden_RS using Letsencrypt
- Replies: 19
- Views: 889
Re: Setting up HTTPS for Bitwarden_RS using Letsencrypt
Managed to fix the chown command by doing sudo ln -s However, bitwarden breaks again after doing this. My ls -al inside my /mnt/dietpi_userdata/bitwarden_rs looks like this: total 248 drwxr-xr-x 4 bitwarden_rs bitwarden_rs 4096 Dec 21 18:49 . drwxrwxr-x 8 dietpi dietpi 4096 Dec 21 13:54 .. -rw-r--r-...
- Mon Dec 21, 2020 10:17 pm
- Forum: General Discussion
- Topic: Setting up HTTPS for Bitwarden_RS using Letsencrypt
- Replies: 19
- Views: 889
Re: Setting up HTTPS for Bitwarden_RS using Letsencrypt
Okay, I think I got it now. I copied and overwrited my fullchain.pem and privkey.pem on /mnt/dietpi_userdata/bitwarden_rs folder, but when I execute for example chown bitwarden_rs:bitwarden_rs /mnt/dietpi_userdata/bitwarden_rs/fullchain.pem it says the directory or file does not exist, but it does! ...