Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(bytestash) Move ByteStash chart to Stable Train #32993

Merged
merged 2 commits into from
Mar 8, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ annotations:
truecharts.org/category: Productivity
truecharts.org/max_helm_version: "3.15"
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: incubator
truecharts.org/train: stable
apiVersion: v2
appVersion: 1.5.7
dependencies:
Expand All @@ -17,7 +17,7 @@ dependencies:
import-values: []
deprecated: false
description: ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place.
home: https://truecharts.org/charts/incubator/bytestash
home: https://truecharts.org/charts/stable/bytestash
icon: https://truecharts.org/img/hotlink-ok/chart-icons/bytestash.webp
keywords:
- bytestash
Expand All @@ -33,6 +33,6 @@ name: bytestash
sources:
- https://ghcr.io/jordan-dalby/bytestash
- https://github.com/jordan-dalby/ByteStash
- https://github.com/truecharts/charts/tree/master/charts/incubator/bytestash
- https://github.com/truecharts/charts/tree/master/charts/stable/bytestash
type: application
version: 0.0.1
version: 0.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: README

## General Info

For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/incubator/bytestash)
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/bytestash)

**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

Expand All @@ -22,12 +22,12 @@ For more information on how to install TrueCharts Helm charts, checkout the [ins

All our charts have dedicated documentation pages.
The documentation for this chart can be found here:
https://truecharts.org/charts/incubator/bytestash
https://truecharts.org/charts/stable/bytestash

## Configuration Options

To view the chart specific options, please view Values.yaml included in the chart.
The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/incubator/bytestash/values.yaml
The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/stable/bytestash/values.yaml

All our Charts use a shared "common" library chart that contains most of the templating and options.
For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The following must be specified and updated in your Helm Release file.

### Optional Environment Settings:
The following may be left at the default setting, OR you may override in your Helm Release file dependent on your requirements.
- `BASE_PATH`: write /bIytestash for a domain such as my.domain/bytestash, leave blank in every other case
- `BASE_PATH`: write /bytestash for a domain such as my.domain/bytestash, leave blank in every other case
- `TOKEN_EXPIRY`: How long the token lasts Default is 24 hrs.
- `ALLOW_NEW_ACCOUNTS`: Will the instance allow new new accounts to be created. The Default is to allow new account creation.
- `DEBUG`: Enable to turn on logging, in most instances leave disabled
Expand Down
Loading