Jump to content

ssinseeme

Members
  • Posts

    114
  • Joined

  • Last visited

Posts posted by ssinseeme

  1. On 2/3/2020 at 3:57 PM, bulletjie said:

    I cannot get onto the bitwarden login page when accessing it via the domain I've set up. I edited the conf file by inserting my domain name and saved it to the correct folder as spaceinvaderone instructs. 

     

    Letsencrypt works correctly as I am self hosting a website on my server. I think there may be a problem with the config file? Any ideas? BTW I can access bitwarden correctly via ip address of my server.

     

    I also run pfsense, so could it be a port forwarding issue?

     

    
    #BITWARDEN
    # make sure that your domain has dns has a cname or a record set for the subdomain bitwarden 
    # This config file will work as is when using a custom docker network the same as letesencrypt (proxynet).
    # However the container name is expected to be "bitwardenrs" as it is by default the template as this name is used to resolve.  
    # If you are not using the custom docker network for this container then change the line "server bitwardenrs:80;" to "server [YOUR_SERVER_IP]:8086;" Also remove line 7
    
    resolver 127.0.0.11 valid=30s;
    upstream bitwarden {
        server bitwardenrs:80;
    }
    
    server {
        listen 443 ssl;
        server_name bw.myserver.com;
        include /config/nginx/ssl.conf;
      client_max_body_size 128M;
    
      location / {
       proxy_pass http://bitwarden;
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_set_header X-Forwarded-Proto $scheme;
      }
      
      location /notifications/hub {
       proxy_pass http://bitwarden;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "upgrade";
      }
      
      location /notifications/hub/negotiate {
        proxy_pass http://bitwarden;
      }
    }


     

    image.png.7cc84936135737496db1ee17ddcdb7f2.png

    I have almost the same issue. I can’t access locally bitwarden and create an account using a different browser. Microsoft edge. 
    but can’t create https with letencypt. i know letencypt.  works with next cloud. Made sure I change the subdomain in the config file and made sure it spelled right in duck dns and letencypt. 

    somehow when I use the link

    mynamebitwaeden.duckdns.org it take me to next cloud. It should direct me to bitwarden!!

  2. Hi there. Did you tried using the CA backup to restore a docker?

    the disaster you were talking about happened to me. I deleted the Nextcloud docker accidentally. I have a backup. Do you think the restore will get all the set up correctly as before. 

  3. Yes. I do see all the files. In disk 1. But when I log in to my next cloud from the web or iPhone. I don’t see this files. I made sure the new Nextcloud has the same share folder as before. So how do I get this folders to show in my NCloud webUI without uploading them again form the web. It will take days. 
    why when I transfer this data using Krusader from disk1 to user/Nextcloud share folder it doesn’t show in Nextcloud! It only work one way 

  4. 4/18/20 Hi I made i huge mistake, i accidentally removed the Next cloud docker. now when I installed again, it wont open the web UI. please i don't want to loose all my content. I know everything is backed up in disk1. 
    how do i restore my nextcould docker or any docker. 4/19/20 I couldn’t wait and installed the docker again but it won’t let me access the webUI. I had to save a copy of the next cloud appdata and deleted the next cloud appdata. Installed again next could from scratch With Mariadb and let incript using the old usernames and password hopefully I will get the same old next cloud. Unfortunately it didn’t let me use the old username, so I created a new one. 
    after I finished installing, Nextcloud was just a fresh install. 
    how do I restore my old data?

     

  5. Hi I made i huge mistake, i accidentally removed the Next cloud docker. now when I installed again, it wont open the web UI. please i don't want to loose all my content. how do i reset it.

    "Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log."

     

  6. On 3/20/2020 at 10:57 AM, Hoopster said:

    Often you can cancel parity checks due to unclean shutdowns.  I have had five unclean shutdowns in the last three days as I worked through some stability issues with my system that were exposed by running BOINC 24x7 putting the server under high load.

     

    In most cases, all my disks were spun down and I knew no writing to the disks was taking place.  When my server locked up and I had to hard reset it, I just immediately cancelled the resulting parity check.  Mine take about 16.5 hours.

     

    A scheduled parity check had taken place with 0 errors just a day before all the fun started so I knew I was working from a clean system.

     

    At least while trying to troubleshoot, it if often not necessary to do a full parity check after every unclean shutdown. It is a good idea after things have settled down.  Had your current parity check resulted in any errors? Not saying you should cancel current check, but, sometimes it is safe to do so.

    how do i stop parity check. it is happening now again!!

  7. Any help with the Blank screen again. this is ongoing issue. this time my VM didn't start correctly because the mouse USB was missing. then when i plugged the USB and tried to start the VM again the VM tab disappeared  and all other tab screen are blank. i have to reboot again from the terminal.

    unraid.PNG

  8. Thanks for the reply, Blank like blank page nothing in it. I could not shutdown the system from the dashboard, I used the Terminal. Anyways you mentioned that i could access Unraid even when its doing parity, it was not the case as my Plex Server was showing Offline. when I checked the Dockers, they were not there. I will check when the parity finishes. thanks again

  9. After trying to install Win10 with a graphic card, I guess Unraid had some issues with the VM. I could not force stop the vm the only option i had was to delete it, after that Unraid became plank, I mean all the tabs including dashboard, main etc.. not showing anything. so I had to reboot from the terminal. after the reboot, Unraid is performing parity check again and I have to wait 17 hours. could you please explain. 

  10. Hi,

    I used to have a 2 TB parity 1 and added parity 2, 4 TB accidentally. waited 17 hours for the the parity to complete. last night i moved the parity 1, 2TB to be a disk. after it completed it thing. I lost all the Dockers. I spend hours to get nexcloud and plex to work know they are gone!

    when I try to  look for the docker again it says docker service no enabled.

    please help 

×
×
  • Create New...