mirror of
https://github.com/truecharts/catalog.git
synced 2026-06-28 06:36:15 +08:00
Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
10
dev/anope/0.0.1/CHANGELOG.md
Normal file
10
dev/anope/0.0.1/CHANGELOG.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="anope-0.0.1"></a>
|
||||
### anope-0.0.1 (2022-04-08)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Unraid Port - A ([#2438](https://github.com/truecharts/apps/issues/2438))
|
||||
|
||||
6
dev/anope/0.0.1/Chart.lock
Normal file
6
dev/anope/0.0.1/Chart.lock
Normal file
@@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 9.2.6
|
||||
digest: sha256:a567b53fc3d0d618567f328d9fbb09695895b8e15d6ca178bf4a198c58080cac
|
||||
generated: "2022-04-08T10:18:54.034786679Z"
|
||||
34
dev/anope/0.0.1/Chart.yaml
Normal file
34
dev/anope/0.0.1/Chart.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: 'true'
|
||||
truecharts.org/catagories: |
|
||||
- Network-Other
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
truecharts.org/grade: U
|
||||
apiVersion: v2
|
||||
appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 9.2.6
|
||||
deprecated: false
|
||||
description: "Anope is a set of IRC Services designed for flexibility and ease of\
|
||||
\ use.\r\n"
|
||||
home: https://github.com/truecharts/apps/tree/master/charts/stable/anope
|
||||
icon: https://truecharts.org/_static/img/appicons/anope.png
|
||||
keywords:
|
||||
- anope
|
||||
- Network-Other
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: anope
|
||||
sources:
|
||||
- https://thelounge.chat/
|
||||
- https://hub.docker.com/r/ich777/anope
|
||||
type: application
|
||||
version: 0.0.1
|
||||
38
dev/anope/0.0.1/README.md
Normal file
38
dev/anope/0.0.1/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# Introduction
|
||||
|
||||
Anope is a set of IRC Services designed for flexibility and ease of use.
|
||||
|
||||
TrueCharts are designed to be installed as TrueNAS SCALE app only. We can not guarantee this charts works as a stand-alone helm installation.
|
||||
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)**
|
||||
|
||||
## Source Code
|
||||
|
||||
* <https://thelounge.chat/>
|
||||
* <https://hub.docker.com/r/ich777/anope>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://library-charts.truecharts.org | common | 9.2.6 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/).
|
||||
|
||||
## Upgrading, Rolling Back and Uninstalling the Chart
|
||||
|
||||
To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Adding-TrueCharts/) first.
|
||||
- See the [Wiki](https://truecharts.org)
|
||||
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
|
||||
- Open a [issue](https://github.com/truecharts/apps/issues/new/choose)
|
||||
---
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
4
dev/anope/0.0.1/app-readme.md
Normal file
4
dev/anope/0.0.1/app-readme.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Anope is a set of IRC Services designed for flexibility and ease of use.
|
||||
|
||||
|
||||
This App is supplied by TrueCharts, for more information please visit https://truecharts.org
|
||||
BIN
dev/anope/0.0.1/charts/common-9.2.6.tgz
Normal file
BIN
dev/anope/0.0.1/charts/common-9.2.6.tgz
Normal file
Binary file not shown.
BIN
dev/anope/0.0.1/icon.png
Normal file
BIN
dev/anope/0.0.1/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
31
dev/anope/0.0.1/ix_values.yaml
Normal file
31
dev/anope/0.0.1/ix_values.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
env:
|
||||
CASEMAP: rfc1459
|
||||
DATA_PERM: '770'
|
||||
HOST: irc.example.com
|
||||
IP_ADDR: ''
|
||||
IRCD: inspircd3
|
||||
LOCAL_HOSTNAME: services
|
||||
PASSWORD: ''
|
||||
PORT: '7000'
|
||||
SSL: 'yes'
|
||||
UMASK: '000'
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/anope
|
||||
tag: latest
|
||||
persistence:
|
||||
datapath:
|
||||
enabled: true
|
||||
mountPath: /anope
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
2056
dev/anope/0.0.1/questions.yaml
Normal file
2056
dev/anope/0.0.1/questions.yaml
Normal file
File diff suppressed because it is too large
Load Diff
0
dev/anope/0.0.1/readme.md
Normal file
0
dev/anope/0.0.1/readme.md
Normal file
233
dev/anope/0.0.1/security.md
Normal file
233
dev/anope/0.0.1/security.md
Normal file
File diff suppressed because one or more lines are too long
2
dev/anope/0.0.1/templates/common.yaml
Normal file
2
dev/anope/0.0.1/templates/common.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
{{/* Render the templates */}}
|
||||
{{ include "common.all" . }}
|
||||
0
dev/anope/0.0.1/values.yaml
Normal file
0
dev/anope/0.0.1/values.yaml
Normal file
6
dev/anope/item.yaml
Normal file
6
dev/anope/item.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
icon_url: https://truecharts.org/_static/img/appicons/anope.png
|
||||
categories:
|
||||
- Network-Other
|
||||
- Productivity
|
||||
- Tools-Utilities
|
||||
|
||||
Reference in New Issue
Block a user