Feature request - web ui option from php occ command

Hello all,

I would like it if there was an option in the web ui to change a setting. This is the command: docker exec -u www-data CONTAINER_ID php occ config:app:set dav webcalAllowLocalAccess --value yes

Why I request this is because Iā€™m running Nextcloud as a Truecharts app on Truenas Scale, and occ is disabled in the latest stable release of Scale, yet, Iā€™d like to subscribe to a calendar served from my home network.

Iā€™d love to hear your thoughts on this.

Have a nice day!

Sorry i can not really help you with docker. But maybe you can use the app OCC Web with the command:
(occ): config:app:set dav webcalAllowLocalAccess --value yes

1 Like

Are you certain of this? I find that hard to believe given that occ is necessary for numerous common NC operations and just about any recovery situation.