<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web Server Space for SmartConsole Extensions in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Web-Server-Space-for-SmartConsole-Extensions/m-p/179655#M29985</link>
    <description>&lt;P&gt;Check Point is not a file hosting company.&lt;BR /&gt;There are various options you may want to consider:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Advice your users to download and copy your files into the &lt;FONT face="courier new,courier"&gt;/etc/hcp/smc_ext/&lt;/FONT&gt; folder of their SmartCenter Server (SCS) and run it from there (&lt;A href="https://community.checkpoint.com/t5/SmartConsole-Extensions/HealthCheck-Point-HCP-SmartConsole-Extension/m-p/171308#M290" target="_self"&gt;example&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;Advice your users to copy your files onto a local web server and run it from there&lt;/LI&gt;
&lt;LI&gt;Host your files on trusted code sharing platforms, such as GitHub&lt;/LI&gt;
&lt;LI&gt;User code compressors to minify the code of your files in order to save web traffic&lt;/LI&gt;
&lt;LI&gt;Re-think your last extension that simply loads a 0.5mb pixel image (&lt;EM&gt;ports.jpg&lt;/EM&gt;).&lt;BR /&gt;&lt;EM&gt;A SVG would be much smaller and stays sharp when the end user zooms in.&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Tue, 02 May 2023 12:57:12 GMT</pubDate>
    <dc:creator>Danny</dc:creator>
    <dc:date>2023-05-02T12:57:12Z</dc:date>
    <item>
      <title>Web Server Space for SmartConsole Extensions</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Web-Server-Space-for-SmartConsole-Extensions/m-p/179648#M29983</link>
      <description>&lt;P&gt;I have programmed some interesting SmartConsole Extensions in the last few weeks:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/SmartConsole-Extensions/Add-and-Delete-Gateway-Routes-central-from-SmartConsole/m-p/170459#M273" target="_self"&gt;- Add and Delete Gateway Routes central from SmartConsole &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.checkpoint.com/t5/SmartConsole-Extensions/Execute-Commands-Smart-Console-Extention/m-p/170384#M269" target="_self"&gt;- Execute Commands&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.checkpoint.com/t5/General-Topics/Execute-CLI-commands-on-all-gateways-simultaneously-SmartConsole/m-p/172768#M28813" target="_self"&gt;- Execute CLI commands on all gateways simultaneously&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.checkpoint.com/t5/General-Topics/Execute-CLI-commands-on-selected-gateways-simultaneously/m-p/174503" target="_self"&gt;- Execute CLI commands on selected gateways simultaneously&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.checkpoint.com/t5/Maestro/Execute-CLI-commands-on-all-Maestro-SGMs-simultaneously/m-p/175964" target="_self"&gt;- Execute CLI commands on all Maestro SGMs simultaneously&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;A href="https://community.checkpoint.com/t5/General-Topics/Get-and-Push-GAIA-CLISH-Configs-SmartConsole-Extension/m-p/173302#M28926" target="_self"&gt;- Get and Push GAIA CLISH Configs&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.checkpoint.com/t5/SmartConsole-Extensions/Ticket-System-SmartConsole-Extension/m-p/171839#M308" target="_self"&gt;- Ticket System - SmartConsole Extension&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/SmartConsole-Extensions/R8x-Ports-Used-for-Communication-by-Various-Check-Point-Modules/m-p/171277#M288" target="_self"&gt;- R8x - Ports Used for Communication by Various Check Point Modules - SmartConsole Extension&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Now I have the problem that I have about 1000 - 1500 users who use these extensions per day.&lt;BR /&gt;This means I have about 500 000 web accesses a day, which download about 100 KByte, so every day 5 GByte of traffic is generated.&lt;BR /&gt;&lt;BR /&gt;This reaches the capacity limits on my private web server.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Is there a possibility to host this via Check Point?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 11:33:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Web-Server-Space-for-SmartConsole-Extensions/m-p/179648#M29983</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2023-05-02T11:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Space for SmartConsole Extensions</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Web-Server-Space-for-SmartConsole-Extensions/m-p/179655#M29985</link>
      <description>&lt;P&gt;Check Point is not a file hosting company.&lt;BR /&gt;There are various options you may want to consider:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Advice your users to download and copy your files into the &lt;FONT face="courier new,courier"&gt;/etc/hcp/smc_ext/&lt;/FONT&gt; folder of their SmartCenter Server (SCS) and run it from there (&lt;A href="https://community.checkpoint.com/t5/SmartConsole-Extensions/HealthCheck-Point-HCP-SmartConsole-Extension/m-p/171308#M290" target="_self"&gt;example&lt;/A&gt;)&lt;/LI&gt;
&lt;LI&gt;Advice your users to copy your files onto a local web server and run it from there&lt;/LI&gt;
&lt;LI&gt;Host your files on trusted code sharing platforms, such as GitHub&lt;/LI&gt;
&lt;LI&gt;User code compressors to minify the code of your files in order to save web traffic&lt;/LI&gt;
&lt;LI&gt;Re-think your last extension that simply loads a 0.5mb pixel image (&lt;EM&gt;ports.jpg&lt;/EM&gt;).&lt;BR /&gt;&lt;EM&gt;A SVG would be much smaller and stays sharp when the end user zooms in.&lt;/EM&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Tue, 02 May 2023 12:57:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Web-Server-Space-for-SmartConsole-Extensions/m-p/179655#M29985</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2023-05-02T12:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Space for SmartConsole Extensions</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Web-Server-Space-for-SmartConsole-Extensions/m-p/179658#M29987</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/687"&gt;@Danny&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;GitHub did not work, because the raw link does not work with SmartConsole extensions. &lt;BR /&gt;Something is always modified here that the SmartConsole cannot process. &lt;BR /&gt;&lt;BR /&gt;If anyone has an idea how this could work with GitHub, I would be happy.&lt;BR /&gt;Unfortunately, I couldn't get it right.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 12:49:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Web-Server-Space-for-SmartConsole-Extensions/m-p/179658#M29987</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2023-05-02T12:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Web Server Space for SmartConsole Extensions</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Web-Server-Space-for-SmartConsole-Extensions/m-p/179703#M29998</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/687"&gt;@Danny&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;CUT&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;Advice your users to download and copy your files into the &lt;FONT face="courier new,courier"&gt;/etc/hcp/smc_ext/&lt;/FONT&gt; folder of their SmartCenter Server (SCS) and run it from there (&lt;A href="https://community.checkpoint.com/t5/SmartConsole-Extensions/HealthCheck-Point-HCP-SmartConsole-Extension/m-p/171308#M290" target="_self"&gt;example&lt;/A&gt;)&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;CUT&lt;/P&gt;
&lt;P&gt;Unfortunately, this no longer works with R81.20. Here, the start script was more restrictive. This means that you cannot start any third-party extensions in this directory.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;CUT start script /etc/init.d/hcp_ext &amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;&amp;nbsp; ...&lt;BR /&gt;&amp;nbsp; install -m 660 -o cp_extensions -g bin /etc/hcp/smc_ext/index.html $HCP_PATH/ &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;&amp;nbsp; install -m 660 -o cp_extensions -g bin /etc/hcp/smc_ext/extension.json $HCP_PATH/ &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;&amp;nbsp; ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp; install -m 660 -o cp_extensions -g bin /etc/hcp/smc_ext/js/* $HCP_PATH/js/ &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;&amp;nbsp; ...&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt; CUT&lt;/P&gt;
&lt;P&gt;Solution:&lt;BR /&gt;- Modify the start script if necessary. But I would not do this for support reasons.&lt;BR /&gt;- Or use a different subdirectory for example /etc/hcp/smc_ext/js/. Here "*" was used in the start script. &lt;BR /&gt;&amp;nbsp;&amp;nbsp; But it's also not a good solution if Check Point makes this more restrictive in the future.&lt;BR /&gt;&lt;BR /&gt;PS:&lt;BR /&gt;I would set the directories more restrictively and not set an asterisk.&lt;BR /&gt;I have been using this since about 2021 to copy files from the firewall or SMS via the browser when winscp does not work;-)&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2023 14:52:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Web-Server-Space-for-SmartConsole-Extensions/m-p/179703#M29998</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2023-05-02T14:52:35Z</dc:date>
    </item>
  </channel>
</rss>

