apps: adjust version numbers
This commit is contained in:
parent
6d24f4e5d6
commit
922f5edf3b
13
README.md
13
README.md
|
@ -15,6 +15,7 @@ Still, it is an experimental offering.
|
|||
### Overrides
|
||||
- Adds many Nextcloud extensions and some configuration
|
||||
-> most notably `external` to add Applications into Nextcloud as hub
|
||||
- Allow iFraming of applications into Nextcloud
|
||||
|
||||
### New Applications
|
||||
|
||||
|
@ -23,24 +24,24 @@ Unlike Stackspin, there is currently no mechanism to add those individually,
|
|||
they come in one package with the repository.
|
||||
|
||||
Below list is formatted as:
|
||||
> subdomain: Service (helmrepo, if not provided by the service authors)
|
||||
> subdomain: Service (helmrepo, if not by the application authors themselves)
|
||||
|
||||
#### Stable including Single-Sign-On
|
||||
- forge: Forgejo
|
||||
- do: Vikunja
|
||||
- do: Vikunja [needs upgrade]
|
||||
- status: Gatus (minicloudlabs)
|
||||
#### No SSO
|
||||
- ninja: InvoiceNinja
|
||||
- support: Zammad
|
||||
- support: Zammad [needs PVC fixed]
|
||||
- flow: n8n (8gears)
|
||||
- meet: cal.com (pyrrha)
|
||||
- status: Gatus (minicloudlabs)
|
||||
#### Planned
|
||||
- design: penpot (truecharts, waiting on PR)
|
||||
- sprint: taiga (nemonik)
|
||||
- video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm)
|
||||
)
|
||||
- call: Jitsi Meet / OpenTalk
|
||||
- wiki: Wiki (maybe wikijs, but I'd like something that integrated with Nextcloud and Markdown/Orgdown)
|
||||
- call: Jitsi Meet / OpenTalk / Element Call
|
||||
- wiki: Wiki (maybe wikijs, but I'd like something that integrates with Nextcloud and Markdown/Orgdown)
|
||||
#### Ideas
|
||||
- link: URL Shortener
|
||||
- connect: Bonfire
|
||||
|
|
|
@ -7,7 +7,7 @@ data:
|
|||
values.yaml: |
|
||||
# https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml
|
||||
image:
|
||||
tag: "1.42.1"
|
||||
tag: "1.47.3"
|
||||
|
||||
n8n:
|
||||
encryption_key: "${encryption_key}"
|
||||
|
|
|
@ -19,27 +19,27 @@ data:
|
|||
url: "https://forge.${domain}"
|
||||
invoiceninja: |
|
||||
name: "Invoiceninja Billing"
|
||||
version: "5.8.38"
|
||||
version: "5.9"
|
||||
external: true
|
||||
url: "https://ninja.${domain}"
|
||||
cal: |
|
||||
name: "Cal Appointment Booking"
|
||||
version: ""
|
||||
version: "3.7.11"
|
||||
external: true
|
||||
url: "https://meet.${domain}"
|
||||
n8n: |
|
||||
name: "n8n Integrations"
|
||||
version: ""
|
||||
version: "1.47.3"
|
||||
external: true
|
||||
url: "https://flow.${domain}"
|
||||
gatus: |
|
||||
name: "Gatus Monitoring"
|
||||
version: ""
|
||||
version: "5.11.0"
|
||||
external: true
|
||||
url: "https://status.${domain}"
|
||||
zammad: |
|
||||
name: "Zammad Customer Support"
|
||||
version: ""
|
||||
version: "6.2.0"
|
||||
external: true
|
||||
url: "https://support.${domain}"
|
||||
handbook: |
|
||||
|
|
Loading…
Reference in New Issue