I can’t install Plugin Nextloud on my clean CORE TrueNAS-13.0-U6.1, truenas give me - pkg error: - py39-fail2ban
Please HELP
oxyde
June 21, 2024, 3:48pm
2
dont use plugins, they are eol and not mainteined.
Follow this guide
There are a number of guides on the (old) forum to install Nextcloud, but they all rely on a lot of manual work. Where there’s manual work to be done, there are ways to get it wrong. Therefore, this guide is designed to minimize manual work–all that’s really needed is to download the script, set up a small configuration file, and run the script–it will do the rest of the work. And by “the rest of the work”, I mean that it will create the jail, download Caddy 2.7.6 (as of this writing), PHP 8.3, …
I have ssl cert from cloudflare, i can use it? I am not an expert in this
Given that you are having trouble like these we would suggest the migration to TrueNAS SCALE.
Use of third party software is more streamlined and you can use nginx proxy manager if you want to expose services.
i need to use CORE version
oxyde
June 21, 2024, 4:45pm
6
i use my own cert too, if im not wrong i installed the script with no_cert=1 and then add mine (following this usefull tips)
Copy the cerficate and key files somewhere inside the jail, I suggest /usr/local/etc/ssl or /usr/local/etc/certs or some such.
Then configure Caddy for custom SSL as outlined in this document:
SSL Configuration in Caddy Caddy is inbuild with SSL configuration when we use the tls directive with the Caddyfile configuration. Default SSL Configuration Caddy has solid SSL handling built right into its core. Use the tls directive in your...
Reading time: 1 mins 🕑
Likes: 2 ❤
dan
June 21, 2024, 4:48pm
7
Might be easier (and it was my intent) to use selfsigned_cert and then replace that cert/key with your external one. No changes to the Caddyfile required in that case. But always more than one way to do it.
1 Like
oxyde
June 21, 2024, 5:15pm
8
Sometimes i like make Easy things hard