Navigation

    Kopano
    • Register
    • Login
    • Search
    • Categories
    • Get Official Kopano Support
    • Recent
    Statement regarding the closure of the Kopano community forum and the end of the community edition

    WebApp Intranet plugin

    Plugins for Kopano WebApp
    5
    9
    2916
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • robertwbrandt
      robertwbrandt last edited by

      So I just came across this Intranet plugin. YES PLEASE!!!

      However I can’t get it to work. :(
      When I try to use it, I get the never ending loading gif… I want to troubleshoot the problem, but I need to know. Does the page load from the client or from the server itself as a proxy?

      If it does use the server as a proxy, does it include x-forwarded-for headers?

      Thanks
      Bob

      1 Reply Last reply Reply Quote 0
      • marty
        marty Kopano (Inactive) last edited by

        Hi Bob,

        The loading is probably caused by mixed http and https content.
        See
        https://jira.kopano.io/browse/KW-1426
        https://jira.kopano.io/browse/KW-1424

        Have a look at https://stash.kopano.io/projects/KWA/repos/intranet/browse
        to check the code

        https://documentation.kopano.io/deskapp_admin_manual
        http://documentation.kopano.io/webapp_smime_manual
        https://documentation.kopano.io/webapp_admin_manual

        robertwbrandt 1 Reply Last reply Reply Quote 0
        • robertwbrandt
          robertwbrandt last edited by

          Unfortunately this is not the case, I also don’t have access to the stash repo. :(

          But I have a little more troubleshooting to do on my side first. :)

          Bob

          1 Reply Last reply Reply Quote 0
          • mcostan
            mcostan last edited by

            it does not work for me either. I had to disable it. The intranet web pages come up blank no matter what I add as a site.

            1 Reply Last reply Reply Quote 0
            • petervbeck
              petervbeck last edited by

              I’ve also tried that plugin. But as @mcostan says, just blank pages and nothing else…

              1 Reply Last reply Reply Quote 0
              • externa1
                externa1 last edited by

                Hi,

                for me the plugin works as expected - but you need https - it’s not working with http

                my config.php for example:

                <?php

                define(‘PLUGIN_INTRANET_USER_DEFAULT_ENABLE’, true);

                define(‘PLUGIN_INTRANET_BUTTON_TITLE’, ‘Mailstore’);
                define(‘PLUGIN_INTRANET_URL’, ‘https://server.domain.at:8462’);

                // More buttons can be added by adding a number as follows
                // Note: Numbers must start with 1 and be sequential
                define(‘PLUGIN_INTRANET_BUTTON_TITLE_1’, ‘Nextcloud’);
                define(‘PLUGIN_INTRANET_URL_1’, ‘https://server.domain.at/nextcloud/’);
                define(‘PLUGIN_INTRANET_BUTTON_TITLE_2’, ‘Guacamole’);
                define(‘PLUGIN_INTRANET_URL_2’, ‘https://server.domain.at/guacamole/’);
                // define(‘PLUGIN_INTRANET_BUTTON_TITLE_3’, ‘Nagios’);
                // define(‘PLUGIN_INTRANET_URL_3’, ‘https://server.domain.at/nagios/’);

                rg
                Christian

                1 Reply Last reply Reply Quote 1
                • robertwbrandt
                  robertwbrandt @marty last edited by

                  Ah! I see! I thought @marty was saying it couldn’t be HTTPS… :)

                  1 Reply Last reply Reply Quote 0
                  • marty
                    marty Kopano (Inactive) last edited by

                    The issue occurs due to mixed content, so perhaps your WebApp is https, but the intranet site is http.
                    See the previous linked tickets for more info.

                    https://documentation.kopano.io/deskapp_admin_manual
                    http://documentation.kopano.io/webapp_smime_manual
                    https://documentation.kopano.io/webapp_admin_manual

                    1 Reply Last reply Reply Quote 0
                    • marty
                      marty Kopano (Inactive) last edited by

                      @robertwbrandt The repo is now public.

                      https://documentation.kopano.io/deskapp_admin_manual
                      http://documentation.kopano.io/webapp_smime_manual
                      https://documentation.kopano.io/webapp_admin_manual

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post