ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. mattbagan
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 119
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: RocketChat LDAP

      @scottalanmiller Do you know where the snap version of mongodb is installed? I can't find it.

      posted in IT Discussion
      M
      mattbagan
    • RocketChat LDAP

      I setup ldap but synced way to many users. Is there a way to mass delete users with a snap install?

      posted in IT Discussion rocketchat snap ldap active directory
      M
      mattbagan
    • RE: Install BookStack on Fedora 27

      Works on a fresh install of F29.

      posted in IT Discussion
      M
      mattbagan
    • RE: Install NodeBB 1.10.2 on Fedora 28 with Mongo

      @JaredBusch worked like a charm. Thank you!

      posted in IT Discussion
      M
      mattbagan
    • RE: Install NodeBB 1.10.2 on Fedora 28 with Mongo

      @JaredBusch said in Install NodeBB 1.10.2 on Fedora 28 with Mongo:

      @mattbagan said in Install NodeBB 1.10.2 on Fedora 28 with Mongo:

      @JaredBusch that makes more sense. Any idea when you are going to finish the guide? I made it to the setup and can't answer some of the questions it asks.

      Screenshots posted. Have fun.

      I am going to try this again.

      posted in IT Discussion
      M
      mattbagan
    • RE: Install NodeBB 1.10.2 on Fedora 28 with Mongo

      @JaredBusch that makes more sense. Any idea when you are going to finish the guide? I made it to the setup and can't answer some of the questions it asks.

      posted in IT Discussion
      M
      mattbagan
    • RE: Install NodeBB 1.10.2 on Fedora 28 with Mongo

      @JaredBusch Fedora 28. After I changed the permissions to /opt I was able to run the setup. I am going to try it again later with a new instance.

      posted in IT Discussion
      M
      mattbagan
    • RE: Install NodeBB 1.10.2 on Fedora 28 with Mongo

      I ran through the whole setup with sudo and received the permissions error on ./nodebb setup.

      posted in IT Discussion
      M
      mattbagan
    • RE: Install NodeBB 1.10.2 on Fedora 28 with Mongo

      Are we supposed to change the permissions on the /opt directory? I tried to run the setup and ran into all kinds of permissions errors.

      posted in IT Discussion
      M
      mattbagan
    • RE: Using SSL Wildcard Cert on Apache

      @JaredBusch said in Using SSL Wildcard Cert on Apache:

      @mattbagan said in Using SSL Wildcard Cert on Apache:

      @JaredBusch said in Using SSL Wildcard Cert on Apache:

      For basic SSL you need only a couple things in your vhost file.

      The vhost file goes in /etc/httpd/conf.d/

      <VirtualHost *:443>
          DocumentRoot /var/www/html/nextcloud
          ServerName www.yourdomain.com
              SSLEngine on
              SSLCertificateFile /path/to/your_domain_name.crt
              SSLCertificateKeyFile /path/to/your_private.key
              SSLCertificateChainFile /path/to/you_ca_chain.crt
      </VirtualHost>
      

      Would I combine the new information with the existing nextcloud conf?

      You should. It doens't technically matter, but for organization, I would keep things in one file.

      It is simply a second VirtualHost block.

      After looking at my conf, I only have one virtualhost block. That config layout for sure doesn't work.

      <VirtualHost *:443>
          DocumentRoot /var/www/html/nextcloud
          ServerName www.cloud.example.com
              SSLEngine on
              SSLCertificateFile /etc/pki/tls/certs/
              your_domain_name.crt
              SSLCertificateKeyFile /etc/pki/tls/certs
              /your_private.key
              SSLCertificateChainFile /etc/pki/tls/certs
              /you_ca_chain.crt
      </VirtualHost>
      
      Alias /nextcloud "/var/www/html/nextcloud/"
      <Directory "/var/www/html/nextcloud">
        Options +FollowSymLinks
        AllowOverride All
      
        <IfModule mod_dav.c>
              Dav off
        </IfModule>
      
        SetEnv HOME /var/www/html/nextcloud
        SetEnv HTTP_HOME /var/www/html/nextcloud
      </Directory>
      
      <Directory "/var/www/nextcloud/data/">
        # just in case if .htaccess gets disabled
          Require all denied
      </Directory>
      
      posted in IT Discussion
      M
      mattbagan
    • RE: Using SSL Wildcard Cert on Apache

      @JaredBusch said in Using SSL Wildcard Cert on Apache:

      For basic SSL you need only a couple things in your vhost file.

      The vhost file goes in /etc/httpd/conf.d/

      <VirtualHost *:443>
          DocumentRoot /var/www/html/nextcloud
          ServerName www.yourdomain.com
              SSLEngine on
              SSLCertificateFile /path/to/your_domain_name.crt
              SSLCertificateKeyFile /path/to/your_private.key
              SSLCertificateChainFile /path/to/you_ca_chain.crt
      </VirtualHost>
      

      Would I combine the new information with the existing nextcloud conf?

      posted in IT Discussion
      M
      mattbagan
    • RE: Using SSL Wildcard Cert on Apache

      @scottalanmiller said in Install Nextcloud 13.0.0 on Fedora 27:

      @mattbagan said in Install Nextcloud 13.0.0 on Fedora 27:

      @aaronstuder I would like to use my wildcard because I've already paid for it.

      Sunk cost. Using the LE one is also "already paid for" and using it doesn't cause you to lose the other wildcard.

      But the logic of wanting to use something inferior only because it cost money doesn't make sense. That's like paying for it again. First you paid money, now you are paying with your time and effort.

      Nothing wrong with wanting to use it, but if it costs you one second of additional effort, it was a bad choice. And it isn't like you want to renew it, so you will want to switch to LE eventually anyway. The sooner to go to LE, the less cost to you overall.

      I've used LE on my original nextcloud installation but I wanted to see if I can set it up without the awesome automation help. So I can get a better understanding on how apache works. I'm not saying my cert is better then LE, I just want to use it because I have it.

      posted in IT Discussion
      M
      mattbagan
    • RE: Using SSL Wildcard Cert on Apache

      @aaronstuder I would like to use my wildcard because I've already paid for it.

      posted in IT Discussion
      M
      mattbagan
    • Using SSL Wildcard Cert on Apache

      Anyone have a guide on how to setup SSL without using LE? I have a wildcard cert that I would like to use but can't figure it out. I've been cruising the apache website for some information but I cannot figure out what I need.

      posted in IT Discussion
      M
      mattbagan
    • RE: What Are You Doing Right Now

      Hydromassage after a long week of installing security cameras.

      posted in Water Closet
      M
      mattbagan
    • RE: New WiFi router recommendation

      @ambarishrh I know one person that uses the Amplifi that why I considered it but I am going to switch to an Edgerouter 6P and AP combo.

      posted in IT Discussion
      M
      mattbagan
    • RE: New WiFi router recommendation

      I've been looking into some of the mesh equipment for my neighbor. Narrowed it down to eero, amplifi, and Google.

      posted in IT Discussion
      M
      mattbagan
    • RE: Folder Redirection - Roaming Profiles

      @jaredbusch how do you redirect to next cloud? How do you handle mapping all the users out to their respected folders, manually?

      posted in IT Discussion
      M
      mattbagan
    • RE: Nextcloud Troubleshooting

      @scottalanmiller said in Nextcloud Troubleshooting:

      @mattbagan said in Nextcloud Troubleshooting:

      @scottalanmiller I saw that too. I am wondering if I could just delete the folder in question and see if that helps.

      Maybe, do a move, not a delete, in case you need to put it back.

      Good idea! I moved the folder and it may have taken longer then normal, but it finally loaded again.

      posted in IT Discussion
      M
      mattbagan
    • RE: Apple ID on Company-Issued iOS Devices?

      @wrx7m If you have an account rep at AT&T, you can ask them to find out for you. I can buy from an Apple store and there business portal.

      posted in IT Discussion
      M
      mattbagan
    • 1 / 1