-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'website-replace-vk-with-marks' of https://github.com/Ev…
…ilMonkey09/sharezone-app into website-replace-vk-with-marks
- Loading branch information
Showing
8 changed files
with
65 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright (c) 2022 Sharezone UG (haftungsbeschränkt) | ||
# Licensed under the EUPL-1.2-or-later. | ||
# | ||
# You may obtain a copy of the Licence at: | ||
# https://joinup.ec.europa.eu/software/page/eupl | ||
# | ||
# SPDX-License-Identifier: EUPL-1.2 | ||
|
||
# We add every new issue to our triage project board. | ||
|
||
name: add-ticket-to-board | ||
|
||
on: | ||
issues: | ||
types: | ||
- opened | ||
|
||
jobs: | ||
add-to-project: | ||
name: Add issue to board | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 | ||
with: | ||
project-url: https://github.com/orgs/SharezoneApp/projects/8 | ||
# See the following link for which permissions are required: | ||
# https://github.com/actions/add-to-project?tab=readme-ov-file#creating-a-pat-and-adding-it-to-your-repository | ||
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Dokumentation von Sharezone | ||
Unsere Dokumentation ist noch im Aufbau. | ||
|
||
Unsere Dokumentation ist noch im Aufbau. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ Du bist daran interessiert, Sharezone Plus (Lifetime) kostenfrei zu erhalten? | |
Dann mache einfach mit bei unserem Content Creator Programm! | ||
|
||
So funktioniert es: | ||
|
||
1. Erstelle ein kreatives TikTok, YouTube Short oder Instagram Reel, in dem du | ||
Sharezone erwähnst oder vorstellst. | ||
2. Sorge dafür, dass dein Video mehr als 10.000 Aufrufe erzielt. | ||
|
@@ -26,4 +27,4 @@ entspricht. | |
jederzeit ohne Vorankündigung zu ändern oder zu beenden. | ||
|
||
Solltest du Fragen haben, kannst du dich gerne an uns wenden: | ||
[[email protected]](mailto:[email protected]). | ||
[[email protected]](mailto:[email protected]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ müssen folgende Domains und Ports in der Firewall freigeschaltet werden. | |
import { Callout } from "nextra/components"; | ||
|
||
<Callout type="info" emoji="⚠️"> | ||
Wir versuchen die Liste nach bestem Bemühen aktuell zu halten. Falls | ||
dennoch Features nicht funktionieren sollten, weil diese durch die Firewall | ||
geblockt werden, sende uns bitte eine E-Mail mit Details zu dem betroffenen | ||
Feature an [[email protected]](mailto:[email protected]). | ||
Wir versuchen die Liste nach bestem Bemühen aktuell zu halten. Falls dennoch | ||
Features nicht funktionieren sollten, weil diese durch die Firewall geblockt | ||
werden, sende uns bitte eine E-Mail mit Details zu dem betroffenen Feature an | ||
[[email protected]](mailto:[email protected]). | ||
</Callout> | ||
|
||
## Backend | ||
|
@@ -25,6 +25,7 @@ Feature an [[email protected]](mailto:[email protected]). | |
- `api.revenuecat.com` (Für In-App-Käufe) | ||
|
||
**Protokolle:** | ||
|
||
- `HTTP/1.1` | ||
- `HTTP/2` | ||
|
||
|
@@ -59,10 +60,10 @@ Quelle: https://firebase.google.com/docs/cloud-messaging/concept-options#messagi | |
|
||
_Ergänzend zu den oben genannten Firewall-Einstellungen._ | ||
|
||
**Hosts:** | ||
**Hosts:** | ||
|
||
- `cdn.jsdelivr.net` (Für die JavaScript-Bibliothek `pdfx`) | ||
|
||
**Protokolle:** `HTTP/1.1` | ||
|
||
**Ports:** `443` (für HTTPS) | ||
**Ports:** `443` (für HTTPS) |