Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -0,0 +1,82 @@
|
||||
# Changelog<br>
|
||||
|
||||
|
||||
<a name="firefox-syncserver-2.0.1"></a>
|
||||
### [firefox-syncserver-2.0.1](https://github.com/truecharts/apps/compare/firefox-syncserver-1.0.2...firefox-syncserver-2.0.1) (2021-10-20)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump apps, remove duplicates and move incubator to stable for RC1
|
||||
|
||||
|
||||
|
||||
<a name="firefox-syncserver-1.0.0"></a>
|
||||
### [firefox-syncserver-1.0.0](https://github.com/truecharts/apps/compare/firefox-syncserver-0.0.4...firefox-syncserver-1.0.0) (2021-10-20)
|
||||
|
||||
#### Chore
|
||||
|
||||
* update helm chart postgresql to v4 ([#1214](https://github.com/truecharts/apps/issues/1214))
|
||||
|
||||
#### Fix
|
||||
|
||||
* use correct PVC storageClass when using postgresql as a dependency on SCALE ([#1212](https://github.com/truecharts/apps/issues/1212))
|
||||
|
||||
|
||||
|
||||
<a name="firefox-syncserver-0.0.4"></a>
|
||||
### [firefox-syncserver-0.0.4](https://github.com/truecharts/apps/compare/firefox-syncserver-0.0.3...firefox-syncserver-0.0.4) (2021-10-20)
|
||||
|
||||
#### Chore
|
||||
|
||||
* bump versions to rerelease and fix icons
|
||||
|
||||
|
||||
|
||||
<a name="firefox-syncserver-0.0.3"></a>
|
||||
### [firefox-syncserver-0.0.3](https://github.com/truecharts/apps/compare/firefox-syncserver-0.0.2...firefox-syncserver-0.0.3) (2021-10-19)
|
||||
|
||||
#### Change
|
||||
|
||||
* Project-Eclipse 3, Automatically generate item.yaml ([#1178](https://github.com/truecharts/apps/issues/1178))
|
||||
|
||||
#### Chore
|
||||
|
||||
* Project-Eclipse 5, move app-readme to automatic generation script ([#1181](https://github.com/truecharts/apps/issues/1181))
|
||||
* update helm chart common to v8.3.13 ([#1184](https://github.com/truecharts/apps/issues/1184))
|
||||
* update non-major ([#1174](https://github.com/truecharts/apps/issues/1174))
|
||||
|
||||
#### Feat
|
||||
|
||||
* Project-Eclipse 4, Add App grading annotations to Chart.yaml ([#1180](https://github.com/truecharts/apps/issues/1180))
|
||||
|
||||
#### Refactor
|
||||
|
||||
* Project Eclipse Part 6, move questions.yaml to root App folder ([#1182](https://github.com/truecharts/apps/issues/1182))
|
||||
|
||||
|
||||
|
||||
<a name="firefox-syncserver-0.0.2"></a>
|
||||
### [firefox-syncserver-0.0.2](https://github.com/truecharts/apps/compare/firefox-syncserver-0.0.1...firefox-syncserver-0.0.2) (2021-10-19)
|
||||
|
||||
#### Chore
|
||||
|
||||
* Project-Eclipse part 2, adapting and cleaning changelog ([#1173](https://github.com/truecharts/apps/issues/1173))
|
||||
* update helm chart postgresql to v3.0.20 ([#1177](https://github.com/truecharts/apps/issues/1177))
|
||||
|
||||
|
||||
|
||||
<a name="firefox-syncserver-0.0.1"></a>
|
||||
### firefox-syncserver-0.0.1 (2021-10-19)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql ([#1136](https://github.com/truecharts/apps/issues/1136))
|
||||
|
||||
|
||||
|
||||
<a name="firefox-syncserver-0.0.1"></a>
|
||||
### firefox-syncserver-0.0.1 (2021-10-16)
|
||||
|
||||
#### Feat
|
||||
|
||||
* Add more Apps using postgresql
|
||||
@@ -0,0 +1,8 @@
|
||||
# Configuration Options
|
||||
|
||||
##### Connecting to other apps
|
||||
If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our "Linking Apps Internally" quick-start guide:
|
||||
https://truecharts.org/manual/Quick-Start%20Guides/14-linking-apps/
|
||||
|
||||
##### Available config options
|
||||
In the future this page is going to contain an automated list of options available in the installation/edit UI.
|
||||
@@ -0,0 +1,39 @@
|
||||
# Default Helm-Values
|
||||
|
||||
TrueCharts is primarily build to supply TrueNAS SCALE Apps.
|
||||
However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.
|
||||
|
||||
Most of our Apps also consume our "common" Helm Chart.
|
||||
If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart.
|
||||
You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.
|
||||
|
||||
## Values
|
||||
|
||||
| Key | Type | Default | Description |
|
||||
|-----|------|---------|-------------|
|
||||
| env.FF_SYNCSERVER_ACCESSLOG | bool | `false` | |
|
||||
| env.FF_SYNCSERVER_ALLOW_NEW_USERS | bool | `true` | |
|
||||
| env.FF_SYNCSERVER_FORCE_WSGI_ENVIRON | bool | `true` | |
|
||||
| env.FF_SYNCSERVER_FORWARDED_ALLOW_IPS | string | `"*"` | |
|
||||
| env.FF_SYNCSERVER_LOGLEVEL | string | `"info"` | |
|
||||
| env.FF_SYNCSERVER_PUBLIC_URL | string | `"firefox-syncserver.192.168.1.189.nip.io"` | |
|
||||
| env.PUID | int | `568` | |
|
||||
| env.TZ | string | `"America/Los_Angeles"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.key | string | `"url"` | |
|
||||
| envValueFrom.DB_HOST.secretKeyRef.name | string | `"dbcreds"` | |
|
||||
| image.pullPolicy | string | `"IfNotPresent"` | |
|
||||
| image.repository | string | `"ghcr.io/crazy-max/firefox-syncserver"` | |
|
||||
| image.tag | string | `"1.8.0@sha256:ab1a959d8105c478f0f1523c8c3bbdc53bb8d44f325501b93297bc80cf627da6"` | |
|
||||
| podSecurityContext.runAsGroup | int | `0` | |
|
||||
| podSecurityContext.runAsUser | int | `0` | |
|
||||
| postgresql.enabled | bool | `true` | |
|
||||
| postgresql.existingSecret | string | `"dbcreds"` | |
|
||||
| postgresql.postgresqlDatabase | string | `"firefox-syncserver"` | |
|
||||
| postgresql.postgresqlUsername | string | `"firefox-syncserver"` | |
|
||||
| secret.FF_SYNCSERVER_SECRET | string | `"changeme"` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `true` | |
|
||||
| securityContext.readOnlyRootFilesystem | bool | `false` | |
|
||||
| securityContext.runAsNonRoot | bool | `false` | |
|
||||
| service.main.ports.main.port | int | `5000` | |
|
||||
|
||||
All Rights Reserved - The TrueCharts Project
|
||||
@@ -0,0 +1,39 @@
|
||||
# Introduction
|
||||
|
||||
This is an all-in-one package for running a self-hosted Firefox Sync server.
|
||||
|
||||
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://moz-services-docs.readthedocs.io/en/latest/howtos/run-sync-1.5.html>
|
||||
* <https://hub.docker.com/r/crazymax/firefox-syncserver>
|
||||
|
||||
## Requirements
|
||||
|
||||
Kubernetes: `>=1.16.0-0`
|
||||
|
||||
## Dependencies
|
||||
|
||||
| Repository | Name | Version |
|
||||
|------------|------|---------|
|
||||
| https://truecharts.org/ | postgresql | 4.0.1 |
|
||||
| https://truecharts.org | common | 8.3.14 |
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/03-Installing-an-App/).
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To remove this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/07-Deleting-an-App/).
|
||||
|
||||
## Support
|
||||
|
||||
- Please check our [quick-start guides](https://truecharts.org/manual/Quick-Start%20Guides/01-Open-Apps/) 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
|
||||
Reference in New Issue
Block a user