diff --git a/ci/vale/dictionary.txt b/ci/vale/dictionary.txt index ec0d3743390..0dd19760ca0 100644 --- a/ci/vale/dictionary.txt +++ b/ci/vale/dictionary.txt @@ -1206,6 +1206,7 @@ microservice microservices microsystems microweb +Microweber middleware mimikatz minecraft @@ -2096,11 +2097,11 @@ txz tz tzurbaev uber +Ubiquiti ubuntu ucd udp ufw -udp ui uidl umount diff --git a/docs/products/tools/marketplace/guides/_index.md b/docs/products/tools/marketplace/guides/_index.md index d42b179c3d1..90d77855e1f 100644 --- a/docs/products/tools/marketplace/guides/_index.md +++ b/docs/products/tools/marketplace/guides/_index.md @@ -63,6 +63,7 @@ See the [Marketplace](/docs/marketplace/) listing page for a full list of all Ma - [MagicSpam](/docs/products/tools/marketplace/guides/magicspam/) - [MEAN Stack](/docs/products/tools/marketplace/guides/mean-stack/) - [MERN Stack](/docs/products/tools/marketplace/guides/mern-stack/) +- [Microweber](/docs/products/tools/marketplace/guides/microweber) - [Minecraft ](/docs/products/tools/marketplace/guides/minecraft/) - [Mist.io](/docs/products/tools/marketplace/guides/mistio/) - [MongoDB](/docs/products/tools/marketplace/guides/mongodb/) @@ -100,6 +101,7 @@ See the [Marketplace](/docs/marketplace/) listing page for a full list of all Ma - [Splunk](/docs/products/tools/marketplace/guides/splunk/) - [Team Fortress 2](/docs/products/tools/marketplace/guides/team-fortress-2/) - [Terraria](/docs/products/tools/marketplace/guides/terraria/) +- [UniFi Network Application](/docs/products/tools/marketplace/guides/unifi-network-application) - [Uptime Kuma](/docs/products/tools/marketplace/guides/uptime-kuma/) - [UTunnel VPN](/docs/products/tools/marketplace/guides/utunnel/) - [Valheim](/docs/products/tools/marketplace/guides/valheim/) diff --git a/docs/products/tools/marketplace/guides/microweber/Microweber-admin.jpg b/docs/products/tools/marketplace/guides/microweber/Microweber-admin.jpg new file mode 100644 index 00000000000..7ab89d90818 Binary files /dev/null and b/docs/products/tools/marketplace/guides/microweber/Microweber-admin.jpg differ diff --git a/docs/products/tools/marketplace/guides/microweber/Microweber-dashboard.jpg b/docs/products/tools/marketplace/guides/microweber/Microweber-dashboard.jpg new file mode 100644 index 00000000000..4e4ac757f43 Binary files /dev/null and b/docs/products/tools/marketplace/guides/microweber/Microweber-dashboard.jpg differ diff --git a/docs/products/tools/marketplace/guides/microweber/Microweber-install.jpg b/docs/products/tools/marketplace/guides/microweber/Microweber-install.jpg new file mode 100644 index 00000000000..9602a211459 Binary files /dev/null and b/docs/products/tools/marketplace/guides/microweber/Microweber-install.jpg differ diff --git a/docs/products/tools/marketplace/guides/microweber/index.md b/docs/products/tools/marketplace/guides/microweber/index.md new file mode 100644 index 00000000000..b11b1781c36 --- /dev/null +++ b/docs/products/tools/marketplace/guides/microweber/index.md @@ -0,0 +1,54 @@ +--- +author: + name: Linode + email: docs@linode.com +description: "Deploy Microweber, an open-source, drag and drop website builder and CMS on a Linode Compute Instance." +keywords: ['Microweber','website builder','cms'] +tags: ["marketplace", "linode platform", "cloud manager"] +license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' +published: 2022-09-06 +modified_by: + name: Linode +title: "Deploying Microweber through the Linode Marketplace" +--- + +[Microweber](https://microweber.org/) is an open-source, drag and drop website builder and CMS based on the Laravel PHP Framework. It includes features for e-commerce, live editing, file management, design customization, and has plugins for both cPanel and Plesk. + +{{< note >}} +When self-hosting Microweber, you are responsible for the security of your server. Follow best practices for securing, updating, and backing up the software on your Compute Instance. See [Setting Up and Securing a Compute Instance](https://www.linode.com/docs/guides/set-up-and-secure/). +{{}} + +## Deploying a Marketplace App + +{{< content "deploy-marketplace-apps-shortguide">}} + +{{< content "marketplace-verify-standard-shortguide">}} + +{{}} +**Estimated deployment time:** Microweber should be fully installed within 5-10 minutes after the Compute Instance has finished provisioning. +{{}} + +## Configuration Options + +- **Supported distributions:** Ubuntu 20.04 +- **Recommended plan:** All plan types can be used. + +## Getting Started after Deployment + +### Accessing the Microweber Application + +1. Open your web browser and navigate to `http://[ip-address]`, where *[ip-address]* can be replaced with your Compute Instance's IP address or rDNS domain. See the [Managing IP Addresses](/docs/guides/managing-ip-addresses/) guide for information on viewing IP addresses and rDNS. + +1. Complete the initial setup for that appears. This includes setting the database settings, selecting the preferred website design, setting the default language, and more. + + ![Screenshot of the Microweber installation GUI](Microweber-install.jpg) + +1. Within that same screen, also enter the Admin user credentials and email address you wish to use. Click the **Install** button to continue with the Microweber installation. + + ![Screenshot of the Microweber admin credentials](Microweber-admin.jpg) + +1. After the installation is complete, you are redirected to the Microweber dashboard. From here, you can start designing and building your new website. For more information on using Microweber for development, see the [Microweber tutorials](https://microweber.org/academy#322001230). + + ![Screenshot of the Microweber dashboard](Microweber-dashboard.jpg) + +{{< content "marketplace-update-note-shortguide">}} \ No newline at end of file diff --git a/docs/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login.jpg b/docs/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login.jpg new file mode 100644 index 00000000000..f51c5cc3542 Binary files /dev/null and b/docs/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login.jpg differ diff --git a/docs/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name.png b/docs/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name.png new file mode 100644 index 00000000000..40abc51729d Binary files /dev/null and b/docs/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name.png differ diff --git a/docs/products/tools/marketplace/guides/unifi-network-application/index.md b/docs/products/tools/marketplace/guides/unifi-network-application/index.md new file mode 100644 index 00000000000..c154e0fe32e --- /dev/null +++ b/docs/products/tools/marketplace/guides/unifi-network-application/index.md @@ -0,0 +1,52 @@ +--- +author: + name: Linode + email: docs@linode.com +description: "Deploy UniFi Network Controller, a multi-use networking control panel with a powerful application suite designed to optimize home and business networks with ease, on a Linode Compute Instance." +keywords: ['UniFi','Network','gateway', 'routing'] +tags: ["marketplace", "linode platform", "cloud manager"] +license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)' +published: 2022-09-06 +modified_by: + name: Linode +title: "Deploying the UniFi Network Application through the Linode Marketplace" +--- + +The [UniFi Network Application](https://help.ui.com/hc/en-us/articles/1500012237441-UniFi-Network-Use-the-UniFi-Network-Application) is a versatile control panel developed by [Ubiquiti](https://www.ui.com/). It simplifies network management across regions, customizes access to Wi-Fi networks, and more. Manage and apply updates to UniFi networking devices to ensure your networks are performant and secure. + +{{< note >}} +When self-hosting the UniFi Network Application, you are responsible for the security of your server. Follow best practices for securing, updating, and backing up the software on your Compute Instance. See [Setting Up and Securing a Compute Instance](https://www.linode.com/docs/guides/set-up-and-secure/). +{{}} + +## Deploying a Marketplace App + +{{< content "deploy-marketplace-apps-shortguide">}} + +{{< content "marketplace-verify-standard-shortguide">}} + +{{}} +**Estimated deployment time:** The UniFi Network Application should be fully installed within 5-10 minutes after the Compute Instance has finished provisioning. +{{}} + +## Configuration Options + +- **Supported distributions:** Debian 9 +- **Recommended plan:** All plan types can be used. + +## Getting Started after Deployment + +### Accessing the UniFi Network Application + +1. Open your web browser and navigate to `http://[ip-address]`, where *[ip-address]* can be replaced with your Compute Instance's IP address or rDNS domain. See the [Managing IP Addresses](/docs/guides/managing-ip-addresses/) guide for information on viewing IP addresses and rDNS. + +2. First, enter a name for the Network Application. This is primarily used for managing multiple networks. + + ![Screenshot of the UniFi Network name page](UniFi-network-name.png) + +3. After the network has been named, create a username and password and click **Next**. This login will be used from the UniFi Network Application panel and unifi.ui.com + + ![Screenshot of the Ubiquiti Account page](UniFi-account-login.jpg) + +4. Once you are logged in to the UniFi Network Application, you can create and manage your UniFi Network. For more information on using UniFi Network Application, see the [official documentation](https://help.ui.com/hc/en-us/articles/1500012237441-UniFi-Network-Use-the-UniFi-Network-Application). + +{{< content "marketplace-update-note-shortguide">}} diff --git a/resources/_gen/images/products/networking/vlans/guides/attach-to-compute-instance/create-new-linode_hu2315a2463c936c5e2394b2379d143b05_17762_471x265_fill_q75_bgffffff_catmullrom_smart1_2.jpg b/resources/_gen/images/products/networking/vlans/guides/attach-to-compute-instance/create-new-linode_hu2315a2463c936c5e2394b2379d143b05_17762_471x265_fill_q75_bgffffff_catmullrom_smart1_2.jpg new file mode 100644 index 00000000000..a743b9507fb Binary files /dev/null and b/resources/_gen/images/products/networking/vlans/guides/attach-to-compute-instance/create-new-linode_hu2315a2463c936c5e2394b2379d143b05_17762_471x265_fill_q75_bgffffff_catmullrom_smart1_2.jpg differ diff --git a/resources/_gen/images/products/networking/vlans/guides/use-cases/multi-vlan-config_hu6fd4983c3668f3b521070bb70aa2ccab_38221_471x265_fill_q75_bgffffff_catmullrom_smart1_2.jpg b/resources/_gen/images/products/networking/vlans/guides/use-cases/multi-vlan-config_hu6fd4983c3668f3b521070bb70aa2ccab_38221_471x265_fill_q75_bgffffff_catmullrom_smart1_2.jpg new file mode 100644 index 00000000000..04f590c423c Binary files /dev/null and b/resources/_gen/images/products/networking/vlans/guides/use-cases/multi-vlan-config_hu6fd4983c3668f3b521070bb70aa2ccab_38221_471x265_fill_q75_bgffffff_catmullrom_smart1_2.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_1388x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_1388x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..0bd13f54f49 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_1388x0_resize_q71_bgfafafc_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_471x265_fill_q75_catmullrom_smart1.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_471x265_fill_q75_catmullrom_smart1.jpg new file mode 100644 index 00000000000..1b97cb3929a Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_471x265_fill_q75_catmullrom_smart1.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_640x0_resize_q75_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_640x0_resize_q75_catmullrom.jpg new file mode 100644 index 00000000000..457fd48690b Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_640x0_resize_q75_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_694x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_694x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..a0a9dc73c63 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-admin_hu8ba0c9b556e5dd3e070325cecefdc026_38188_694x0_resize_q71_bgfafafc_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-dashboard_hu2e4f9f586113ef6df0b40d77f14a0cba_107028_1251x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-dashboard_hu2e4f9f586113ef6df0b40d77f14a0cba_107028_1251x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..0ab030b406a Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-dashboard_hu2e4f9f586113ef6df0b40d77f14a0cba_107028_1251x0_resize_q71_bgfafafc_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-dashboard_hu2e4f9f586113ef6df0b40d77f14a0cba_107028_1388x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-dashboard_hu2e4f9f586113ef6df0b40d77f14a0cba_107028_1388x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..c5bbdcf34e0 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-dashboard_hu2e4f9f586113ef6df0b40d77f14a0cba_107028_1388x0_resize_q71_bgfafafc_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-dashboard_hu2e4f9f586113ef6df0b40d77f14a0cba_107028_694x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-dashboard_hu2e4f9f586113ef6df0b40d77f14a0cba_107028_694x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..92d865381e3 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-dashboard_hu2e4f9f586113ef6df0b40d77f14a0cba_107028_694x0_resize_q71_bgfafafc_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-install_hua86f2c4eb41da6eee6175702d174cc53_164305_635x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-install_hua86f2c4eb41da6eee6175702d174cc53_164305_635x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..43f3e300e03 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-install_hua86f2c4eb41da6eee6175702d174cc53_164305_635x0_resize_q71_bgfafafc_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-install_hua86f2c4eb41da6eee6175702d174cc53_164305_650858fdb8f729b29d6fb77ebaf366fe.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-install_hua86f2c4eb41da6eee6175702d174cc53_164305_650858fdb8f729b29d6fb77ebaf366fe.jpg new file mode 100644 index 00000000000..13277f11f03 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-install_hua86f2c4eb41da6eee6175702d174cc53_164305_650858fdb8f729b29d6fb77ebaf366fe.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-install_hua86f2c4eb41da6eee6175702d174cc53_164305_a34b06cea148b8eb7aafa0128cb4ccb1.jpg b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-install_hua86f2c4eb41da6eee6175702d174cc53_164305_a34b06cea148b8eb7aafa0128cb4ccb1.jpg new file mode 100644 index 00000000000..bfd91452183 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/microweber/Microweber-install_hua86f2c4eb41da6eee6175702d174cc53_164305_a34b06cea148b8eb7aafa0128cb4ccb1.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_1388x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_1388x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..2b072230745 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_1388x0_resize_q71_bgfafafc_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_471x265_fill_q75_catmullrom_smart1.jpg b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_471x265_fill_q75_catmullrom_smart1.jpg new file mode 100644 index 00000000000..58f0790a0cd Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_471x265_fill_q75_catmullrom_smart1.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_640x0_resize_q75_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_640x0_resize_q75_catmullrom.jpg new file mode 100644 index 00000000000..2356bcf2696 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_640x0_resize_q75_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_694x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_694x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..35e835426c0 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-account-login_hu5915e14e83528763cf0277545d0b271f_61211_694x0_resize_q71_bgfafafc_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hu5fee874d4197f1f81faa9e51429a952b_168470_1033x0_resize_q71_bgfafafc_catmullrom_2.jpg b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hu5fee874d4197f1f81faa9e51429a952b_168470_1033x0_resize_q71_bgfafafc_catmullrom_2.jpg new file mode 100644 index 00000000000..943c011b6f5 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hu5fee874d4197f1f81faa9e51429a952b_168470_1033x0_resize_q71_bgfafafc_catmullrom_2.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hu5fee874d4197f1f81faa9e51429a952b_168470_1388x0_resize_q71_bgfafafc_catmullrom_2.jpg b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hu5fee874d4197f1f81faa9e51429a952b_168470_1388x0_resize_q71_bgfafafc_catmullrom_2.jpg new file mode 100644 index 00000000000..47821acd534 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hu5fee874d4197f1f81faa9e51429a952b_168470_1388x0_resize_q71_bgfafafc_catmullrom_2.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hu5fee874d4197f1f81faa9e51429a952b_168470_694x0_resize_q71_bgfafafc_catmullrom_2.jpg b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hu5fee874d4197f1f81faa9e51429a952b_168470_694x0_resize_q71_bgfafafc_catmullrom_2.jpg new file mode 100644 index 00000000000..58e458f5185 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hu5fee874d4197f1f81faa9e51429a952b_168470_694x0_resize_q71_bgfafafc_catmullrom_2.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hud5582630d282c4546a7f498d7e705d64_73982_1388x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hud5582630d282c4546a7f498d7e705d64_73982_1388x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..bfdd52831e3 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hud5582630d282c4546a7f498d7e705d64_73982_1388x0_resize_q71_bgfafafc_catmullrom.jpg differ diff --git a/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hud5582630d282c4546a7f498d7e705d64_73982_694x0_resize_q71_bgfafafc_catmullrom.jpg b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hud5582630d282c4546a7f498d7e705d64_73982_694x0_resize_q71_bgfafafc_catmullrom.jpg new file mode 100644 index 00000000000..9c4f1232aa8 Binary files /dev/null and b/resources/_gen/images/products/tools/marketplace/guides/unifi-network-application/UniFi-network-name_hud5582630d282c4546a7f498d7e705d64_73982_694x0_resize_q71_bgfafafc_catmullrom.jpg differ