Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
55912bb415
commit
1a5f84c21c
|
@ -1,10 +0,0 @@
|
||||||
# Changelog<br>
|
|
||||||
|
|
||||||
|
|
||||||
<a name="librephotos-0.0.1"></a>
|
|
||||||
### librephotos-0.0.1 (2022-02-13)
|
|
||||||
|
|
||||||
#### Feat
|
|
||||||
|
|
||||||
* Add librephotos ([#1882](https://github.com/truecharts/apps/issues/1882))
|
|
||||||
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="librephotos-0.0.2"></a>
|
||||||
|
### [librephotos-0.0.2](https://github.com/truecharts/apps/compare/librephotos-0.0.1...librephotos-0.0.2) (2022-02-13)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* fix nginx host ([#1891](https://github.com/truecharts/apps/issues/1891))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<a name="librephotos-0.0.1"></a>
|
||||||
|
### librephotos-0.0.1 (2022-02-13)
|
||||||
|
|
||||||
|
#### Feat
|
||||||
|
|
||||||
|
* Add librephotos ([#1882](https://github.com/truecharts/apps/issues/1882))
|
||||||
|
|
|
@ -9,4 +9,4 @@ dependencies:
|
||||||
repository: https://truecharts.org
|
repository: https://truecharts.org
|
||||||
version: 1.0.71
|
version: 1.0.71
|
||||||
digest: sha256:5e0ce1d5ef46d205e40745ce61638ba6eb10e0fb1c0b616bf465e877e39359df
|
digest: sha256:5e0ce1d5ef46d205e40745ce61638ba6eb10e0fb1c0b616bf465e877e39359df
|
||||||
generated: "2022-02-13T13:12:07.45430766Z"
|
generated: "2022-02-13T21:23:40.753557108Z"
|
|
@ -27,7 +27,7 @@ name: librephotos
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/LibrePhotos/librephotos
|
- https://github.com/LibrePhotos/librephotos
|
||||||
- https://hub.docker.com/r/reallibrephotos/librephotos
|
- https://hub.docker.com/r/reallibrephotos/librephotos
|
||||||
version: 0.0.1
|
version: 0.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
|
@ -30,7 +30,7 @@ data:
|
||||||
location ~ ^/(api|media)/ {
|
location ~ ^/(api|media)/ {
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host localhost;
|
||||||
include uwsgi_params;
|
include uwsgi_params;
|
||||||
proxy_pass http://localhost:8001;
|
proxy_pass http://localhost:8001;
|
||||||
}
|
}
|
Loading…
Reference in New Issue