-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into migrate-api-to-websocket
- Loading branch information
Showing
27 changed files
with
467 additions
and
332 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,30 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "npm" | ||
directory: "/packages/api" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "npm" | ||
directory: "/packages/api-routes" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "npm" | ||
directory: "/packages/axios-helper" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "npm" | ||
directory: "/packages/prisma-clients" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "npm" | ||
directory: "/packages/types" | ||
schedule: | ||
interval: "daily" | ||
- package-ecosystem: "npm" | ||
directory: "/apps/web" | ||
schedule: | ||
interval: "daily" |
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,24 @@ | ||
name: certificate-renewer | ||
|
||
on: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
workflow_dispatch: | ||
jobs: | ||
renew-certificates: | ||
runs-on: ubuntu-latest | ||
environment: production | ||
steps: | ||
- name: Renew certificates | ||
uses: appleboy/[email protected] | ||
env: | ||
DOCKER_REGISTRY_TOKEN: ${{ secrets.DOCKER_REGISTRY_TOKEN_DM }} | ||
with: | ||
host: ${{ secrets.PRODUCTION_SSH_HOST }} | ||
username: ${{ secrets.PRODUCTION_SSH_USER }} | ||
key: ${{ secrets.PRODUCTION_SSH_KEY }} | ||
command_timeout: 2m | ||
envs: DOCKER_REGISTRY_TOKEN_DM | ||
script: | | ||
cd workspace | ||
docker compose run --rm certbot && docker compose up -d --force-recreate web_global |
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,22 @@ | ||
name: notification-sender | ||
|
||
on: | ||
workflow_dispatch: | ||
jobs: | ||
send-notifications: | ||
runs-on: ubuntu-latest | ||
environment: production | ||
steps: | ||
- name: Send emails | ||
uses: appleboy/[email protected] | ||
env: | ||
DOCKER_REGISTRY_TOKEN: ${{ secrets.DOCKER_REGISTRY_TOKEN_DM }} | ||
with: | ||
host: ${{ secrets.PRODUCTION_SSH_HOST }} | ||
username: ${{ secrets.PRODUCTION_SSH_USER }} | ||
key: ${{ secrets.PRODUCTION_SSH_KEY }} | ||
command_timeout: 2m | ||
envs: DOCKER_REGISTRY_TOKEN_DM | ||
script: | | ||
cd workspace/DucksManager2 | ||
docker compose exec -w /app/packages api node ./api/scripts/send-notifications.js |
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,22 @@ | ||
name: pending-emails-sender | ||
|
||
on: | ||
workflow_dispatch: | ||
jobs: | ||
send-emails: | ||
runs-on: ubuntu-latest | ||
environment: production | ||
steps: | ||
- name: Send emails | ||
uses: appleboy/[email protected] | ||
env: | ||
DOCKER_REGISTRY_TOKEN: ${{ secrets.DOCKER_REGISTRY_TOKEN_DM }} | ||
with: | ||
host: ${{ secrets.PRODUCTION_SSH_HOST }} | ||
username: ${{ secrets.PRODUCTION_SSH_USER }} | ||
key: ${{ secrets.PRODUCTION_SSH_KEY }} | ||
command_timeout: 2m | ||
envs: DOCKER_REGISTRY_TOKEN_DM | ||
script: | | ||
cd workspace/DucksManager2 | ||
docker compose exec -w /app/packages api node ./api/scripts/send-pending-emails.js |
Submodule duckguessr
updated
4 files
+8 −8 | api/package.json | |
+215 −215 | api/pnpm-lock.yaml | |
+17 −17 | package.json | |
+4,953 −938 | pnpm-lock.yaml |
Submodule dumili
updated
80 files
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
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
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
Submodule whattheduck-ionic
updated
10 files
+19 −21 | .eslintrc.json | |
+14 −14 | package.json | |
+526 −629 | pnpm-lock.yaml | |
+42 −50 | src/App.vue | |
+6 −1 | src/components/List.vue | |
+15 −6 | src/stores/app.ts | |
+5 −2 | src/views/Forgot.vue | |
+4 −6 | src/views/IssueList.vue | |
+10 −5 | src/views/Search.vue | |
+1 −0 | tsconfig.json |
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
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,10 +1,10 @@ | ||
<br /> | ||
<br /> | ||
<%= __('A bientôt sur le site !') %><br /> | ||
<a href="https://ducksmanager.net"><img width="400" src="<%= process.env.VITE_IMAGES_ROOT %>logo_small.png" /></a> | ||
<a href="<%= process.env.WEBSITE_ROOT %>"><img width="400" src="<%= process.env.ASSETS_PICTURES_ROOT %>logo_small.png" /></a> | ||
<br /> | ||
<%= __('Retrouvez-nous sur les réseaux sociaux :') %><br /> | ||
<a href="https://www.facebook.com/DucksManager"><img src="<%= process.env.VITE_IMAGES_ROOT %>icons/facebook.png" /></a> | ||
<a href="https://www.instagram.com/ducksmanager"><img src="<%= process.env.VITE_IMAGES_ROOT %>icons/instagram.png" /></a> | ||
<a href="https://discord.gg/z959xaejJm"><img src="<%= process.env.VITE_IMAGES_ROOT %>icons/discord.png" /></a> | ||
<a href="https://www.youtube.com/user/ducksmanager"><img src="<%= process.env.VITE_IMAGES_ROOT %>icons/youtube.png" /></a> | ||
<a href="https://www.facebook.com/DucksManager"><img src="<%= process.env.ASSETS_PICTURES_ROOT %>icons/facebook.png" /></a> | ||
<a href="https://www.instagram.com/ducksmanager"><img src="<%= process.env.ASSETS_PICTURES_ROOT %>icons/instagram.png" /></a> | ||
<a href="https://discord.gg/z959xaejJm"><img src="<%= process.env.ASSETS_PICTURES_ROOT %>icons/discord.png" /></a> | ||
<a href="https://www.youtube.com/user/ducksmanager"><img src="<%= process.env.ASSETS_PICTURES_ROOT %>icons/youtube.png" /></a> |
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
Oops, something went wrong.