Commit Graph

17659 Commits

Author SHA1 Message Date
allcontributors[bot] 9514f1ad59
docs: add VictorienXP as a contributor for code (#9981)
Adds @VictorienXP as a contributor for code.

This was requested by stavros-k [in this
comment](https://github.com/truecharts/charts/pull/9979#issuecomment-1609416879)

[skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2023-06-27 15:36:59 +03:00
VictorienXP 769a6890e3
fix(nextcloud): Fix .well-known redirections (#9979)
**Description**
There is an issue with the Nextcloud Social app:
![.well-known/webfinger isn't properly set
up!](https://github.com/truecharts/charts/assets/1633366/4670d2e8-bace-4999-b22f-f370b5c27f0c)
I've looked into it and found the cause to be most likely the Nginx
configuration.
You can see here the redirection doesn't take into account any GET
parameters:

![image](https://github.com/truecharts/charts/assets/1633366/ff6217ea-c34d-495c-aeec-9a29bb6189f4)
So it will always respond `{"message":"webfinger not supported"}`.

![image](https://github.com/truecharts/charts/assets/1633366/7b21acd3-fa26-4621-92fe-a6a63ec50196)
But when I try with a non-existent `.well-known`, I can see the
redirection works as intended.

![image](https://github.com/truecharts/charts/assets/1633366/87e38144-c0e2-4f4c-b1a6-38fd0ad22d71)
So my conclusion is that these redirections needs to be removed.

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [ ] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
To test if the fix is effective you need to first install the Social app
then test with your own user the url like this (replace
`nextcloud-domain` and `AccountName` with correct values):
https://nextcloud-domain/.well-known/webfinger?resource=acct:@AccountName@nextcloud-domain
(the Social app should give you the Federated Cloud ID directly so you
can use it there)
Then it should give an output different than `{"message":"webfinger not
supported"}`.
And the ".well-known/webfinger isn't properly set up!" should not
appear.

**📃 Notes:**
The last line `return 301 /index.php$request_uri;` should already cover
any redirection and works properly.

**✔️ Checklist:**

- [x] ⚖️ My code follows the style guidelines of this project
- [x] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [x] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [x] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`
2023-06-27 15:34:57 +03:00
TrueCharts Bot 574fa9a637
chore(deps): update container image tccr.io/truecharts/solr to v9.2.1 (#9980) 2023-06-27 13:37:18 +02:00
TrueCharts Bot 2f69cfc091
chore(deps): update container image tccr.io/truecharts/wordpress to v6.2.2 (#9978) 2023-06-27 11:34:21 +02:00
TrueCharts Bot 74dbf967a1
chore(deps): update container image tccr.io/truecharts/littlelink-server to latest (#9976) 2023-06-27 10:37:18 +02:00
TrueCharts Bot df197edc42
chore(deps): update container image tccr.io/truecharts/quassel-core to v0.14.0 (#9975) 2023-06-27 07:37:03 +02:00
TrueCharts Bot a49d0c33b5
chore(deps): update container image tccr.io/truecharts/webnut to latest (#9974) 2023-06-27 05:48:52 +02:00
TrueCharts Bot 2514bfe16c
chore(deps): update container image tccr.io/truecharts/rsshub to latest (#9973) 2023-06-27 05:03:43 +02:00
TrueCharts Bot 5015e575aa
chore(deps): update container image tccr.io/truecharts/nextcloud-imaginary to v20230401 (#9834) 2023-06-27 03:07:51 +02:00
TrueCharts Bot 2dc57b53f8
chore(deps): update container image tccr.io/truecharts/prometheus to v2.44.0 (#9968) 2023-06-27 03:01:59 +02:00
TrueCharts Bot ee31adc05e
chore(deps): update container image tccr.io/truecharts/node-exporter to v1.6.0 (#9967) 2023-06-27 02:59:16 +02:00
TrueCharts Bot 414fdc9fef
chore(deps): update container image tccr.io/truecharts/nginx-unprivileged to v1.25.1 (#9965) 2023-06-27 01:43:23 +02:00
TrueCharts Bot b96462e8e1
chore(deps): update helm general non-major (#9963) 2023-06-27 01:35:41 +02:00
TrueCharts Bot 6a806eab3c
chore(deps): update container image tccr.io/truecharts/netdata to v1.40.0 (#9964) 2023-06-27 00:38:28 +02:00
TrueCharts Bot 4920bb464e
chore(deps): update container image tccr.io/truecharts/n8n to v0.234.0 (#9961) 2023-06-26 23:37:03 +02:00
TrueCharts Bot 2e4fd27c01
chore(deps): update container image tccr.io/truecharts/strapi to v4.11.2 (#9962) 2023-06-26 23:36:12 +02:00
TrueCharts Bot 4fbf37b3d7
chore(deps): update container image tccr.io/truecharts/minio-console to v0.30.0 (#9959) 2023-06-26 22:34:32 +02:00
TrueCharts Bot 94c0a3e264
chore(deps): update container image tccr.io/truecharts/jupyter-minimal to v2023-06 (#9956) 2023-06-26 20:38:37 +02:00
TrueCharts Bot 2cd19b3366
chore(deps): update jupyter to v2023-06 (minor) (#9954) 2023-06-26 19:38:21 +02:00
TrueCharts Bot 787ef45994
chore(deps): update container image tccr.io/truecharts/actualserver to v23.6.0 (#9952) 2023-06-26 18:36:53 +02:00
TrueCharts Bot 5d7bf2d4da
chore(deps): update container image tccr.io/truecharts/avidemux to v23.06.1 (#9953) 2023-06-26 18:31:04 +02:00
TrueCharts Bot 3ee3f81c15
chore(deps): update container image tccr.io/truecharts/overseerr to v1.33.0 (#9949) 2023-06-26 17:40:35 +02:00
TrueCharts Bot fb397b6ca0
chore(deps): update container image tccr.io/truecharts/esphome to v2023.6.2 (#9948) 2023-06-26 17:40:25 +02:00
TrueCharts Bot 4f960d3058
chore(deps): update container image tccr.io/truecharts/drawio to v21.5.0 (#9947) 2023-06-26 17:39:23 +02:00
TrueCharts Bot d10b718d2d
chore(deps): update container image tccr.io/truecharts/baserow to v1.18.0 (#9944) 2023-06-26 17:39:19 +02:00
TrueCharts Bot 59e0ace523
chore(deps): update container image tccr.io/truecharts/paperless-ng to v1.16.3 (#9950) 2023-06-26 17:39:14 +02:00
TrueCharts Bot 7167720cae
chore(deps): update container image tccr.io/truecharts/trilium-notes to v0.60.4 (#9951) 2023-06-26 17:38:06 +02:00
TrueCharts Bot 2e38340637
chore(deps): update container image tccr.io/truecharts/code-server to v4.14.0 (#9946) 2023-06-26 17:37:44 +02:00
TrueCharts Bot f4b63dc5a1
chore(deps): update container image tccr.io/truecharts/cloudflared to v2023.6.1 (#9945) 2023-06-26 17:35:46 +02:00
TrueCharts Bot ab41715d40
chore(deps): update container image tccr.io/truecharts/autobrr to v1.27.1 (#9943) 2023-06-26 17:34:07 +02:00
TrueCharts Bot a985aef365
chore(deps): update container image tccr.io/truecharts/xenorchestra to v5.116.4 (#9939) 2023-06-26 16:34:39 +02:00
TrueCharts Bot 79cc93e37f
chore(deps): update container image tccr.io/truecharts/unifi-poller to v2.7.14 (#9938) 2023-06-26 16:32:08 +02:00
TrueCharts Bot e6a10b25d8
chore(deps): update container image tccr.io/truecharts/thelounge to v4.4.1 (#9934) 2023-06-26 15:33:16 +02:00
TrueCharts Bot 6e32555d3c
chore(deps): update container image tccr.io/truecharts/shlink to v3.6.3 (#9931) 2023-06-26 14:40:40 +02:00
TrueCharts Bot 970dd3069a
chore(deps): update container image tccr.io/truecharts/spotweb to v1.5.4 (#9932) 2023-06-26 14:39:11 +02:00
TrueCharts Bot 19fe0d8cce
chore(deps): update container image tccr.io/truecharts/qinglong to v2.15.16 (#9930) 2023-06-26 13:30:34 +02:00
TrueCharts Bot 5e656dbc7a
chore(deps): update container image tccr.io/truecharts/photoprism to v230625 (#9929) 2023-06-26 13:30:26 +02:00
TrueCharts Bot 36d98ffe61
chore(deps): update container image tccr.io/truecharts/nginx to v1.25.1 (#9928) 2023-06-26 12:35:37 +02:00
TrueCharts Bot f26f378253
chore(deps): update container image tccr.io/truecharts/memcached to v1.6.21 (#9927) 2023-06-26 12:33:27 +02:00
TrueCharts Bot 414a1a55b6
chore(deps): update container image tccr.io/truecharts/ispy-agent-dvr to v4.7.9.0 (#9926) 2023-06-26 11:30:46 +02:00
TrueCharts Bot 1907a865ee
chore(deps): update container image tccr.io/truecharts/grav to v1.7.42 (#9923) 2023-06-26 09:35:35 +02:00
TrueCharts Bot 63bd677998
chore(deps): update container image tccr.io/truecharts/home-assistant to v2023.6.3 (#9924) 2023-06-26 09:34:47 +02:00
TrueCharts Bot 81a7ec66ea
chore(deps): update container image tccr.io/truecharts/flexget to v3.7.8 (#9921) 2023-06-26 08:31:21 +02:00
TrueCharts Bot ba31e88615
chore(deps): update container image tccr.io/truecharts/grafana to v9.5.5 (#9922) 2023-06-26 08:30:07 +02:00
TrueCharts Bot 0d25d2c12a
chore(deps): update container image tccr.io/truecharts/fireflyiii-core to v6.0.15 (#9920) 2023-06-26 07:34:40 +02:00
TrueCharts Bot efb8975472
chore(deps): update container image tccr.io/truecharts/fileflows to v23.06.4 (#9919) 2023-06-26 07:30:14 +02:00
TrueCharts Bot 71c87a3fd8
chore(deps): update container image tccr.io/truecharts/clickhouse to v23.5.3.24 (#9917) 2023-06-26 06:37:32 +02:00
TrueCharts Bot bcab9c6369
chore(deps): update container image tccr.io/truecharts/drawio to v21.3.8 (#9918) 2023-06-26 06:32:41 +02:00
TrueCharts Bot 0ea68487f6
chore(deps): update container image tccr.io/truecharts/domoticz to v2023.1.20230615 (#9916) 2023-06-26 05:45:41 +02:00
TrueCharts Bot 87952e5467
chore(deps): update container image tccr.io/truecharts/ddns-go to v5.3.6 (#9915) 2023-06-26 05:42:25 +02:00