Commit Graph

2235 Commits

Author SHA1 Message Date
Kjeld Schouten-Lebbing
9ec39b29c1 rename some files 2023-02-21 10:02:13 +01:00
Stavros kois
5545a5d272 fix portal rendering 2023-02-21 08:58:34 +02:00
Kjeld Schouten-Lebbing
1b1fd5799a most portal work done 2023-02-20 23:42:11 +01:00
Stavros kois
4b1c89ca56 fix typo in portal and codeserver worload 2023-02-20 23:01:18 +02:00
Stavros kois
fa6afef881 fix key 2023-02-20 22:56:36 +02:00
Stavros kois
56f91c9dca add -quick-template- script 2023-02-20 22:56:20 +02:00
Stavros kois
b83f6bcdc0 fix gluetun container + coupel tests 2023-02-20 22:56:20 +02:00
Kjeld Schouten-Lebbing
3f9a657a5e add innitial portal work 2023-02-20 21:45:08 +01:00
Kjeld Schouten-Lebbing
f4e8985caa move codeserver to seperate pod 2023-02-20 17:44:45 +01:00
Kjeld Schouten-Lebbing
f9144d130d run security tests on the tailscale/codeserver shizzle as well 2023-02-20 17:27:22 +01:00
Kjeld Schouten-Lebbing
e75dc86757 work on vpn addons with targetSelector support 2023-02-20 16:59:35 +01:00
Kjeld Schouten-Lebbing
7b8b4f01ad fix one test 2023-02-18 23:03:13 +01:00
Kjeld Schouten-Lebbing
8a44c2f866 more vpn work 2023-02-18 22:16:45 +01:00
Kjeld Schouten-Lebbing
5205bb8308 fix autoperms use of the vpn configfile 2023-02-18 21:40:10 +01:00
Kjeld Schouten-Lebbing
323478eddb also fix-up tailscale 2023-02-18 21:34:21 +01:00
Kjeld Schouten-Lebbing
26849c599f define typo 2023-02-18 20:25:15 +01:00
Kjeld Schouten-Lebbing
91946da108 gluetun end 2023-02-18 20:24:19 +01:00
Kjeld Schouten-Lebbing
6f981f6797 update storage options 2023-02-18 20:21:36 +01:00
Kjeld Schouten-Lebbing
4c7aee6756 initial work to move to gluetun 2023-02-18 20:08:12 +01:00
Kjeld Schouten-Lebbing
5db4614a28 restructure addon tests 2023-02-18 19:42:05 +01:00
Kjeld Schouten-Lebbing
0668682d36 fix some helm tests 2023-02-18 19:13:29 +01:00
Kjeld Schouten-Lebbing
97f59849d0 Update README.md 2023-02-18 18:37:51 +01:00
Kjeld Schouten-Lebbing
e1ff472f74 feat(common): restructure common refactor and add multi-pod support (#318)
**Description**
While current refactor is already a huge upgrade, we want to restructure
so multi-pod can be supported from the start as well.

**⚙️ Type of change**

- [X] ⚙️ Feature/App addition
- [X] 🪛 Bugfix
- [X] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [X] 🔃 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._

---------

Co-authored-by: Stavros kois <s.kois@outlook.com>
2023-02-18 18:37:02 +01:00
Kjeld Schouten-Lebbing
5bd98e9ab7 Relicensing (#324)
**Description**
A new license to prevent integration of the TrueCharts apps, into
another production (commercial) product with the intent of having other
people install our apps in production.

However: Our apps can still be used in production and modified just fine
by everyone.

**⚙️ Type of change**

- [ ] ⚙️ 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._
2023-02-17 15:18:15 +01:00
TrueCharts-Admin
6625467e55 Update actions/checkout action 2023-02-10 07:06:46 +01:00
TrueCharts-Admin
20f2157188 chore(deps): update renovatebot/github-action action to v32.241.11 2023-02-10 01:20:34 +01:00
TrueCharts-Admin
d69bfdbc2d chore(deps): update helm/chart-releaser-action action to v1.5.0 2023-02-10 01:19:58 +01:00
TrueCharts-Admin
1e10587314 chore(deps): update actions/stale digest to 5ebf00e 2023-02-09 19:05:27 +01:00
TrueCharts-Admin
0cd3938dd6 chore(deps): update endbug/label-sync digest to da00f2c 2023-02-09 19:04:59 +01:00
Kjeld Schouten-Lebbing
d1687ae0a3 Update common_library_tests.yaml 2023-02-08 13:26:41 +01:00
Kjeld Schouten-Lebbing
b7bd68ee5c Update common_library_tests.yaml 2023-02-08 13:23:29 +01:00
Kjeld Schouten-Lebbing
a859f935a4 Update common_library_tests.yaml 2023-02-08 13:21:20 +01:00
Kjeld Schouten-Lebbing
fef122b259 Update common_library_tests.yaml 2023-02-08 13:09:58 +01:00
Kjeld Schouten-Lebbing
7cd6210954 Update common_library_tests.yaml 2023-02-08 12:39:03 +01:00
Kjeld Schouten-Lebbing
bd553b6576 Update common_library_tests.yaml 2023-02-08 12:32:04 +01:00
Kjeld Schouten-Lebbing
238647feb4 Update common_library_tests.yaml 2023-02-08 12:31:47 +01:00
Kjeld Schouten-Lebbing
15f0b9ae46 Update common_library_tests.yaml 2023-02-08 12:26:27 +01:00
Kjeld Schouten-Lebbing
05008484b7 Update common_library_tests.yaml 2023-02-08 12:21:06 +01:00
Kjeld Schouten-Lebbing
9df9adf5a8 Update common_library_tests.yaml 2023-02-08 12:16:13 +01:00
Kjeld Schouten-Lebbing
e499b4974c Update common_library_tests.yaml 2023-02-08 12:13:09 +01:00
Kjeld Schouten-Lebbing
f77e24f1b3 Update common_library_tests.yaml 2023-02-08 12:09:51 +01:00
Kjeld Schouten-Lebbing
2dbd729269 Update common_library_tests.yaml 2023-02-07 19:27:37 +01:00
Kjeld Schouten-Lebbing
3a39157642 Update common_library_tests.yaml 2023-02-07 19:19:55 +01:00
Kjeld Schouten-Lebbing
97c1d8f4cf Update common_library_tests.yaml 2023-02-07 19:13:40 +01:00
Kjeld Schouten-Lebbing
62618cb93d Update common_library_tests.yaml 2023-02-07 19:12:20 +01:00
Kjeld Schouten-Lebbing
07471edae3 Update common_library_tests.yaml 2023-02-07 19:08:41 +01:00
Kjeld Schouten-Lebbing
1195e532f2 Update common_library_tests.yaml 2023-02-07 19:02:21 +01:00
Kjeld Schouten-Lebbing
022ad86513 Update common_library_tests.yaml 2023-02-07 18:54:52 +01:00
Kjeld Schouten-Lebbing
dd77a91f1f Update README.md 2023-02-07 18:50:39 +01:00
Kjeld Schouten-Lebbing
43c38ef2a3 Update common_library_tests.yaml 2023-02-07 18:44:10 +01:00