Skip to content

Commit

Permalink
Merge pull request #241 from johanneskastl/20241026_sharry_fix_config…
Browse files Browse the repository at this point in the history
…_file

20241026 sharry fix config file
  • Loading branch information
johanneskastl authored Oct 26, 2024
2 parents 9ef29c7 + b879022 commit e24d6fb
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/sharry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: v1.14.0
description: Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared.
name: sharry
version: 6.7.0
version: 6.8.0
keywords:
- file sharing
home: https://github.com/johanneskastl/charts/tree/main/charts/sharry
Expand All @@ -21,4 +21,4 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: fix appVersion to have a leading v
description: enable admin credentials by default
12 changes: 11 additions & 1 deletion charts/sharry/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sharry

![Version: 6.7.0](https://img.shields.io/badge/Version-6.7.0-informational?style=flat-square) ![AppVersion: v1.14.0](https://img.shields.io/badge/AppVersion-v1.14.0-informational?style=flat-square)
![Version: 6.8.0](https://img.shields.io/badge/Version-6.8.0-informational?style=flat-square) ![AppVersion: v1.14.0](https://img.shields.io/badge/AppVersion-v1.14.0-informational?style=flat-square)

Sharry allows to share files with others in a simple way. It is a self-hosted web application. The basic concept is to upload files and get a url back that can then be shared.

Expand Down Expand Up @@ -91,6 +91,16 @@ All notable changes to this Helm chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Version 6.8.0

#### Added

N/A

#### Changed

* enable admin credentials by default

### Version 6.7.0

#### Added
Expand Down
10 changes: 10 additions & 0 deletions charts/sharry/README_CHANGELOG.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ All notable changes to this Helm chart will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Version 6.8.0

#### Added

N/A

#### Changed

* enable admin credentials by default

### Version 6.7.0

#### Added
Expand Down
2 changes: 1 addition & 1 deletion charts/sharry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ config: |
backend {
auth {
fixed {
enabled = false # set to true to enable this auth provider
enabled = true
user = "admin"
password = "admin"
order = 10
Expand Down

0 comments on commit e24d6fb

Please sign in to comment.