Initial Commit

This commit is contained in:
2025-02-05 20:29:47 +02:00
parent b765a8100c
commit ff55ea012d
28 changed files with 533 additions and 0 deletions

27
docker/env/.env.joplin-srv vendored Normal file
View File

@@ -0,0 +1,27 @@
# APP_BASE_URL: This is the base public URL where the service will be running.
# - If Joplin Server needs to be accessible over the internet, configure APP_BASE_URL as follows: https://example.com/joplin.
# - If Joplin Server does not need to be accessible over the internet, set the APP_BASE_URL to your server's hostname.
# For Example: http://[hostname]:22300. The base URL can include the port.
# APP_PORT: The local port on which the Docker container will listen.
# - This would typically be mapped to port to 443 (TLS) with a reverse proxy.
# - If Joplin Server does not need to be accessible over the internet, the port can be mapped to 22300.
#- APP_BASE_URL=http://10.0.6.177:22300
APP_BASE_URL=https://joplin.lab.gurulandia.eu
APP_PORT=53014 #22300
# Database
DB_CLIENT=pg
POSTGRES_PORT=5432
POSTGRES_HOST=10.0.6.178
#- STORAGE_DRIVER=Type=S3; Region=us-east-1; Path=http://192.168.55.30:53008; AccessKeyId=joplinsrv; SecretAccessKeyId=joplinsrv; Bucket=joplin
# Mai8ler
MAILER_ENABLED=1
MAILER_HOST=mailrise.lab.gurulandia.eu
MAILER_PORT=465
MAILER_SECURITY=tls
MAILER_AUTH_USER=gurulandia
MAILER_AUTH_PASSWORD=gurulandia
MAILER_NOREPLY_NAME=JoplinServer
MAILER_NOREPLY_EMAIL=no-reply@mail.gurulandia.eu