This commit is contained in:
azpsen 2025-04-23 14:25:10 -05:00
parent e637e839c0
commit 649e019028
2 changed files with 13 additions and 40 deletions

View File

@ -552,6 +552,7 @@ services:
volumes:
- ${DOCKER_DIR}/beszel/data:/beszel_data
- ${DOCKER_DIR}/beszel/socket:/beszel_socket
- /media:/extra-filesystems/media:ro
restart: unless-stopped
beszel-agent:
container_name: beszel-agent

View File

@ -110,6 +110,18 @@ Below are the variables that need to be set in the `.env` file for each service.
> - Password: API Key generated in SendGrid
> - From: `<mailer-name>@<your-domain>` - For each custom sender (`mailer-name`), there needs to be a verified sender in SendGrid.
### Beszel
[Docs](https://www.beszel.dev/guide/environment-variables)
```env
# beszel.env
LISTEN=/beszel_socket/beszel.sock
KEY=''
APP_URL=
```
### Cloudflared
[Docs](https://github.com/cloudflare/cloudflared?tab=readme-ov-file)
@ -221,46 +233,6 @@ POSTGRES_PASSWORD=
# docker run --network=container:gluetun quay.io/invidious/youtube-trusted-session-generator
```
### Joplin
[Docs](https://github.com/flosoft/docker-joplin-server)
```env
# joplin.env
APP_PORT=22300
APP_BASE_URL=
DB_CLIENT=pg
POSTGRES_PASSWORD=
POSTGRES_DATABASE=joplin
POSTGRES_USER=
POSTGRES_PORT=5432
POSTGRES_HOST=joplin-db
# Optional SMTP settings
MAILER_ENABLED=1
MAILER_HOST=
MAILER_PORT=465
MAILER_SECURE=1
MAILER_AUTH_USER=
MAILER_AUTH_PASSWORD=
MAILER_NOREPLY_NAME=
MAILER_NOREPLY_EMAIL=
```
### LinkStack
[Docs](https://linkstack.org/docker/)
This one just needs the public hostname and admin email.
```env
# linkstack.env
HTTPS_SERVER_NAME=
SERVER_ADMIN=
```
### LubeLogger
[Docs](https://docs.lubelogger.com/Advanced/Environment%20Variables)