Skip to content

Commit 5bfd6ac

Browse files
committed
direct links are removed, because proxy is now working for every website
1 parent fb07292 commit 5bfd6ac

File tree

3 files changed

+2
-5
lines changed
  • content
    • fully-managed-open-source-services/applications/analytics
    • website/applications/analytics
  • layouts/_default

3 files changed

+2
-5
lines changed

content/fully-managed-open-source-services/applications/analytics/knime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ content:
2929
Unlock the Power of Data with KNIME Analytics Platform - Open Source Data
3030
Science Software
3131
logo: /images/applications/analytics/knime/logo.png
32-
website: https://github.com/OctaByte/docker-desktop-vnc-knime
32+
website: https://github.com/elestio/docker-desktop-vnc-knime
3333
iframe_website: /website/applications/analytics/knime
3434
direct_link: true
3535
screenshots:

content/website/applications/analytics/knime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Knime - Unlock the Power of Data with KNIME Analytics Platform - Open So
44
content:
55
id: knime
66
name: Knime
7-
website: https://github.com/OctaByte/docker-desktop-vnc-knime
7+
website: https://github.com/elestio/docker-desktop-vnc-knime
88
proxy: true
99
description: "KNIME Analytics Platform is an open-source data science software that enables users to build data workflows and analyze data with ease, offering visual programming, tool blending, and full support for the data science life cycle."
1010
---

layouts/_default/single.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{{ define "main" }}
22
{{ $url := .Params.content.iframe_website }}
3-
{{ if .Params.content.direct_link }}
4-
{{ $url = .Params.content.website }}
5-
{{ end }}
63

74

85
<div class="px-8 mt-12 sm:px-20 sm:mt-24">

0 commit comments

Comments
 (0)