diff --git a/content/posts/2024/05/id/cover.jpg b/content/posts/2024/05/id/cover.jpg new file mode 100644 index 0000000..e701ef5 Binary files /dev/null and b/content/posts/2024/05/id/cover.jpg differ diff --git a/content/posts/2024/05/id/index.md b/content/posts/2024/05/id/index.md new file mode 100644 index 0000000..54d9ad2 --- /dev/null +++ b/content/posts/2024/05/id/index.md @@ -0,0 +1,19 @@ ++++ +title = 'id.janishutz.com V1 release' +date = 2024-05-27T08:51:16+02:00 +lastmod = 2024-05-27T08:51:16+02:00 +draft = false +author = 'Janis Hutz' +tags = [ 'Development' ] +categories = [ 'News' ] +series_weight = 1 +featuredImage = "cover.jpg" ++++ + +Today, I am very pleased to announce that my account services have finally exited beta status and are now production-ready. From now on, you can sign up for an account at [https://id.janishutz.com](https://id.janishutz.com). + +# Features +- High security standards +- Two-Factor Authentication with TOTP or Email +- Single Sign On for all my services with accounts (libreevent plugin release date TBA and need for it TBD) +- Very strong privacy \ No newline at end of file diff --git a/content/posts/2024/05/update-on-prjects/index.md b/content/posts/2024/05/update-on-prjects/index.md index d185962..2949fd9 100644 --- a/content/posts/2024/05/update-on-prjects/index.md +++ b/content/posts/2024/05/update-on-prjects/index.md @@ -17,7 +17,7 @@ I have finally finished my written finals exams, giving me lots more time to spe # Software releases -- Janishutz ID: May 31st 2024 +- Janishutz ID: May 31st 2024 (actually released: May 27th 2024) - Software Store: June 30th 2024 - ConductorCalc: September 15th 2024 - Discord Bot: TBA @@ -29,7 +29,7 @@ These dates are not set in stone, as there might be some issues arising, postpon This project is mostly done, only thing left is to finish bug-testing, which I am currently working on while I am developing the store. Most bugs have been ironed out by now. If you'd like to help me iron out the last ones, you can [sign up for an account](https://id.janishutz.com) (which will not transfer to the full release). If you find a bug, contact me through my [support system](https://support.janishutz.com/index.php?a=add&category=7). # Software Store -There is a [full article on the store](https://blog.janishutz.com/posts/2024/05/store/). In short, what I still need to do, is implement the payment gateways, finish the account services, maybe add an admin panel, but that will probably have to wait, as that's simply to make my life a bit easier. (An early beta, backend-less version of the store is available at [https://testing.store.janishutz.com](https://testing.store.janishutz.com). There might be an SSL warning, which you can skip, as I haven't fully configured that page yet.) +There is a [full article on the store](https://blog.janishutz.com/posts/2024/05/store/). In short, what I still need to do, is implement the payment gateways, finish the account services, maybe add an admin panel, but that will probably have to wait, as that's simply to make my life a bit easier. (An early beta, backend-less version of the store is available at [https://store-testing.janishutz.com](https://store-testing.janishutz.com). There might be an SSL warning, which you can skip, as I haven't fully configured that page yet.) # ConductorCalc This project is still in early planning phase, as I still have to finish the store to even begin implementing this software. The algorithms are developed though and only need translating into TypeScript.