Plugin Admin Portal question

mgoulet65

Explorer
Joined
Jun 15, 2021
Messages
95
I am very new to TrueNAS Core. So far I love it. I have installed Nextcloud and Plex plugins/ They are working flawlessly. My only complaint is: I installed them with dedicated IP addresses, but I access them over https with FQDNs using my own domain. Is there any way to edit the Admin Portal value in the Plugins page to reflect my FQDN rather than the IP address the Plugin was created with?

1623782051395.png
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
I have no idea what might cause it to be overwritten and you'd be playing with files that aren't meant to be played with, but you can find it in:

/mnt/tank/iocage/jails/nextcloud/plugin/ui.json looking like this:
"adminportal": "https://%%IP%%/nextcloud"

Edit that string to have whatever URL you want.

It may be reset later by the system, but you could edit it again.

At very least will need a refresh of the GUI to pick up that change, but may even require a reboot (or some low-level troubleshooting to see which service you'd need to restart instead).
 

mgoulet65

Explorer
Joined
Jun 15, 2021
Messages
95
I have no idea what might cause it to be overwritten and you'd be playing with files that aren't meant to be played with, but you can find it in:

/mnt/tank/iocage/jails/nextcloud/plugin/ui.json looking like this:
"adminportal": "https://%%IP%%/nextcloud"

Edit that string to have whatever URL you want.

It may be reset later by the system, but you could edit it again.

At very least will need a refresh of the GUI to pick up that change, but may even require a reboot (or some low-level troubleshooting to see which service you'd need to restart instead).
I'll give it a whirl...TY
 

mgoulet65

Explorer
Joined
Jun 15, 2021
Messages
95
FYI to any interested: This worked great until I did my next Plex plugin update. It then reverts to %%IP%%.
 
Top