Changes
Page history
Update home
authored
Aug 30, 2024
by
Lars Florian Meiendresch
Show whitespace changes
Inline
Side-by-side
home.md
View page @
19e55ae1
...
...
@@ -181,12 +181,34 @@ AUTH_GITHUB=1
**Remember:**
Keep your client secrets confidential and never expose them in client-side code or public repositories.
# Alembic Migrations
We employ Alembic to streamline our MariaDB database migrations.
To generate a new migration script, execute:
```
bash
alembic revision
--autogenerate
```
To apply all pending migrations and update your database to the latest schema, use:
```
bash
alembic upgrade
head
```
# Cloudflare
## DNS
## CDN
## Tunnels
# Alembic Migrations
\ No newline at end of file