external
external copied to clipboard
cannot open proxmox server address or swizzin server
Steps to reproduce
1.add my proxmox server address to external site app 2.input credentials to logging my proxmox server(not able to switch to my language in this process) 3.loggin was sucessful but proxmox page shows "no ticket"
Expected behaviour
Tell us what should happen
Actual behaviour
Tell us what happens instead
Server configuration
Operating system: Debian11.03 Web server: nginx Database: mysql PHP version: 8.15 Nextcloud version: (see Nextcloud admin page) 24 Where did you install Nextcloud from: wget https://download.nextcloud.com/server/releases/${version}.zip
List of activated apps:
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder
Enabled:
- accessibility: 1.10.0
- activity: 2.16.0
- bruteforcesettings: 2.4.0
- circles: 24.0.0
- cloud_federation_api: 1.7.0
- cms_pico: 1.0.19
- comments: 1.14.0
- contactsinteraction: 1.5.0
- dashboard: 7.4.0
- dav: 1.22.0
- external: 4.0.0
- extract: 1.3.5
- federatedfilesharing: 1.14.0
- federation: 1.14.0
- files: 1.19.0
- files_automatedtagging: 1.14.0
- files_external: 1.16.1
- files_pdfviewer: 2.5.0
- files_rightclick: 1.3.0
- files_sharing: 1.16.2
- files_trashbin: 1.14.0
- files_versions: 1.17.0
- files_videoplayer: 1.13.0
- firstrunwizard: 2.13.0
- forms: 2.5.0
- integration_mastodon: 1.0.2
- logreader: 2.9.0
- lookup_server_connector: 1.12.0
- maps: 0.1.10
- mediadc: 0.1.9
- ncdownloader: 0.9.24
- nextcloud_announcements: 1.13.0
- notifications: 2.12.0
- oauth2: 1.12.0
- password_policy: 1.14.0
- photos: 1.6.0
- privacy: 1.8.0
- provisioning_api: 1.14.0
- ransomware_protection: 1.13.0
- recommendations: 1.3.0
- serverinfo: 1.14.0
- settings: 1.6.0
- sharebymail: 1.14.0
- sociallogin: 4.15.2
- support: 1.7.0
- survey_client: 1.12.0
- systemtags: 1.14.0
- text: 3.5.1
- theming: 1.15.0
- twofactor_backupcodes: 1.13.0
- updatenotification: 1.14.0
- user_status: 1.4.0
- viewer: 1.8.0
- weather_status: 1.4.0
- workflowengine: 2.6.0 Disabled:
- admin_audit
- backup: 1.0.6
- camerarawpreviews: 0.7.15
- deck: 1.7.0
- dicomviewer: 1.2.3
- encryption
- epubreader: 1.4.7
- facerecognition: 0.9.1
- files_antivirus: 3.2.2
- files_fulltextsearch: 24.0.0
- fulltextsearch_elasticsearch: 24.0.0
- imageconverter: 1.3.2
- recognize: 1.12.0
- spreed: 14.0.0
- talk_matterbridge: 1.23.2
- talked: 0.3.0
- user_ldap
- workflow_media_converter: 1.3.6
- workflow_pdf_converter: 1.8.0 Nextcloud configuration: { "system": { "instanceid": "REMOVED SENSITIVE VALUE", "passwordsalt": "REMOVED SENSITIVE VALUE", "secret": "REMOVED SENSITIVE VALUE", "trusted_domains": [ "175.178.147.103" ], "datadirectory": "REMOVED SENSITIVE VALUE", "dbtype": "mysql", "version": "24.0.0.12", "overwrite.cli.url": "https://175.178.147.103/nextcloud", "dbname": "REMOVED SENSITIVE VALUE", "dbhost": "REMOVED SENSITIVE VALUE", "dbport": "", "dbtableprefix": "oc_", "mysql.utf8mb4": true, "dbuser": "REMOVED SENSITIVE VALUE", "dbpassword": "REMOVED SENSITIVE VALUE", "installed": true, "maintenance": false, "filesystem_check_changes": true, "mail_smtpmode": "smtp", "mail_smtpsecure": "ssl", "mail_sendmailmode": "smtp", "mail_domain": "REMOVED SENSITIVE VALUE", "mail_from_address": "REMOVED SENSITIVE VALUE", "mail_smtpauthtype": "LOGIN", "mail_smtpauth": 1, "mail_smtphost": "REMOVED SENSITIVE VALUE", "mail_smtpport": "465", "mail_smtpname": "REMOVED SENSITIVE VALUE", "mail_smtppassword": "REMOVED SENSITIVE VALUE", "loglevel": 2, "memcache.local": "\OC\Memcache\APCu", "memcache.distributed": "\OC\Memcache\Memcached", "memcache.locking": "\OC\Memcache\Redis", "redis": { "host": "REMOVED SENSITIVE VALUE", "port": 0 } } }
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder
or
Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
Client configuration
Browser: edge Operating system: windows10
Logs
Nextcloud log (data/owncloud.log)
Insert your Nextcloud log here
Browser log
Insert your browser log here, this could for example include:
a) The javascript console log
b) The network log
c) ...