Websoft9 / websoft9

Applications self-hosting and DevOps platform for running open source, web-based linux Panel of lite PaaS
https://www.websoft9.com
Other
2.21k stars 336 forks source link

nextcloud set https at private cloud, access always waiting #492

Closed chendelin1982 closed 5 months ago

chendelin1982 commented 6 months ago

Describe the bug

Refused to send form data to url' because it violates the following Content Security Policy directive: "form-action 'self'".

image

qiaofeng1227 commented 6 months ago

https image

http image

qiaofeng1227 commented 6 months ago

image

qiaofeng1227 commented 6 months ago

https://hub.docker.com/_/nextcloud

NEXTCLOUD_TRUSTED_DOMAINS="\*"
NEXTCLOUD_ADMIN_USER=admin
NEXTCLOUD_ADMIN_PASSWORD=$W9_POWER_PASSWORD
#When your domain name uses an SSL certificate, you need to make it effective and then rebuild the application
#OVERWRITEPROTOCOL=https
chendelin1982 commented 6 months ago

docs?