chore(apps): move icons into the apps folder (#3139)

* chore(apps): move icons into the apps folder

* rename to `icon.png`

* replace solr image

* remove `docs/` from gitignore

* move app specific docs into app folder [skip ci]

* fix some links

* chore(apps): update image links temporary
This commit is contained in:
Stavros Kois
2022-07-11 17:09:18 +02:00
committed by GitHub
parent 93e4ea646d
commit 4ad582d87f
737 changed files with 685 additions and 354 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ dependencies:
deprecated: false
description: A free and open source personal finance manager
home: https://github.com/truecharts/apps/tree/master/charts/stable/fireflyiii
icon: https://truecharts.org/_static/img/appicons/fireflyiii.png
icon: https://truecharts.org/img/appicons/fireflyiii.png
keywords:
- fireflyiii
- finacial
@@ -0,0 +1,4 @@
# Important Notes
The FireFlyiii developers have decided to split their program into multiple different add-on containers, implementing these ourselves into the App is EXTREMELY time-consuming. While we would appreciate people with experience building Helm Charts and adding the feature containers, we have decided to flag them "out of scope" for True Charts.
If you really want to use them, you can use custom-app or big-blue-button. However, we do not actively support such a setup.
@@ -0,0 +1,13 @@
# Input Validation
__`APP_KEY`__
Accepted formats are:
- Letters, Numbers, Symbols, Exactly 32 characters (eg. `!oqVA9o2@br#$6vAyk8LLrDm54X5EtjD`) - It accepts `a-z`, `A-Z`, `0-9` and `!@#$%^&*?`
You can try live [here](https://regex101.com/r/OR879w/1)
Regex used to match this: `[a-zA-Z0-9!@#$%^&*?]{32}`
---
_If you find a field that you think it needs validation, please open an issue on github_
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB