Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Dockers and SSL certs

Featured Replies

Anyone using a cert that is not self created and not free from a vendor?

I am looking at https://sslmate.com/ priced good right for me.

 

I want to provide SSL for owncloud and Tonido, while the self created ones are not bad I hate the fact that you get the SSL cannot be trusted error.

 

SSLmate uses a command line to install and buy certs but it looks to me like where you run it is where the certs will reside, not good if you want to run it on a docker.

 

Basically is it worth getting a SSL cert or just stick to what the docket authors have provided.

 

Open comments and flames.

 

8)

Take a look at smdions instructions on setting up a Apache reverse proxy, there's a link to setting up SSL there, on my phone at the moment so don't have it to hand, but it's free and I use it with no problems.  I'll post the link tomorrow, PM me if I forget (working nights so tired and forgetful!)

Anyone using a cert that is not self created and not free from a vendor?

I am looking at https://sslmate.com/ priced good right for me.

 

I want to provide SSL for owncloud and Tonido, while the self created ones are not bad I hate the fact that you get the SSL cannot be trusted error.

 

SSLmate uses a command line to install and buy certs but it looks to me like where you run it is where the certs will reside, not good if you want to run it on a docker.

 

Basically is it worth getting a SSL cert or just stick to what the docket authors have provided.

 

Open comments and flames.

 

8)

Sorry forgot about this post, told you I was tired and forgetful!

Here's what I used, works great and didn't cost a penny - SSL Certs

I'm using proxy reverse(Reverse-Proxy by smdion) to centralize al docker service in one domain with signed cert ssl.

 

I implemented like this..

 

download.mydomain.com(rutorrent docker)

cloud.mydomain.com(pydio docker)

media.mydomain.com(self app docker)

backup.mydomain.com(self app docker)

etc...

 

the best thing of this is that you can redirect all diferents ports to 80 or 443 :P

 

You need to create one virtual server and one signed cert ssl for every subdomain

on your dns server you need to redirect *.mydomain.com to your IP(if you have dynamic IP) I recommend you that use dynamic domain service like OVH domains(it is that i'm using)

 

This config work specifically with startssl free signed certs ;)

Example in proxy-config.conf

<VirtualHost *:443>
ServerName cloud.mydomain.com

<Proxy *>
   Order deny,allow
   Allow from all
</Proxy>

SSLEngine on
SSLProxyEngine On
SSLProtocol all -SSLv2
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM

SSLCertificateFile  /config/cloud.mydomain.com.crt
SSLCertificateKeyFile /config/cloud.mydomain.com.key
SSLCertificateChainFile /config/sub.class1.server.ca.pem 

ProxyRequests On
ProxyPreserveHost On
ProxyPass / https://localhost:8181/
ProxyPassReverse / https://localhost:8181/
</VirtualHost>

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.