Skip to content

Commit 4b07ca9

Browse files
committed
feat!: rename maevsi to vibetype
1 parent 7a10a5e commit 4b07ca9

35 files changed

+209
-209
lines changed

README.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
The Docker stack configuration for [maev.si](https://maev.si/).
55

6-
This project is deployed in accordance to the [DargStack template](https://github.com/dargstack/dargstack_template/) to make deployment a breeze. It is closely related to [maevsi's source code](https://github.com/maevsi/maevsi/).
6+
This project is deployed in accordance to the [DargStack template](https://github.com/dargstack/dargstack_template/) to make deployment a breeze. It is closely related to [Vibetype's source code](https://github.com/maevsi/vibetype/).
77

88
## Table of Contents
99

@@ -46,26 +46,6 @@ This project is deployed in accordance to the [DargStack template](https://githu
4646

4747
The job scheduler's SMTP client configuration.
4848

49-
- ### `maevsi_api-notification-secret`
50-
51-
The notification endpoint's secret.
52-
53-
- ### `maevsi_aws-credentials`
54-
55-
The cloud computing provider's user credentials.
56-
57-
- ### `maevsi_firebase-service-account-credentials`
58-
59-
The notification provider's service account credentials.
60-
61-
- ### `maevsi_openai-api-key`
62-
63-
The AI provider's API key.
64-
65-
- ### `maevsi_turnstile-key`
66-
67-
The captcha provider's application key.
68-
6949
- ### `portainer_admin-password`
7050

7151
The container manager's admin password.
@@ -96,25 +76,25 @@ This project is deployed in accordance to the [DargStack template](https://githu
9676

9777
- ### `postgres_role_grafana_password`
9878

99-
The `maevsi_grafana` database role's password.
79+
The password of the observation dashboard's database role.
10080

10181
- ### `postgres_role_grafana_username`
10282

103-
The `maevsi_grafana` database role's username.
83+
The username of the observation dashboard's database role.
10484

105-
- ### `postgres_role_maevsi-postgraphile_password`
85+
- ### `postgres_role_postgraphile_password`
10686

107-
The `maevsi_postgraphile` database role's password.
87+
The password of the GraphQL API database wrapper's database role.
10888

109-
- ### `postgres_role_maevsi-postgraphile_username`
89+
- ### `postgres_role_postgraphile_username`
11090

111-
The `maevsi_postgraphile` database role's username.
91+
The username of the GraphQL API database wrapper's database role.
11292

113-
- ### `postgres_role_maevsi_password`
93+
- ### `postgres_role_vibetype_password`
11494

11595
The `tusd` database role's password.
11696

117-
- ### `postgres_role_maevsi_username`
97+
- ### `postgres_role_vibetype_username`
11898

11999
The `tusd` database role's password.
120100

@@ -138,6 +118,26 @@ This project is deployed in accordance to the [DargStack template](https://githu
138118

139119
The upload service's s3 credentials file.
140120

121+
- ### `vibetype_api-notification-secret`
122+
123+
The notification endpoint's secret.
124+
125+
- ### `vibetype_aws-credentials`
126+
127+
The cloud computing provider's user credentials.
128+
129+
- ### `vibetype_firebase-service-account-credentials`
130+
131+
The notification provider's service account credentials.
132+
133+
- ### `vibetype_openai-api-key`
134+
135+
The AI provider's API key.
136+
137+
- ### `vibetype_turnstile-key`
138+
139+
The captcha provider's application key.
140+
141141

142142
## services
143143

@@ -181,14 +181,6 @@ This project is deployed in accordance to the [DargStack template](https://githu
181181

182182
You cannot access the jobber via a web interface.
183183

184-
- ### `maevsi`
185-
186-
You can access the main project's frontend at [localhost](https://localhost/).
187-
188-
- ### `maevsi_beta` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)
189-
190-
You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
191-
192184
- ### `minio` ![development](https://img.shields.io/badge/-development-informational.svg?style=flat-square)
193185

194186
You can access the s3 console at [minio.localhost](https://minio.localhost/).
@@ -246,6 +238,14 @@ This project is deployed in accordance to the [DargStack template](https://githu
246238

247239
You can access the upload service at [tusd.localhost](https://tusd.localhost/).
248240

241+
- ### `vibetype`
242+
243+
You can access the main project's frontend at [localhost](https://localhost/).
244+
245+
- ### `vibetype_beta` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)
246+
247+
You can access the main project frontend's beta version at [beta.localhost](https://beta.localhost/).
248+
249249

250250
## volumes
251251

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "maevsi_stack",
2+
"name": "@maevsi/stack",
33
"private": true,
44
"version": "11.2.4",
5-
"description": "DargStack configuration for maevsi.",
6-
"repository": "https://github.com/maevsi/maevsi_stack.git",
5+
"description": "Dargstack configuration for Vibetype.",
6+
"repository": "https://github.com/maevsi/stack.git",
77
"author": "Jonas Thelemann <e-mail+maevsi_stack@jonas-thelemann.de>",
88
"license": "GPL-3.0-only",
99
"type": "module",

src/development/certificates/mkcert.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ create "root"
3131
create "traefik" \
3232
`# adminer` "adminer.localhost" \
3333
`# grafana` "grafana.localhost" \
34-
`# maevsi` "localhost" "www.localhost" "127.0.0.1" "0.0.0.0" \
3534
`# minio` "minio.localhost" \
3635
`# portainer` "portainer.localhost" \
3736
`# postgraphile` "postgraphile.localhost" \
3837
`# prometheus` "prometheus.localhost" \
3938
`# redpanda` "redpanda.localhost" \
4039
`# traefik` "traefik.localhost" \
41-
`# tusd` "tusd.localhost"
40+
`# tusd` "tusd.localhost" \
41+
`# vibetype` "localhost" "www.localhost" "127.0.0.1" "0.0.0.0"

src/development/configurations/minio/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

33
# create dirs for required buckets
4-
mkdir -p /data/maevsi-backup
5-
mkdir -p /data/maevsi-images
4+
mkdir -p /data/vibetype-backup
5+
mkdir -p /data/vibetype-images
66

77
# delegate to real entrypoint
88
# shellcheck disable=SC1091
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
maevsi-backup
1+
vibetype-backup

src/development/secrets/maevsi/api-notification.secret

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgresql://maevsi_postgraphile:postgraphile@postgres/maevsi
1+
postgresql://postgraphile:postgraphile@postgres/vibetype
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgresql://postgres:postgres@postgres/maevsi
1+
postgresql://postgres:postgres@postgres/vibetype
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
maevsi
1+
vibetype

src/development/secrets/postgres/role_maevsi-postgraphile_username.secret

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)