| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/nextcloud/apps/support/appinfo/ |
Upload File : |
<?xml version="1.0"?> <info> <id>support</id> <name>Support</name> <summary>Getting support and help for your Nextcloud</summary> <description>The support app covers you with direct access to help and consulting resources, dedicated contact options to your account manager and an overview of your enterprise subscription.</description> <version>1.3.0</version> <licence>agpl</licence> <author>Morris Jobke</author> <namespace>Support</namespace> <category>integration</category> <screenshot>https://user-images.githubusercontent.com/245432/43194622-1a40ce90-9003-11e8-8101-15d08cce7264.png</screenshot> <default_enable/> <types> <session /> </types> <dependencies> <nextcloud min-version="20" max-version="20" /> </dependencies> <settings> <admin>OCA\Support\Settings\Admin</admin> <admin-section>OCA\Support\Settings\Section</admin-section> </settings> <background-jobs> <job>OCA\Support\BackgroundJobs\CheckSubscription</job> </background-jobs> <repair-steps> <post-migration> <step>OCA\Support\Repair\SwitchUpdaterServer</step> </post-migration> </repair-steps> </info>