update readme
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 3s

This commit is contained in:
2026-02-23 13:23:50 +00:00
parent 8e9734fca7
commit 1e47919a40

View File

@@ -1,22 +1,45 @@
# TODO # Introduction
- ML for 4chan
Welcome to the source code for my website! Please contact me if you would like to collaborate and thank you for visiting.
# Future ideas
- Rust to wasm
- ML for chatboards
- Cache requests - Cache requests
- Login to add / remove posts (auth) - Design more webpages
- Design webpage
- Calendar to show radio times - Calendar to show radio times
- Nice smooth function background - Nice smooth function background and transitions
- Shrines - Design shrines
- Redis (not really) - Redis (not really but practical experience)
# .env # .env
These environment variables are found in the `.env` file. The use of environment variables can be found by reading the code so the security of the variable names are not significant.
```
POSTGRES_USER= POSTGRES_USER=
POSTGRES_PASSWORD= POSTGRES_PASSWORD=
POSTGRES_DB= POSTGRES_DB=
POSTGRES_PORT= POSTGRES_PORT=
POSTGRES_HOST= POSTGRES_HOST=
GITEA_HOST=
GITEA_PORT=
POSTGRES_GITEA_DB=
GITEA_RUNNER_HOST=
GITEA_RUNNER_NAME=
GITEA_RUNNER_REGISTRATION_TOKEN=
BACKEND_PORT= BACKEND_PORT=
BACKEND_HOST= BACKEND_HOST=
BACKEND_SECRET=
BACKEND_ENDPOINT=
OBSIDIAN_DIR=
SPOTIFY_CLIENT_ID= SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET= SPOTIFY_CLIENT_SECRET=
SPOTIFY_REDIRECT_URI= SPOTIFY_REDIRECT_URI=
@@ -32,3 +55,5 @@ ICECAST_MOUNT=
DOMAIN= DOMAIN=
EMAIL= EMAIL=
```