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
@@ -0,0 +1,10 @@
# Initial install
`Snipe-it`'s pre-flight check [can't detect](https://github.com/snipe/snipe-it/issues/10779) if you are running behind a proxy, so for the initial installation it's suggested to go without ingress.
Complete the setup then go back and enable ingress.
Also keep in mind that you should have `172.16.0.0/16` in your `APP_TRUSTED_PROXIES`. If you want to add more trusted proxies. It's a comma separated list and you can do it like that `172.16.0.0/16,192.168.1.0/24`.
If it fails to load the initla setup screen the first time you install it, stop the app and start it again. It should work right after that.
This bug has been reported [upstream](https://github.com/snipe/snipe-it/issues/10945)