GithubHelp home page GithubHelp logo

website's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

website's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/deploy.yaml
  • actions/checkout v3
  • actions/setup-node v3
  • actions/cache v3
  • borales/actions-yarn v4.2.0
  • borales/actions-yarn v4.2.0
  • cloudflare/pages-action v1
.github/workflows/gendocs.yaml
  • yokawasa/action-setup-kube-tools v0.9.3@af4ebb1af1efd30c5bd84a2e9773355ad6362a33
  • actions/checkout v3@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
  • actions/checkout v3@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
  • stefanzweifel/git-auto-commit-action v4@3ea6ae190baf489ba007f7c92608f33ce20ef04a
  • actions/checkout v3@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
  • stefanzweifel/git-auto-commit-action v4@3ea6ae190baf489ba007f7c92608f33ce20ef04a
  • ghcr.io/truecharts/devcontainer 3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
.github/workflows/renovate.yml
  • actions/checkout v3.5.2@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
  • renovatebot/github-action v37.0.0@4cc203c40dc0eb6b356306893cabda6ff9d42f33
npm
package.json
  • @docusaurus/core 2.4.1
  • @docusaurus/plugin-ideal-image 2.4.1
  • @docusaurus/preset-classic 2.4.1
  • @mdx-js/react 1.6.22
  • @saucelabs/theme-github-codeblock ^0.1.1
  • @swc/core 1.3.59
  • caniuse-lite 1.0.30001516
  • clsx 1.2.1
  • docusaurus-plugin-google-adsense 0.3.1
  • docusaurus-plugin-image-zoom 1.0.1
  • prism-react-renderer 1.3.5
  • react 17.0.2
  • react-dom 17.0.2
  • react-icons ^4.8.0
  • react-lottie ^1.2.3
  • swc-loader 0.2.3
  • @docusaurus/module-type-aliases 2.4.1

Charts List refers to nonexistent Chart root index

Regarding

TrueCharts Docs

Describe the bug

The Charts List (https://truecharts.org/docs/charts/description_list) links to charts by their root directory (e.g. https://truecharts.org/docs/charts/stable/syslog-ng/). There is possibly no index in this directory, and the only file may be the auto-generated changelog. This results in a 404

To Reproduce

Visit https://truecharts.org/docs/charts/description_list

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

[docs] Google SEO main hyperlink to Scale Docs - link broken

chart Name

none

Operating System

TrueNAS SCALE 23.10.2

Deployment Method

TrueNAS SCALE charts

Chart Version

0.0

Kubernetes Events

n/a

chartlication Logs

n/a

Chart Configuration

n/a

Describe the bug

When clicking the link that Google provides to https://truecharts.org/manual/SCALE/guides/getting-started/
Then a soft 404 error occurs on the website. The page literally says "Lost in the Docs?"

To Reproduce

  1. Google Truecharts docs
  2. Click https://truecharts.org/manual/SCALE/guides/getting-started/

Expected Behavior

To arrive at the landing page for TrueCharts Scale Getting Started

Screenshots

is obvious

Additional Context

If the problem is with Google SEO needing to re-learn the landing page, I am fine with that. Just didn't know if this link was intentionally changed on the TrueCharts website.

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.
  • I've prefixed my issue title with [Chart-Name]

Improve Blocky Setup Guide

Is your feature request related to a problem?

I don't understand the intention behind using Blocky as one of the steps in the SCALE Getting Started Guide. Does it provide or is it required to provide DNS services to the TrueCharts Apps, end users, or both? For people who already have PiHole or AdGuard, what capabilty does Blocky add, and how should it be added?

  1. The Blocky setup guide is missing the initial installation steps (download from the Enterprise channel) like exist in the other Enterprise Setup guides.
  2. It is also confusing if the DoH and DoT upstreams are added on separate sections since the screenshots show each one individually. Are users supposed to pick one? Or use some? Or do they all go in priority order under a single upstream section?
  3. Does anything need to be setup in the Networking section? It seems like a Loadbalancing option might be needed, but I'm not sure. Some settings use Loadbalancing and others user ClusterIP.
  4. I'm guessing, but not certain, that in order to take advantage of the k8s-Gateway split DNS that end user devices (or their DHCP router) will need to be configured to somehow point to Blocky (see issue 3 above which would need to be clarified to enable external access).

Describe the solution you'd like

If the documentation could be clarified as to the intent of using Blocky, that would reduce confusion.

Describe alternatives you've considered

It doesn't sound like there is an alternative. Blocky seems like it's required.
https://truecharts.org/manual/SCALE/guides/getting-started/

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Truecharts.org chart documentation base URLs are broken.

App Name

All

SCALE Version

22.02.4

App Version

N/a

Application Events

N/A

Application Logs

N/A

Application Configuration

N/A

Describe the bug

Links from the github docs to base URL for charts are broken and end up in Page Not Found. Many search indexers are picking these up.

Examples:

To Reproduce

Go to https://github.com/truecharts/charts/tree/master/charts/stable/radarr (or any github URL) and click the URL to the docs, note the bad url.

Expected Behavior

Urls are valid

Screenshots

image

Additional Context

N/A

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

Update questions developer documentations questsions.yaml

Is your feature request related to a problem?

The manual/development/questions-yaml file doesn't describe all possible schema types in the Question Variable Reference table.

Describe the solution you'd like

Looking at the code that truenas uses to validate a chart (https://github.com/truenas/catalog_validation/blob/master/catalog_validation/schema/schema_gen.py) it seems that the uri type is missing from the documentation.

Describe alternatives you've considered

Does not apply

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Github issue form for documentation

Is your feature request related to a problem?

When submitting an issue your only choices for issue forms are

  • "โš™๏ธ Bug Report ๐Ÿช›"
  • "โš™๏ธ Feature or Enhancement Request ๐Ÿ™"
  • "โš™๏ธ Report Outdated App ๐Ÿช›".

None of which are usable for issues relating to documentation.

Describe the solution you'd like

A issue form for documentation

Describe alternatives you've considered

  • Submitting the issue with the form then just editing the issue to remove un-needed stuff.
  • Placing n/a for most questions on the existing issue form

Additional context

While it appears that there are not many issues relating to documentation, a form should exist to people do not shy away from reporting it since there is no correct option for reporting it.

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

getting-started (https://truecharts.org/manual/SCALE/guides/getting-started/) is missing

chart Name

Operating System

TrueNAS SCALE 23.10.2

Deployment Method

TrueNAS SCALE charts

Chart Version

Kubernetes Events

-

chartlication Logs

-

Chart Configuration

Describe the bug

Hello, where did the getting-started guide go? address https://truecharts.org/manual/SCALE/guides/getting-started/ empty

To Reproduce

goto https://truecharts.org/manual/SCALE/guides/getting-started/

Expected Behavior

guide exist

Screenshots

Additional Context

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.
  • I've prefixed my issue title with [Chart-Name]

Improve "Helm" and "Rancher" sections of the documentation

Is your feature request related to a problem?

I would like to know more about the future plans for rancher and helm. Is there a potential setup outside of using TrueNAS SCALE that the authors know more about?

Describe the solution you'd like

I would like some additional information in these sections. If there was more documentation and it was more clear how to get started with either one of these sections that would be awesome. For example, I know that generally only TrueNAS SCALE has been supported, but it would be great to know if there's a system already mostly in place to run a similar system with a rancher GUI and truecharts as the backbone.

Describe alternatives you've considered

The alternative is being an expert on a codebase because no one knows that code or strategies better than the maintainers.

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Code of Conduct link, is not correct on the website.

App Name

  • Homepage

SCALE Version

22.12.0

App Version

lorem ipsum

Application Events

lorem ipsum

Application Logs

lorem ipsum

Application Configuration

lorem ipsum

Describe the bug

lorem ipsum

To Reproduce

lorem ipsum

Expected Behavior

lorem ipsum

Screenshots

lorem ipsum

Additional Context

lorem ipsum

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

Gh action recreates the old description page

Is your feature request related to a problem?

The awesome mdx react page isn't able to be viewed or accessible due to a gh action or other recreating the old page with the same name.

Describe the solution you'd like

Stop the automation from recreating the old file

Describe alternatives you've considered

Complain.

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Quickstart links to 404

App Name

XXX

SCALE Version

22.02.3

App Version

XXX

Application Events

https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Installing-an-App

Leads to 404

Application Logs

XXX

Application Configuration

XXX

Describe the bug

Wrong internal link on website

To Reproduce

go to https://truecharts.org/docs/charts/dependency/collabora-online/
click "To install this Chart on TrueNAS SCALE check our Quick-Start Guide."

It breaks

Expected Behavior

Should show the quickstart guide

Screenshots

XXX

Additional Context

I like turtles

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

Tripple negative in Documentaion

Is your feature request related to a problem?

I don't understand this sentence:

Do NOT hit the Stop Button UNLESS you are certain the App does not use CloudNativePG (CNPG).

https://truecharts.org/manual/FAQ

So you can hit the stop except if CloudNativePG is used?
So you should not hit the stop if CloudNativePG is used?

Describe the solution you'd like

Remove the 3 negatives in the sentence. Maybe separate it into 2 sentences.

Describe alternatives you've considered

Ignore it

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Inconsistent hyperlinks for charts

App Name

Website

Operating System

Other Using Helm (please specify)

App Version

NA

Application Events

NA

Application Logs

NA

Application Configuration

NA

Describe the bug

When you click on at least some (if not most) the links in the Chart List, they seem to default to the incubator URI (which is incorrect). They need to go to the correct chart homepage

To Reproduce

  1. Go to https://truecharts.org/charts/description_list/
  2. Click on some random charts (acestream for stable)
  3. Youll see it links to incubator instead of stable

Expected Behavior

Linking to the correct "type" of chart

Screenshots

NA

Additional Context

NA

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

[bug] Individual reference pages are missing

App Name

Any

SCALE Version

22.02.3

App Version

Any

Application Events

NA

Application Logs

NA

Application Configuration

NA

Describe the bug

Pages to individual charts are missing, few examples:

To Reproduce

  1. Go to any of the chart page from https://truecharts.org/docs/charts/description_list
  2. And you see "Page Not Found"

Expected Behavior

Chart pages are not 404.

Screenshots

image

Additional Context

Unrelated, but the issue form template isn't well suited for Trucharts website repo.

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

Renovate Dashboard ๐Ÿค–

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): lock file maintenance

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/cloudflare.yaml
  • mshick/add-pr-comment v2@b8f338c590a895d50bcbfa6c5859251edc8952fc
  • actions/checkout v4@692973e3d937129bcbf40652eb9f2f61becf3332
  • actions/cache v4@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
  • actions/cache v4@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
  • actions/cache v4@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
  • actions/setup-node v4@60edb5dd545a775178f52524783378180af0d1f8
  • cloudflare/pages-action v1@f0a1cd58cd66095dee69bfa18fa5efd1dde93bca
  • mshick/add-pr-comment v2@b8f338c590a895d50bcbfa6c5859251edc8952fc
npm
package.json
  • @astrojs/check 0.7.0
  • @astrojs/sitemap 3.1.5
  • @astrojs/starlight 0.24.1
  • @astrojs/starlight-tailwind 2.0.3
  • @astrojs/tailwind 5.1.0
  • @playform/compress 0.0.10
  • astro 4.10.1
  • astro-better-image-service 1.0.29
  • astro-integration-lottie 0.3.0
  • astro-robots-txt 1.0.0
  • lottie-web 5.12.2
  • sharp 0.33.4
  • starlight-blog 0.8.3
  • starlight-image-zoom 0.5.0
  • starlight-links-validator 0.9.0
  • tailwindcss 3.4.4
  • typescript 5.4.5
nvm
.nvmrc
  • node 20.14.0

Guide section broken

App Name

WEBSITE

SCALE Version

22.02.3

App Version

n/a

Application Events

n/a

Application Logs

n/a

Application Configuration

n/a

Describe the bug

Multiple directions in the "Guides" list steps that no longer have a step number attached or to steps no longer available under Guide section. It seems that after the website was revamped, the introduction/guides never got updated to the new format?

To Reproduce

  1. Navigating to truecharts.com > Docs > Guides > Reverse Proxy using Ingress
    --> Direct address: https://truecharts.org/manual/guides/add-ingress

  2. Under "Requirements," last bullet point states "Make sure you've setup traefik in guide 08."
    --> Guide section does not list a Traefik setup and there is no "number 08."

Expected Behavior

Requirement section lists steps that have corresponding titles in the "guide section," preferable with a direct link for easy access.

Screenshots

Traefik Setup Missing

Additional Context

n/a

I've read and agree with the following

  • I've checked all open and closed issues and my issue is not there.

definitions on categories

Is your feature request related to a problem?

imagen

what do this words mean

Describe the solution you'd like

define the categories do understand what is what

Describe alternatives you've considered

mind reading but failed

Additional context

No response

I've read and agree with the following

  • I've checked all open and closed issues and my request is not there.
  • I've checked all open and closed pull requests and my request is not there.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.