2015-08-04 16:04:44 +02:00
< div class = "content support" >
2015-08-12 13:48:55 +02:00
< br / >
2015-08-04 11:33:17 +02:00
< div >
< div class = "text-left" >
< h1 > Support< / h1 >
< / div >
< / div >
< div class = "card card-large" >
< div class = "grid-item-top" >
< div class = "row animateMeOpacity" >
< div class = "col-lg-12" >
2017-03-07 16:12:00 +01:00
< h3 > Documentation and Chat< / h3 >
2017-03-08 16:07:39 -08:00
For user manuals and app development related questions, please refer to our < a href = "{{ config.webServerOrigin }}/documentation.html" target = "_blank" > documentation< / a > .
Cloudron is < a href = "https://git.cloudron.io" target = "_blank" > open source< / a > - use the < a href = "https://git.cloudron.io/cloudron/box/issues" target = "_blank" > issue tracker< / a >
to report bugs and raise feature requests.
< br / > < br / >
For any other questions, chat with us live at < a href = "https://chat.cloudron.io/" target = "_blank" > chat.cloudron.io< / a > .
2015-08-04 11:33:17 +02:00
< / div >
< / div >
< / div >
< / div >
< br / >
< div class = "card card-large" >
< div class = "grid-item-top" >
< div class = "row animateMeOpacity" >
< div class = "col-lg-12" >
< h3 > Feedback< / h3 >
2016-08-02 09:36:26 -07:00
We would love to hear your feedback. Help us improve our product by reporting any bugs or feature requests.
2015-08-04 11:33:17 +02:00
< br / >
< br / >
2015-08-04 16:01:50 +02:00
< form name = "feedbackForm" ng-submit = "submitFeedback()" >
2015-08-04 23:30:53 +02:00
< div class = "form-group" >
< select class = "form-control" name = "type" style = "width: 50%;" ng-model = "feedback.type" required >
< option value = "feedback" > Enhancement / Idea< / option >
< option value = "ticket" > Bug Report< / option >
2016-02-25 21:38:37 +01:00
< option value = "app_missing" > Missing App< / option >
< option value = "app_error" > App Error/Failing< / option >
2015-08-04 23:30:53 +02:00
< / select >
< / div >
2015-08-04 16:01:50 +02:00
< div class = "form-group" ng-class = "{ 'has-error': (feedbackForm.subject.$dirty && feedbackForm.subject.$invalid) }" >
2015-08-04 23:30:53 +02:00
< input type = "text" class = "form-control" name = "subject" placeholder = "Enter your idea or issue" ng-model = "feedback.subject" ng-maxlength = "512" ng-minlength = "1" required >
2015-08-04 11:33:17 +02:00
< / div >
2015-08-04 16:01:50 +02:00
< div class = "form-group" ng-class = "{ 'has-error': (feedbackForm.description.$dirty && feedbackForm.description.$invalid) }" >
2015-08-04 23:30:53 +02:00
< textarea class = "form-control" name = "description" rows = "3" placeholder = "Describe your idea or issue" ng-model = "feedback.description" ng-minlength = "1" required > < / textarea >
2015-08-04 11:33:17 +02:00
< / div >
2017-01-29 02:01:01 -08:00
< button type = "submit" class = "btn btn-primary" ng-disabled = "feedbackForm.$invalid || feedback.busy" > < i class = "fa fa-circle-o-notch fa-spin" ng-show = "feedback.busy" > < / i > Submit< / button >
2015-08-04 16:01:50 +02:00
< span ng-show = "feedback.error" class = "text-danger text-bold" > {{feedback.error}}< / span >
< span ng-show = "feedback.success" class = "text-success text-bold" > Thank You!< / span >
2015-08-04 11:33:17 +02:00
< / form >
< / div >
< / div >
< / div >
< / div >
2017-03-07 16:12:00 +01:00
< br / >
2017-03-10 17:17:51 +01:00
< div class = "card card-large" ng-show = "config.provider !== 'caas'" >
2017-03-07 16:12:00 +01:00
< div class = "grid-item-top" >
< div class = "row animateMeOpacity" >
< div class = "col-lg-12" >
< h3 > Remote Support< / h3 >
2017-03-08 16:07:39 -08:00
Enable this option to allow Cloudron engineers to connect to this server via SSH.
2017-03-07 16:12:00 +01:00
< br / >
< br / >
2017-03-08 16:07:39 -08:00
Do not enable this option before contacting us first at < a href = "https://chat.cloudron.io/" target = "_blank" > chat.cloudron.io< / a > .
2017-03-07 16:12:00 +01:00
< br / >
< br / >
< button class = "btn" ng-class = "{ 'btn-danger': !sshSupportEnabled, 'btn-primary': sshSupportEnabled }" ng-click = "toggleSshSupport()" > {{ sshSupportEnabled ? 'Disable SSH support access' : 'Enable SSH support access' }}< / button >
< / div >
< / div >
< / div >
< / div >
2015-08-04 16:01:50 +02:00
< / div >
2015-08-06 18:30:25 +02:00
<!-- Offset the footer -->
< br / > < br / >