Skip to content

Commit c68123d

Browse files
authored
change auth level and run as user (#467)
auto merge
1 parent 0bd1c5c commit c68123d

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

rsshub/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: '1.0.0'
18+
version: '1.0.1'
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

rsshub/OlaresManifest.yaml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
olaresManifest.version: '0.8.1'
2+
olaresManifest.type: app
23
metadata:
34
name: rsshub
45
description: A extensible RSS feed generator
56
icon: https://file.bttcdn.com/appstore/rsshub/icon.png
67
appid: rsshub
7-
version: '1.0.0'
8+
version: '1.0.1'
89
title: Rsshub
910
categories:
1011
- Productivity
@@ -45,6 +46,7 @@ spec:
4546
supportArch:
4647
- amd64
4748
- arm64
49+
runAsUser: true
4850
options:
4951
dependencies:
5052
- name: olares
@@ -56,6 +58,7 @@ entrances:
5658
host: rsshub
5759
title: Rsshub
5860
icon: https://file.bttcdn.com/appstore/rsshub/icon.png
59-
olaresManifest.type: app
61+
authLevel: internal
62+
openMethod: default
6063
permission:
6164
appCache: true

0 commit comments

Comments
 (0)