OpenMediaVault-Plugin-Developers / openmediavault-letsencrypt

Plugin for generating letsencrypt.org certificates for Open Media Vault
16 stars 8 forks source link

Installation help #12

Closed danceswithcats closed 5 years ago

danceswithcats commented 5 years ago

Hi, Could you clarify how I'd parse the {distribution} and {components} bits, please? I'm on Arrakis 4.1.3-1

Would I type this: echo "deb https://dl.bintray.com/openmediavault-plugin-developers/arrakis 4.1.3-1" | sudo tee -a /etc/apt/sources.list

Or simply enter it as it is, like this?

echo "deb https://dl.bintray.com/openmediavault-plugin-developers/arrakis {distribution} {components}" | sudo tee -a /etc/apt/sources.list

I'm sorry to be so dense, but I'm not very techy.

ryecoaaron commented 5 years ago

You would do neither. Install omv-extras (https://forum.openmediavault.org/index.php/Thread/5549-OMV-Extras-org-Plugin/) and then you will be able install it from the plugin list. You shouldn't add repos to your /etc/apt/sources.list file either.

danceswithcats commented 5 years ago

Ah! Thank you. Good thing I asked!

ryecoaaron commented 4 years ago

@AkgunFatih https://forum.openmediavault.org/index.php?thread/24545-why-should-you-use-or-not-use-dockers/&postID=186122#post186122

ryecoaaron commented 4 years ago

I only have so much time to work on plugins. Letsencrypt had dependencies not available in Debian's repos. So, running it in a docker is the best way forward. The forum has many video and threads about this.

Not sure but you will soon find that the freenas community is not better. I will take linux over freebsd any day....