Use commit

This commit is contained in:
Korbs 2024-12-20 01:41:16 -05:00
parent 09f3dc4626
commit 51f4f3d2c9
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U

View file

@ -3,142 +3,6 @@ layout: '../layouts/Markdown.astro'
Title: 'Changelog'
---
<span style="font-size: 14px; color: gray; margin: -32px 0px 24px 0px; display: block;">Timezone is Eastern (America/New_York)</span>
import Timeline from '@components/Timeline.astro'
<Timeline Upcoming Date="Instances Update" Time="December 25th, 2024">
As part of new updates being applied to SudoVanilla policies, some services are being removed from the server. Please make sure to get your data from these services if you have an account on them and move to a different server or host your own.
- Hoodik
- Penpot (Planned to be disabled)**
To be added, to replace services above:
- Nextcloud
> **Penpot will be disabled until it's OpenID Connect function works properly.
<br/>
</Timeline>
<Timeline Date="December 19th, 2024" Time="11:15PM">
- Added Nextcloud instance. Available for files, calendar, and contacts.
<br/>
</Timeline>
<Timeline Date="December 19th, 2024" Time="7:30PM">
- Renamed the "On-Premise Policy" to "Umbrella Policy", still not sure if it's the right name for it, but I'm sticking with it
<br/>
</Timeline>
<Timeline Date="December 19th, 2024" Time="4:30PM">
- The Zipline instance now runs on a fork of Zipline, allowing the use of OpenID Connect login methods, [view fork here](https://ark.sudovanilla.org/Infrastructure/zipline)
- SudoVanilla Gateway login added to Zipline
- Updated [email templates](https://ark.sudovanilla.org/Korbs/Email-Templates) for SudoVanilla Gateway
<br/>
</Timeline>
<Timeline Date="December 14th, 2024" Time="10:00PM">
Beginning on December 15th this year, the SudoVanilla Gateway will be enabled on the following:
- SudoVanilla Ark
- Penpot
- Immich
- Opengist
- Pingvin Share
- Zipline
If you have an account on any of the following that was listed, please begin linking your existing account to the SudoVanilla Gateway by December 25th. After December 25th, previous methods to login with email and password will be disabled, you'll be required to use the SudoVanilla Gateway.
- SudoVanilla Ark: https://ark.sudovanilla.org/user/settings/security
<span style="color: gray; font-size: 14px;margin: -20px 0px 0px 0px;display: block;">When SudoVanilla Gateway is enabled, a new section will appear to link it.</span>
- Penpot: Can't link
<span style="color: gray; font-size: 14px;margin: -20px 0px 0px 0px;display: block;">Penpot does not provide a way to link your existing account. Create an all new account via SudoVanilla Gateway, by selecting the OpenID login method, and move all your .penpot files there. Then delete your old Penpot account once done. </span>
- Immich: https://photos.sudovanilla.org/user-settings?isOpen=oauth
<span style="color: gray; font-size: 14px;margin: -20px 0px 0px 0px;display: block;">Open the OAuth setting and link account.</span>
- Opengist: https://gist.sudovanilla.org/settings
<span style="color: gray; font-size: 14px;margin: -20px 0px 0px 0px;display: block;">Under the Link Account section, link your account via OpenID option.</span>
- Pingvin Share: https://share.sudovanilla.org/account
<span style="color: gray; font-size: 14px;margin: -20px 0px 0px 0px;display: block;">Under Social login, link your account via the OpenID option.</span>
<br/>
</Timeline>
<Timeline Date="December 11th, 2024" Time="1:56PM">
- Disabled package upload on SudoVanilla Ark
- Moved ButterflyVu and Netweak Agent Docker images to the new Docker registry
<br/>
</Timeline>
<Timeline Date="December 10th, 2024" Time="10:13PM">
- Setup new registry for Docker and OCI images.
<br/>
</Timeline>
<Timeline Date="December 10th, 2024" Time="2:50AM">
- Created ButterflyVu logo
<br/>
</Timeline>
<Timeline Date="December 9th, 2024" Time="10:00PM">
- Added /changeslog/ to sudovanilla.org
- Updated Branding Guildeliens
- Updated Privacy Policy
- Updated URLs, see first table below
- Added URLs, see second table below
## Updated URLs
NGINX has been setup to redirect old URLs automatically and perverse the existing paths.
| Old URL | New URL |
|-----------------------------------|-----------------------------------|
| r.sudovanilla.org | read.sudovanilla.org |
| m.sudovanilla.org | phanpy.sudovanilla.org |
| mx.sudovanilla.org | cinny.sudovanilla.org |
| chat.sudovanilla.org | cinny.sudovanilla.org |
| o.sudovanilla.org | overflow.sudovanilla.org |
| a.sudovanilla.org | ask.sudovanilla.org |
| cloud.sudovanilla.org | drive.sudovanilla.org |
| i.sudovanilla.org | imgur.sudovanilla.org |
| img.sudovanilla.org | imgur.sudovanilla.org |
| s.sudovanilla.org | share.sudovanilla.org |
| twitch-backend.sudovanilla.org | twitch.api.sudovanilla.org |
| wc.sudovanilla.org | webcheck.sudovanilla.org |
| zp.sudovanilla.org | zipline.sudovanilla.org |
| lr.sudovanilla.org | reddit.sudovanilla.org |
| registry.sudovanilla.org | js.registry.sudovanilla.org |
## Added URLs
New services and features being added to SudoVanilla.
| URL |
|-----------------------------------|
| gateway.sudovanilla.org |
| agent.gateway.sudovanilla.org |
| oci.registry.sudovanilla.org |
</Timeline>
<Timeline Date="December 8th, 2024" Time="3:45PM">
- Updated On-Premise Policy, added Gateway section
</Timeline>
<br/>
<script>
location.href = 'https://ark.sudovanilla.org/Infrastructure/.profile/raw/branch/main/.changelog'
</script>