feat(Joplin-Server): Return to Stable (#11067)

**Description**

Solid team effort on the initial migration to new common, it's good for
Stable again, modified the doc to remove the unnecessary :443 port
that's not needed anymore

⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [ ] 🪛 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?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 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
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ 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`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
StevenMcElligott
2023-07-31 05:15:12 -04:00
committed by GitHub
parent 751f8c6d65
commit 77d8b810b3
11 changed files with 5 additions and 6 deletions
@@ -6,7 +6,7 @@ dependencies:
version: 13.2.2
deprecated: false
description: Allows you to sync any Joplin client.
home: https://truecharts.org/charts/incubator/joplin-server
home: https://truecharts.org/charts/stable/joplin-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.png
keywords:
- joplin
@@ -18,11 +18,11 @@ maintainers:
url: https://truecharts.org
name: joplin-server
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/joplin-server
- https://github.com/truecharts/charts/tree/master/charts/stable/joplin-server
- https://github.com/laurent22/joplin/tree/dev/packages/server
- https://github.com/laurent22/joplin
type: application
version: 13.0.2
version: 13.0.3
annotations:
truecharts.org/catagories: |
- media
@@ -2,8 +2,7 @@
- To set the variable `App Base Url` correctly:
- If you are accessing it _without_ ingress/domain -> `http://IP:PORT`.
- If ingress is enabled, set it to `https://app.mydomain.tld:443`.
- No matter which option you choose it **must** end with the correct `:PORT`.
- If ingress is enabled, set it to `https://app.mydomain.tld`.
---

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

@@ -20,7 +20,7 @@ questions:
attrs:
- variable: APP_BASE_URL
label: App Base Url
description: Sets the APP BASE URL, eg http://ip:port | https://app.mydomain.tld:443
description: Sets the APP BASE URL, eg http://ip:port | https://app.mydomain.tld
schema:
type: string
required: true