Nextcloud Install

swingarm

Dabbler
Joined
Apr 19, 2019
Messages
44

Attachments

  • 1695698333709.png
    1695698333709.png
    33 KB · Views: 87
Joined
Jan 7, 2015
Messages
1,155
I respect your usage of ports but curious why not simply pkg install py39-certbot-nginx. Also you arent trying to do this commands on the host CLI right you need to be in whatever nextcloud jail you have that has nginx, nextcloud n such.

According to that guide it looks as if it had you use the plugin. So at that youll need to do something along the lines of this from the same terminal.

iocage list take note of jailname then
iocage console JAILNAME to enter the jails root terminal then just do
python -V and take note of the python version the plugin is using, say its Python 3.9x, You might have to change the flavor to py38 or something. then do
pkg install py39-certbot-nginx. Then likely just pickup the guide again at that point.
 
Last edited:
Joined
Jan 7, 2015
Messages
1,155
Wow that guide is saying py27 you really should be just using @danb35 script and ditch the plugin. Lots of great resource here for this sort of thing.
 

victort

Guru
Joined
Dec 31, 2021
Messages
973
Wow that guide is saying py27 you really should be just using @danb35 script and ditch the plugin. Lots of great resource here for this sort of thing.
Second this. The script mentioned here uses caddy as a web server which automatically takes care of certificates and renewing them also.
 
Top