Compare commits

..

No commits in common. "922f5edf3ba1fbeea38b1b16b9a9ed7b498505ce" and "d353d5d24d7bda895ade6a5ec4ae93701c54b7fd" have entirely different histories.

3 changed files with 12 additions and 14 deletions

View File

@ -15,7 +15,6 @@ Still, it is an experimental offering.
### Overrides ### Overrides
- Adds many Nextcloud extensions and some configuration - Adds many Nextcloud extensions and some configuration
-> most notably `external` to add Applications into Nextcloud as hub -> most notably `external` to add Applications into Nextcloud as hub
- Allow iFraming of applications into Nextcloud
### New Applications ### New Applications
@ -24,24 +23,24 @@ Unlike Stackspin, there is currently no mechanism to add those individually,
they come in one package with the repository. they come in one package with the repository.
Below list is formatted as: Below list is formatted as:
> subdomain: Service (helmrepo, if not by the application authors themselves) > subdomain: Service (helmrepo, if not provided by the service authors)
#### Stable including Single-Sign-On #### Stable including Single-Sign-On
- forge: Forgejo - forge: Forgejo
- do: Vikunja [needs upgrade] - do: Vikunja
- status: Gatus (minicloudlabs)
#### No SSO #### No SSO
- ninja: InvoiceNinja - ninja: InvoiceNinja
- support: Zammad [needs PVC fixed] - support: Zammad
- flow: n8n (8gears) - flow: n8n (8gears)
- meet: cal.com (pyrrha) - meet: cal.com (pyrrha)
- status: Gatus (minicloudlabs)
#### Planned #### Planned
- design: penpot (truecharts, waiting on PR) - design: penpot (truecharts, waiting on PR)
- sprint: taiga (nemonik) - sprint: taiga (nemonik)
- video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm) - video: Peertube ([LecygneNoir](https://git.lecygnenoir.info/LecygneNoir/peertube-helm)
) )
- call: Jitsi Meet / OpenTalk / Element Call - call: Jitsi Meet / OpenTalk
- wiki: Wiki (maybe wikijs, but I'd like something that integrates with Nextcloud and Markdown/Orgdown) - wiki: Wiki (maybe wikijs, but I'd like something that integrated with Nextcloud and Markdown/Orgdown)
#### Ideas #### Ideas
- link: URL Shortener - link: URL Shortener
- connect: Bonfire - connect: Bonfire

View File

@ -7,7 +7,7 @@ data:
values.yaml: | values.yaml: |
# https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml # https://github.com/8gears/n8n-helm-chart/blob/master/values.yaml
image: image:
tag: "1.47.3" tag: "1.42.1"
n8n: n8n:
encryption_key: "${encryption_key}" encryption_key: "${encryption_key}"

View File

@ -19,27 +19,27 @@ data:
url: "https://forge.${domain}" url: "https://forge.${domain}"
invoiceninja: | invoiceninja: |
name: "Invoiceninja Billing" name: "Invoiceninja Billing"
version: "5.9" version: "5.8.38"
external: true external: true
url: "https://ninja.${domain}" url: "https://ninja.${domain}"
cal: | cal: |
name: "Cal Appointment Booking" name: "Cal Appointment Booking"
version: "3.7.11" version: ""
external: true external: true
url: "https://meet.${domain}" url: "https://meet.${domain}"
n8n: | n8n: |
name: "n8n Integrations" name: "n8n Integrations"
version: "1.47.3" version: ""
external: true external: true
url: "https://flow.${domain}" url: "https://flow.${domain}"
gatus: | gatus: |
name: "Gatus Monitoring" name: "Gatus Monitoring"
version: "5.11.0" version: ""
external: true external: true
url: "https://status.${domain}" url: "https://status.${domain}"
zammad: | zammad: |
name: "Zammad Customer Support" name: "Zammad Customer Support"
version: "6.2.0" version: ""
external: true external: true
url: "https://support.${domain}" url: "https://support.${domain}"
handbook: | handbook: |
@ -58,4 +58,3 @@ metadata:
data: data:
vikunja: vikunja vikunja: vikunja
forgejo: forgejo forgejo: forgejo
gatus: gatus