Update on-premise policy
This commit is contained in:
parent
c4e62184a7
commit
2b51d598ce
5 changed files with 15 additions and 6 deletions
|
@ -9,7 +9,8 @@ export default defineConfig({
|
||||||
// Slug issue if not enabled
|
// Slug issue if not enabled
|
||||||
redirects: {
|
redirects: {
|
||||||
'/docs/': '/docs/zorn/introduction/',
|
'/docs/': '/docs/zorn/introduction/',
|
||||||
'/docs/minpluto': '/docs/zorn/introduction/'
|
'/docs/minpluto': '/docs/zorn/introduction/',
|
||||||
|
'/on-premise-policy': '/umbrella-policy'
|
||||||
},
|
},
|
||||||
integrations: [
|
integrations: [
|
||||||
mdx(),
|
mdx(),
|
||||||
|
|
BIN
public/q.png
Normal file
BIN
public/q.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 MiB |
|
@ -5,7 +5,7 @@ import { Copyright } from "@iconoir/vue";
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div>
|
<div>
|
||||||
<a href="/branding/">Branding Guidelines</a>
|
<a href="/branding/">Branding Guidelines</a>
|
||||||
<a href="/on-premise-policy/">On-Premise Policy</a>
|
<a href="/umbrella-policy/">Umbrella Policy</a>
|
||||||
<a href="/privacy-policy/">Privacy Policy</a>
|
<a href="/privacy-policy/">Privacy Policy</a>
|
||||||
<a href="/refund-policy/">Refund Policy</a>
|
<a href="/refund-policy/">Refund Policy</a>
|
||||||
<a href="/changelog/">Changelog</a>
|
<a href="/changelog/">Changelog</a>
|
||||||
|
|
|
@ -21,6 +21,12 @@ To be added, to replace services above:
|
||||||
<br/>
|
<br/>
|
||||||
</Timeline>
|
</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">
|
<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)
|
- 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
|
- SudoVanilla Gateway login added to Zipline
|
||||||
|
|
|
@ -1,9 +1,11 @@
|
||||||
---
|
---
|
||||||
layout: '../layouts/Markdown.astro'
|
layout: '../layouts/Markdown.astro'
|
||||||
Title: 'On-Premise Policy'
|
Title: 'Umbrella Policy'
|
||||||
---
|
---
|
||||||
|
|
||||||
<p style="opacity: 0.5; font-size: 14px">Last Updated: December 8th, 2024</p>
|
<img src="/q.png" style="width: 100%"/>
|
||||||
|
|
||||||
|
<p style="opacity: 0.5; font-size: 14px">Last Updated: December 19th, 2024</p>
|
||||||
<p style="opacity: 0.75; font-size: 14px">This policy goes into effect on January 1st, 2025</p>
|
<p style="opacity: 0.75; font-size: 14px">This policy goes into effect on January 1st, 2025</p>
|
||||||
|
|
||||||
## Hardware
|
## Hardware
|
||||||
|
@ -33,9 +35,9 @@ Software such as Docker or OCI images built by SudoVanilla must be uploaded to o
|
||||||
|
|
||||||
Software such as source code of any kind, and anything else built by SudoVanilla must be uploaded to only SudoVanilla Ark or SudoVanilla's Opengist.
|
Software such as source code of any kind, and anything else built by SudoVanilla must be uploaded to only SudoVanilla Ark or SudoVanilla's Opengist.
|
||||||
|
|
||||||
All software built by SudoVanilla is not allowed on any other sources besides SudoVanilla Ark or SudoVanilla Registry. Re-uploading, cloning, or forking any software to any other outside sources such as GitHub is not allowed. SudoVanilla is aware that not allowing this can be controversial in the open source community, some exceptions have been made, view "Exceptions" list below this section of the On-Premise Policy.
|
All software built by SudoVanilla is not allowed on any other sources besides SudoVanilla Ark or SudoVanilla Registry. Re-uploading, cloning, or forking any software to any other outside sources such as GitHub is not allowed. SudoVanilla is aware that not allowing this can be controversial in the open source community, some exceptions have been made, view "Exceptions" list below this section of the Umbrella Policy.
|
||||||
|
|
||||||
NOTE: The open source licenses that SudoVanilla projects use 'can't legally enforce' this restriction of the On-Premise Policy, if you proceed SudoVanilla will not hesitate 'if caught' to send a takedown request to you or eventfully the webmaster. Exceptions are still allowed, view "Exceptions" list below this section of the On-Premise Policy. SudoVanilla will never send takedown requests to said exceptions unless you violated the open source license of the project.
|
NOTE: The open source licenses that SudoVanilla projects use 'can't legally enforce' this restriction of the Umbrella Policy, if you proceed SudoVanilla will not hesitate 'if caught' to send a takedown request to you or eventfully the webmaster. Exceptions are still allowed, view "Exceptions" list below this section of the Umbrella Policy. SudoVanilla will never send takedown requests to said exceptions unless you violated the open source license of the project.
|
||||||
|
|
||||||
SudoVanilla mirrors projects it personally likes and mirrors from other sources to it's own server, if you're the developer of the software that was mirrored and do not want it mirrored anymore, please send a request takedown via email. Doing so will be publicly added to a transparency report.
|
SudoVanilla mirrors projects it personally likes and mirrors from other sources to it's own server, if you're the developer of the software that was mirrored and do not want it mirrored anymore, please send a request takedown via email. Doing so will be publicly added to a transparency report.
|
||||||
|
|
Loading…
Reference in a new issue